SAP ABAP Data Element POS_MAX_IDOC_SIZE (POS IDoc size (maximum number of segments))
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       WPOS (Package) IS-R: POS interface
Basic Data
Data Element POS_MAX_IDOC_SIZE
Short Description POS IDoc size (maximum number of segments)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type POS_MAX_IDOC_SIZE    
Data Type NUMC   Character string with only digits 
Length 6    
Decimal Places 0    
Output Length 6    
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 Max. Size 
Medium 15 Max. IDoc Size 
Long 32 Max. Number of IDoc Segments 
Heading 47 Maximum POS IDoc Size (max. number of segments) 
Documentation

Definition

Defines the maximum number of segments for the relevant application (POS Message Type).

Use

You can use the IDoc size parameter to define the maximum number of segments per POS IDoc. This enables you to control the size of POS messages.

If you do not enter a specific value for a predefined message type, the system automatically processes 5000 segments per IDoc by default.

Dependencies

As every item must be processed completely before a split occurs, the value you enter in this field serves merely as a guide value. This means that the IDoc is split as soon as possible after this value is reached. Therefore, the actual number of IDoc segments can slightly exceed the value you specified as the maximum numer of segments.

You can apply predefined message types/applications only. All pre-defined message types/applications can be selected from the input help.

Example

Your subsystem requires a maximum number of 1000 segments per IDoc to transfer article master data and prices.

You select the message type Article Master Data (WP_PLU), enter the value 1000 as the maximum number of IDoc segments , and save your entries. From now on, each PLU IDoc you create has a maximum size of approximately 1000 segments.

History
Last changed by/on SAP  20100310 
SAP Release Created in 605