SAP ABAP Data Element KPP_CPGFM (Form routine determining no. of periods for fiscal year tab.)
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_CPGFM
Short Description Form routine determining no. of periods for fiscal year tab.  
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 FYear form 
Medium 15 FYear formRout 
Long 20 FYear form routine 
Heading 10 FYear form 
Documentation

Definition

FORM <KPP_CPGFM> TABLES T1_KPP0ZG STRUCTURE KPP0ZG USING P1_FIELDNAME
P2_PERFLAG
P3_PERIV.

  1. The form routine is necessary for breaking down time intervals during planning over several fiscal years (seven-place periods). Moreover, the information is needed for validation of the screen entries.
  2. The routine name <KPP_CPGFM> is free to choose. The routine must be defined, if set, within program <KPP_CPGPR>.
  3. The first table parameter must have structure KPP0ZG. The table holds the fiscal years for which the number of periods are drawn. The number is completed by the application within the application.
  4. Formal parameter P1_FIELDNAME contains the name of the time dimension and is filled by the planning processor.
  5. Formal parameter P2_PERFLAG is filled by the application, supplying the time to be recorded in posting periods (P2_PERFLAG = 1) or calendar weeks (P2_PERFLAG = 2). This can be important during distribution of cumulated values in the period values.
  6. Formal parameter P3_PERIV is used by the application to supply the processor with the fiscal year variant.

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