SAP ABAP Data Element KPP_USFFM (CO planning: form routine executing user function)
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_USFFM
Short Description CO planning: form routine executing user function  
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 UserFct 
Medium 11 UserFctForm 
Long 11 UserFctForm 
Heading  
Documentation

Definition

FORM <KPP_USFFM> TABLES T1_ITDAT1
T2_ITDAT2
T3_ITDAT3
T4_ITDIM TYPE FIELDNAME
USING P1_SUBRC.

In this field, the application gives the processor the name of the routine to be called up for execution of an application-specific function. The routine must exist in the application-specific part of the generated report.

Table parameters T1_ITDAT1, T1_ITDAT2, and T1_ITDAT3 contain information required by the application to execute the function, all filled dependent on the function class (see the fixed values for domain KPP_FCLASS).

Table parameter T4_ITDIM gives the processor the name of the dimensions selected by the user through marking. The application then checks whether all dimensions exist for executing the function. If this is not the case, SUBRC = 4 and the names of the missing dimensions in T4_ITDIM are given.

Example

The entry screen has the product in the rows and the customer in the columns. A row is marked and the "Valuate" function used. However, the customer is needed for the valuation. SUBRC = 4 and T4_ITDIM receives "Customer". Now the processor can determine in which screen area the customer is found and prompt the user to include this area.

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