SAP ABAP Data Element DRF_CONDENSE_CHG_POINTER (Condense Change Pointer by Simple Logic)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-MDG-DRF (Application Component) Data Replication Framework
     DRF_DDIC (Package) Data Replication Framework: Data Dictionary & Customizing
Basic Data
Data Element DRF_CONDENSE_CHG_POINTER
Short Description Condense Change Pointer by Simple Logic  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BOOLE    
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  
Medium  
Long  
Heading  
Documentation

Definition

Employs logic within the data replication framework to condense change pointers.

Dependencies

The Data Replication Framework (DRF) can condense change pointers by referring to:

  • An object value
  • A table key for change document items
  • A combination of the above

You can select an option for condensing change pointers by setting attributes of the CHG_POINTER_CONDENSE_TYPE parameter. Each option has a corresponding IF_DRF_CONST constant value for the IF_DRF_OUTBOUND_INITIALIZE method of the Data Replication Framework. See table below for details.

Attribute(s) of CHG_POINTER_CONDENSE_TYPE        Description        IF_DRF_CONST Constant Value

COBJID        Object value        COND_CHG_PT_BY_CDOBJID

TABKEY        Table key        COND_CHG_PT_BY_TABKEY

COBJID and TABKEY        Object value and table key        COND_CHG_PT_BY_TABKEY_C DOBJID

Example

ES_RUNTIME_PARAM_OUT_IMPL-condense_chg_pointer = IF_DRF_CONST=>COND_CHG_PT_BY_CDOBJID

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