SAP ABAP Data Element COO_SA1FN (CO obj. planning: FM name to fill data attributes)
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_SA1FN
Short Description CO obj. planning: FM name to fill data attributes  
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_SA1FN>'
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_WRTTP LIKE CCSS-WRTTP
E_PLINT LIKE CCSS-PLINT
E_PLGKZ LIKE CCSS-PLGKZ
E_PLICC LIKE CCSS-PLICC
E_VPDIO LIKE CCSS-VPDIO
TABLES
T_VERSN STRUCTURE TKA07

  1. The function module parameter is necessary/unnecessary according to whether or not the defaults for the exporting parameters, which are set through KAPP, are adequate.
  2. The function module name <COO_SA1FN> 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 was written on the database.
  7. Parameter E_WRTTP should be reset by the application and contains the value type with which the record was written on the database. (Default: WRTTP_PLAN_REAL from LKAPPCON).
  8. Parameter E_PLINT should be reset by the application. It indicates whether for this planning record the data within the posting should be passed on to other applications (Integrated Planning) or not (Default:: " "= no integrated planning).
  9. Parameter E_PLGKZ should be reset by the application. It indicates whether or not plan line items should be written for this planning record (Default: " "= no line items)
  10. Parameter E_PLICC should be reset by the application. It indicates whether or not within activity input planning the materials planning and the credit should be updated on the sender cost center (Default: " "= no materials planning/credit).
    This field is only relevant for cost planning.
  11. Parameter E_VPDIO should be reset by the application and indicates the valuation version during activity inputs. If this is filled, then the planned consumption for this planning record is valuated with the sender activity price for this verion and not that of the plan version.
    (Default: " "= valuation version = plan version).
    This field is relevant only for cost planning.
  12. Table parameter T_TKA07 contains the versions/fiscal years that have occurred so far. This information can be used to set the exporting parameters.

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