SAP ABAP Data Element CONV_UPDATEFLG (Identifies whether previous identical WA is updated)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-BF (Application Component) Basic Functions
     VSCORE (Package) B2R: BAPI Structures
Basic Data
Data Element CONV_UPDATEFLG
Short Description Identifies whether previous identical WA is updated  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CONV_UPDATEFLG    
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 Updateflag 
Medium 15 Update Flag 
Long 20 Update Flag 
Heading 10 Updateflag 
Documentation

Definition

As soon as a work area in the conversion module has been filled, it is copied to the corresponding internal table (defined by STRUCTURE). To determine when a work area is completely filled, the module uses the control break technique: As soon as a new work area starts, then the previous one is considered complete and it can be copied.

However, if the same work area is to be filled twice (i.e. two lines with different data in the same table) then this must be indicated using the UPDATEFLG flag (= "X").

Examples

Two telephone numbers (TELF1, TELF2) are provided in table KNA1.

To transfer them both to CAM, two lines must be created in internal table ADTEL_TAB in the CAM address structure, one for each telephone number.

Because no control break is determined in the conversion module work area at the point when filling of the telephone data from field TELF1 is completed and filling starts from field TELF2 (both need to be maintained via work area ADTEL_LINE), the update flag must be set in the first entry of the conversion table for field TELF2 (the first entry in this case is the one with CONCATENATE equal to 0 or 1!).

History
Last changed by/on SAP  19990104 
SAP Release Created in