SAP ABAP Data Element CONV_WORKAREA (Identifier of work area for int. table w/ ZAV addr. struct.)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-BF (Application Component) Basic Functions
     VSCORE (Package) B2R: BAPI Structures
Basic Data
Data Element CONV_WORKAREA
Short Description Identifier of work area for int. table w/ ZAV addr. struct.  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CONV_WORKAREA    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Work area 
Medium 15 Work area 
Long 20 Work area 
Heading 30 Work area 
Documentation

Definition

Indicates the work area for an internal table within a CAM address structure.

Use

Because the internal tables are defined in a CAM address structure without header lines, a work area must be specified in the conversion module in order for them to be processed. As a rule, the name is the same as that of the internal table, except that the suffix "LINE" is used instead of "TAB".

If the name is depends on the address type because it contains the number of the address type, then this number must be replaced with a '?' which is then replaced in the conversion module by the address type to be converted.

Examples

  1. The work area for the telephone table (ADTEL_TAB) is called

    ADTEL_LINE
  2. The address type number is replaced with '?' for the address type indicator of the work area table for postal data (e.g. ADDR1_LINE for type 1).

    ADDR?_LINE

    The '?' is replaced in the conversion modules by the address type.

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