ABAP术语-Database Rollback

Posted 小鹿bln

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ABAP术语-Database Rollback相关的知识,希望对你有一定的参考价值。

原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/24/1051238.html

Operation that cancels any database changes made since the beginning of an LUW (Logical Unit of Work) - that is, since the last database commit - when an error occurs in that LUW. In the R/3 System, a database rollback is triggered automatically, or by the ABAP keyword ROLLBACK WORK, or by the appropriate Native SQL command for the database system.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
当在一个 LUW(Logic Unit of Work)中发生错误时,可以撤销从它开始以后做的任何数据库修改,就是说,从上次数据库提交之后。在 R/3 系统中,数据库回滚自动触发,或者通过 ABAP 关键字 ROLLBACK WORK,或者通过数据库系统的相关 Native SQL 命令。

以上是关于ABAP术语-Database Rollback的主要内容,如果未能解决你的问题,请参考以下文章

ABAP术语-Method

ABAP术语-Purchase Order

ABAP术语-Distribution Model

ABAP术语-Object Name

ABAP术语-Sales Order

ABAP术语-Lock Object