SAP ABAP Data Element WZRE_CONTAINER_STRUCTURE (Container Structure)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WZRE_EXTERNAL_POSTING (Package) External posting via agency business
Basic Data
Data Element WZRE_CONTAINER_STRUCTURE
Short Description Container Structure  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type WZRE_STRUCTURE_NAME    
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 Struct 
Medium 15 Structure 
Long 25 Container Structure 
Heading 30 Container Structure 
Documentation

Definition

Name of the data structure describing the data container.

Use

The posting engine allows an external application to pass data into the engine via an XSTRING based data container (field DATA_CONTAINER of the item input structure). It is assumed that this data has been exported into the container using the specified structure.

Dependencies

Example

The calling application puts the data in the container in the following way:

DATA ls_container TYPE type.

EXPORT container = ls_container TO DATA BUFFER ls_posting_item-data_container.

In this case, the type of ls_container is specified in the field Container Structure

of customizing table Application That Uses the Posting Engine.

History
Last changed by/on SAP  20130529 
SAP Release Created in 606