SAP ABAP Data Element CONV_STRUCTURE (Identifier for internal table containing ZAC address struct.)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-BF (Application Component) Basic Functions
     VSCORE (Package) B2R: BAPI Structures
Basic Data
Data Element CONV_STRUCTURE
Short Description Identifier for internal table containing ZAC address struct.  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CONV_STRUCTURE    
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 Structure 
Medium 15 Structure 
Long 20 Structure 
Heading Struct. 
Documentation

Definition

Describes an internal table within a CAM address structure.

Use

You enter the ID in this field to name a certain internal table within a complex CAM address structure. Address type numbers within an ID are replaced with a '?'. In the conversion module, the '?' is replaced by an address type.

Examples

  1. To define the telephone data table, that has the same name in all complex CAM address structures (depending on type), the field must be filled with

    ADTEL_TAB.
  2. The postal address data are address type-depending, because the ID of the corresponding internal table contains the type number. The ID for postal data of address type 1 (company address), for example, is "ADDR1_TAB". This field is filled with

    ADDR?_TAB.

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

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