SAP ABAP Data Element COO_CARFN (CO obj. planning: FM name to generate appl.-spec. DB record)
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_CARFN
Short Description CO obj. planning: FM name to generate appl.-spec. DB record  
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_CARFN>'
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_OBJNR LIKE CCSS-OBJNR
I_COO0U12 STRUCTURE COO0U12
I_STATUS (as ITDAT1-STATUS)
TABLES
T_CSSL STRUCTURE CSSL (optional)

  1. The function module parameter is necessary/unnecessary according to whether the application posts its own attributes or not.
  2. Parameter I_PGEBIET contains the current planning area.
  3. Parameter I_KOKRS contains the set controlling area.
  4. Parameter I_KPP0D_HORIZ contains the current characteristic combination.
  5. Parameter I_OBJNR contains the (possibly newly created) object number for the planning record.
  6. Parameter I_COO0U12 contains all application-specific attributes for the planning area "activities/activity prices", which were set by the user.
  7. Parameter I_STATUS contains the status of the planning record to be posted.
  8. Tab parameter T_CSSL is only used with Cost Center Accounting and is to be left out for other applications.

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