SAP ABAP Data Element KPP_EBSFM (Form routine to sort variables in initial screen)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   CO-OM-CCA (Application Component) Cost Center Accounting
     KPP (Package) Cost Accounting, planning processor
Basic Data
Data Element KPP_EBSFM
Short Description Form routine to sort variables in initial screen  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FORMNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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  
Heading  
Documentation

Definition

FORM <KPP_EBSFM> TABLES T1_ITEIBIND STRUCTURE ITEIBIND_STRUC
T2_ITKPP1LA STRUCTURE KPP1LA
T3_ITKPP1LVA STRUCTURE KPP1LVA
T4_ITKPP0D STRUCTURE KPP0D.

  1. The parameter is optional. If it is not used, the variables are presented in the order given by the layout definition.
  2. The routine name <KPP_EBSFM> can be chosen as desired. The routine, if set, must be defined in program <KPP_EBSPR>.
  3. Table parameter T1_ITEIBIND must have structure ITEIBIND_STRUC (located in KPPXI003). In contains the variables belonging to the current layout.
    This table can be sorted by the application as desired. To do so, include the field SORT in the table structure. It can be set by the application and sorting carried out afterwards.
  4. Table parameter T2_ITKPP1LA must have structure KPP1LA. It contains the characteristic value definitions for the current layout. From this, the field names belonging to a variable, for example, can be determined.
  5. Table parameter T3_ITKPP1LVA must have structure KPP1LVA. It contains the variables for the current layout. From this, the sorting of the layout variables can be taken.
  6. Table parameter T4_ITKPP0D must have structure KPP0D. It contains the characteristics used in the current layout.

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