SAP ABAP Data Element OIJ_EL_BWUPDMOD (APO-TSW:BW Delta Process record mode)
Hierarchy
IS-OIL (Software Component) IS-OIL
   IS-OIL-DS-TSW (Application Component) Trader's and Scheduler's Workbench
     OIJ_EL (Package) TSW Trader's and Scheduler's Workbench - Execution Layer
Basic Data
Data Element OIJ_EL_BWUPDMOD
Short Description APO-TSW:BW Delta Process record mode  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type OIJ_EL_BWUPDMOD    
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 record mod 
Medium 20 BW record mode 
Long 35 BW record mode for delta 
Heading 42 BW record mode for delta 
Documentation

Definition

Describes how a record in the delta process is updated. The various delta processes support different combinations of the seven possible characteristic values. If a DataSource implements a delta process that uses several characteristic values, the indicator must be a part of the extract structure and be entered in the DataSource as a cancellation field (ROOSOURCE-INVFIELD).

The seven characteristic values are as follows:

' ': The record delivers an "after image".

The status is transferred after something is changed or added. You can update the record into an InfoCube only if the corresponding "before image" exists in the request.

'X': The record delivers a "before image".

The status is transferred before data is changed or deleted.

All record attributes that can be aggregated have to be transferred with a reverse plus/minus sign. The reversal of the sign is carried out either by the extractor (default) or the Service API. In this case, the indicator 'Field is inverted in the cancellation field' must be set for the relevant extraction structure field in the DataSource.

These records are ignored if the update is a non-additive update of an ODS object.

The before image is complementary to the after image.

'A': The record delivers an additive image.

For attributes that can be aggregated, only the change is transferred. For attributes that cannot be aggregated, the status after a record has been changed or created is transferred. This record can replace an after image and a before image if there are no non-aggregation attributes or if these cannot be changed. You can update the record into an InfoCube without restriction, but this requires an additive update into an ODS object.

'D': The record has to be deleted.

Only the key is transferred. This record (and its DataSource) can only be updated into an ODS Object.

'R': The record delivers a reverse image.

The content of this record is the same as the content of a "before image". The only difference is that with an ODS object update, existing records with the same key are deleted.

The table RODELTAM determines which characteristic values a delta process uses (columns UPDM_NIM, UPDM_BIM, UPDM_UIM, UPDM_AIM, PDM_ADD, UPDM_DEL and UPDM_RIM). The table ensures that only useful combinations of the above values are used within a delta process.

When extracting in the Delta update mode in the extracted records for the indicator, a DataSource that uses a delta process can deliver only those characteristic values that are specified in the delta process.

Use

Dependencies

Example

Supplementary Documentation - OIJ_EL_BWUPDMOD0000

Application sets one of the domain values in a delta record .

Procedure

Examples

Dependencies

History
Last changed by/on SAP  20050224 
SAP Release Created in 46C