SAP ABAP Data Element ODQ_CHANGEMODE (Change Mode for a Data Record in the Delta)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BW-SRV (Application Component) BW Generation Tool and Set Object
     SODQS (Package) Operational Delta Queue Services
Basic Data
Data Element ODQ_CHANGEMODE
Short Description Change Mode for a Data Record in the Delta  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ODQ_CHANGEMODE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 ChangeMode 
Medium 15 Change Mode 
Long 40 Change Mode for a Data Record 
Heading
Documentation

Definition

In the delta, the change mode of a data record can adopt one of three different values:

Value    Description

'C'    The data record was created as new record in the source.

'U'    The data record was changed in the source.
    Depending on the delta procedure, the delta can contain up to two data records for one changed record in the source.

'D'    The data record was deleted from the source.

An instance counter is added to the change mode so that data records in the delta process can be fully classified.

The combination of change mode and instance counter is the equivalent of the record mode used in BW and in BW Service API.

Use

Dependencies

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 702