SAP ABAP Data Element RSLIN_XLOA (SLIN Checkbox: Check Load Sizes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
     SLIN_EXTERNAL (Package) External SLIN Interfaces
Basic Data
Data Element RSLIN_XLOA
Short Description SLIN Checkbox: Check Load Sizes  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BOOLEAN    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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  
Medium  
Long 40 Check Load Sizes 
Heading Check Load Sizes 
Documentation

Definition

Activate Load Size Checks

In SAP systems, there are upper limits for specific load parts of an ABAP program. The extended program check displays a message whenever a program reaches 90% of one of the limits. It only checks the parts of the program for which an upper limit exists:

Part Description Upper limit

------------------------------------------------------------------

HEAD Addressable program size 2 097 152 bytes

DATA Static data descriptions 16 384 entries

DATV Variable data descriptions 16 384 entries

LITL Literals 65 536 bytes

COMP Structure descriptions 65 536 entries

INCL Number of include programs 4 000 includes

If a program reaches 90% of one of these values, a message is displayed. Above 95%, a warning is shown; above 98%, an error.

Any further code must be placed in function modules or external FORM routines, at the latest when the warning becomes an error. However, it is best to always leave approximately 10% reserve to allow for changes made by customers. If one of the limits is exceeded, it is no longer possible to generate the program.

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