SAP ABAP Data Element NRFROM_ALV (From 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 NRFROM_ALV
Short Description From 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 From No. 
Medium 15 From Number 
Long 20 From Number 
Heading 55 From Number 
Documentation

Definition

The From number is the lower limit of an interval.

Use

For internal intervals, the From number is the first number that is assigned.

For external intervals, it is the lower 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