SAP ABAP Data Element KPP_FTTFM (Form routine completing time table KPP0Z)
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_FTTFM
Short Description Form routine completing time table KPP0Z  
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 Time form. 
Medium 15 Time.form rout. 
Long 20 Time table form rout 
Heading 10 Time.form 
Documentation

Definition

FORM <KPP_FTTFM> TABLES T1_KPP0Z STRUCTURE KPP0Z
USING P1_FIELDNAME P2_SUBRC.

  1. The parameter is optional. If it is not used, the table for time information cannot be added to. If it is needed nevertheless, the processor terminates with an error message.
  2. The routine name <KPP_FTTFM> is free to choose. The routine must be defined in program <KPP_FTTPR> (if set).
  3. The table parameter must have structure KPP0Z. It contains all fiscal years and time units (periods or weeks) for which information is to be added to.
  4. Formal parameter P1_FIELDNAME contains the time dimension name.
  5. Formal parameter P2_SUBRC is filled by the application routine (P2_SUBRC = 0 -> all time units OK, <> 0 otherwise) and is defined as follows:
    DATA P2_SUBRC LIKE SY-SUBRC.
  6. In case of error, an S message is sent by the application routine.

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