SAP ABAP Data Element CLOIRSENUMBER (Number of IDocs processed in one LUW when sending IDocs)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-SCI-POI (Application Component) Production Optimization Interface (POI)
     CLOI (Package) for logistics optimization interface
Basic Data
Data Element CLOIRSENUMBER
Short Description Number of IDocs processed in one LUW when sending IDocs  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type INT4_NOS    
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 10    
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 Num.IDocs 
Medium 15 Number IDocs 
Long 20 Number IDocs 
Heading 12 Number IDocs 
Documentation

Definition

This value determines the number of IDocs processed in one LUW (logical unit of work) during batch processing of IDocs with reports such as RSEOUT00 or MASS_RSEOUT00, both used by POI for sending IDocs.

This number is a variable and can't be predicted by SAP, since the size of the IDocs and the system configuration varies greatly from customer to customer. If runtime errors occur during IDoc batch processing, 'time limit exceeded' for example, you can reduce the maximum number of IDocs processed in one LUW to make sure processing is completed successfully.

The standard value is 5.000 and is used by default if no value or an invalid one is entered.

Note:

If you have defined a file port in the logical system's partner profile as the destination for the IDocs, and the outbound file is a fixed file name, then the file is overwritten with every new LUW.

This does not apply if the receiver port is an RFC port instead of a file port.

Example:

If you want to send 10.000 IDocs to the same outbound file, and the standard value is 5,000, then the first 5.000 IDocs are written in the first LUW in this file. In the next LUW, this file is overwritten by the next 5.000 IDocs.

To avoid this, use a dynamically created file name instead of a fixed file name (for example file name + date/time or a number), or increase the value so it won't be overwritten.

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