SAP ABAP Data Element NRTO_ALV (To Number)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-SHM (Application Component) IMS: Agents and related topics
     SAPWL_TOOLS (Package) SAP Workload Analysis: Various Programs
Basic Data
Data Element NRTO_ALV
Short Description To Number  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR20    
Data Type CHAR   Character String 
Length 20    
Decimal Places 0    
Output Length 20    
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 To Number 
Medium 15 To Number 
Long 20 To Number 
Heading 55 To Number 
Documentation

Definition

Upper limit of an interval.

Use

In the case of internal intervals, the To number is the last number that is assigned.

In the case of external intervals, it is the upper limit.

Procedure

Examples

Dependencies

External intervals can only contain either letters or numbers, as sorting can differ between platforms (Code page):

Allowed:        000001 to 999999

        AAAAAA to ZZZZZZ

Not allowed:        AAAAAA to 999999

History
Last changed by/on SAP  20041219 
SAP Release Created in 700