SAP ABAP Data Element COO_GOCFN (CO obj. planning: FM name to prepare obj. number for combin.)
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_GOCFN
Short Description CO obj. planning: FM name to prepare obj. number for combin.  
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_GOCFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
I_KOKRS LIKE TKA01-KOKRS
I_KPP0D_HORIZ STRUCTURE COO0DH1 or 2 or 3 (acc. to planning area)
I_VRGNG LIKE TKA04-ACTIVITY
EXPORTING
E_OBJNR LIKE CCSS-OBJNR

  1. The function module parameter is necessary/unnecessary according to whether the object number is always dependent upon only one characteristic or upon several. If the parameter is not used, then the function module <COO_GIDFN> is called up instead.
  2. The function module name <COO_GOCFN> 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 characteristic combination.
  6. Parameter I_VRGNG contains the current planning record transaction. with which the record is written in the database.
  7. Parameter E_OBJNR should be reset by the application and contains the object number for the characteristic combination.

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