SAP ABAP Data Element COO_CICFN (CO obj. planning: FM name to check entry of data combination)
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_CICFN
Short Description CO obj. planning: FM name to check entry of data combination  
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_CICFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
I_KOKRS LIKE TKA01-KOKRS
I_KPP0D_HORIZ STRUCTURE COO0DH1 or 2 or 3 (acc. to planning area)
EXPORTING
E_PLINT LIKE COAS-PLINT
E_SUBRC LIKE SYST-SUBRC
E_MESG STRUCTURE MESG
TABLES
T_KSTAR STRUCTURE COO_KSTAR

  1. The function module parameter is necessary/unnecessary, according to whether or not the application sets the ready for input on the first data level (=characteristics combinations).
  2. Function module name <COO_CICFN> is freely definable.
  3. Parameter I_PGEBIET contains the current planning area.
  4. Parameter I_KOKRS contains the set controlling area.
  5. Parameter I_KPP0D_HORIZ contains the current characteristics combinations.
  6. Parameter E_PLINT shows, whether the object is plan-integrated (X), or not plan-integrated ( ). In case of doubt, the E_PLINT must be set to "X".
  7. Parameter E_SUBRC is set through the application and shows whether the combination should be ready for input (E_SUBRC=0), or not (E_SUBRC>0).
  8. Parameter E_MESG is used to transfer a message in case of "Not ready for input". These messages are collected, and can be displayed using the function "Error log ->" "Lock..." within planning.
  9. Tab parameter T_KSTAR contains the cost elements that have occurred so far, including the master data infos. These infos can now be used for the validations.

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