SAP ABAP Data Element KPP_CUAFM (Form routine that sets CUA interface)
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_CUAFM
Short Description Form routine that sets CUA interface  
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 10 CUA form. 
Medium 15 CUA formRoutine 
Long 20 CUA form routine 
Heading CUA form 
Documentation

Definition

FORM <KPP_CUAFM> TABLES <T1_KPP0I> STRUCTURE KPP0I USING <P1_BILDTYP>.

  1. The routine name <KPP_CUAFM> is free to choose. The routine must be defined in program <KPP_CUAPR>.
  2. The table parameter must have structure KPP0I. It contains the general inactive functions set by the planning processor. The application can attach further functions. REFRESH cannot take place.
  3. Formal parameter <P1_BILDTYP> is defined in the program by
    DATA: BILDTYP LIKE KPP2D-BILDTYP.
    It contains the current entry screen type and displays an alternative to the screen number in order to be independent of the frontend unit.
    The possible characterisic values are stored in include KPPXI001 as constants (BILDTYP_xxx) and stored in the dictionary as fixed values for domain KPP_BILDTY.

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