SAP ABAP Data Element COO_CTRFN (CO obj. planning: FM name for changing key figure table)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       KPLA (Package) Cost Accounting, planning RK-S
Basic Data
Data Element COO_CTRFN
Short Description CO obj. planning: FM name for changing key figure table  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
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

FUNCTION '<COO_CTRFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
TABLES
T_CDIFIE STRUCTURE CDIFIE

  1. The function module parameter is optional and serves to change the table with key figures. The start takes place from function module K_PLAN_LIBRARY_FILL.
  2. The FM name <COO_CTRFN> can be chosen as desired
  3. Parameter I_PGEBIET contains the current planning area.
  4. Table parameter T_CDIFIE contains the key figures set by the function group KAPP to this point. This quantity of key figures illustrates the upper quantity of all key figures for these CO objects. The key figures included in T_CDIFIE are offered afterwards within layout maintenance for selection.
    The table can be changed by the application, in case
    • not all key figures are needed
    • the key figure texts are to be changed
      The affected fields in structure CDIFIE are named TXT_S, TXT_M, and TXT_L.

Example

Structure of table T_CDIFIE:

TABNM / FIENM / TXT_S / TXT_M / TXT_L
------/-------/------------/---------------------/---------------------
CCSS / PWKF / Fxd PlC LC / Fxd PlnCosts in LoC / Fixed plan costs ...
CCSS / PWKV / Var PlC LC / Var PlnCosts in LoC / Variable plan ...
CCSS / ...

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