ABAP术语-Database Rollback

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 命令。

原文地址:https://www.cnblogs.com/rena/p/9110057.html

时间: 2024-08-30 15:30:25

ABAP术语-Database Rollback的相关文章

ABAP术语-Interface

Interface 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/22/1077086.html Information tool that stores details about all development objects in the R/3 System and their relationships. The user interface of the R/3 Repository Information System r

ABAP术语-Method

Method 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/05/1091077.html Component of classes in ABAP Objects. Methods are procedures for manipulating objects that use the attributes of the relevant class and contain its functionality. You define

ABAP术语-LUW (Logical Unit of Work)

LUW (Logical Unit of Work) 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/04/1089637.html Logical Unit of Work (LUW): Inseparable sequence of database operations that must be executed either in its entirety by a database commit or not at all. F

ABAP术语-Lock Object

Lock Object 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/29/1085742.html Object type in the ABAP Dictionary. When you activate a lock object, you generate function modules that set and release locks. You can use these function modules in ABAP

ABAP术语-R/3 Repository Information System

R/3 Repository Information System 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/11/1100076.html Information tool that stores details about all development objects in the R/3 System and their relationships. The user interface of the R/3 Reposit

ABAP术语-Distribution Model

Distribution Model 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/25/1052434.html Model that describes the ALE message flow between logical systems. The relationships between logical systems, message types, BAPIs and filters are defined in the

ABAP术语-Data Transfer

Data Transfer 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/22/1048286.html The entire process of transfer of data from external systems to SAP Systems. Data transfer consists of the part steps extraction, conversion and loading. -------------

ABAP术语-ISO (International Organization for Standardization)

ISO (International Organization for Standardization) 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/27/1083240.html International Organization for Standardization (ISO). Organization which develops international standards to support commerce, s

ABAP术语-Object Type

Object Type 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/06/1093159.html Description created at definition time in the Business Object Builder of data (objects) used in the system. Examples: Documents (invoices, purchase requisitions, job app