SAP ABAP Data Element COO_FDAFN (CO obj. planning: FM name to fill appl.-spec. characteristic)
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_FDAFN
Short Description CO obj. planning: FM name to fill appl.-spec. characteristic  
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_FDAFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
TABLES
T_KPP0D STRUCTURE KPP0D
T_KPP0DS STRUCTURE KPP0DS
T_KPP0D_DEL STRUCTURE KPP0D
T_ASORT STRUCTURE COO_ASORT
T_COO0DA STRUCTURE COO0DA

  1. The function module parameter is obligatory and is used mainly to set the application-specific characteristics in table T_KPP0D.
  2. The function module name <COO_FDAFN> is freely definable.
  3. Parameter I_PGEBIET contains the current planning area.
  4. Table parameter T_KPP0D contains the general characteristics set so far by the function group KAPP. It should be enhanced through the application with its own characteristics.
    Additionally, you can remove general characteristics completely, if these are not used in the application.
  5. Table parameter T_KPP0DS contains the additional info for the characteristics, for which you can use sets within planning. If you want to do this for application-specific characteristics, then this table parameter should also be filled through the application.
  6. Table parameter T_KPP0D_DEL contains the characteristics from T_KPP0D, which are the general characteristics not required by the application. It should should be filled through the application.
  7. Table parameter T_ASORT is used both to influence the sorting of the characteristics for the presentation sequence within layout maintenance, as well as for the variable sequence in the initial screen.
    In planning, the table parameter is used during the execution of the interface form routine <KPP0S-EBSFM> in KAPP.
  8. Table parameter T_COO0DA is also filled through the application for the specific characteristics and contains additional info that is not contained in the KPP0D structure and is necessary in the KAPP group. (see the COO0DA structure).

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