SAP ABAP Data Element COO_PWSFN (CO obj. planning: FM name to fill param. of non-admin. sets)
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_PWSFN
Short Description CO obj. planning: FM name to fill param. of non-admin. sets  
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_PWSFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
I_KOKRS LIKE TKA01-KOKRS
I_FIELDNAME LIKE KPP0D-FIELDNAME

  1. The function module parameter is necessary/unncessary according to whether or not the application sets are to be used for the relevant characteristics. If no set can be entered, the module is used to inform the application. The application can then set the relevant parameter in order to note it. Conversely, the opposite information can be saved through <COO_CSAFN> at the start.
  2. The function module name <COO_COCFN> is freely definable.
  3. Parameter I_PGEBIET contains the current planning area.
  4. Parameter I_KOKRS contains the set controlling area.
  5. Parameter I_FIELDNAME contains the current characteristic, for which no set was used in the current planning session.

Example

Within Cost Center Accounting the module is used to set a flag, which indicates whether the function "Group display -> Cost center" should be active or not. When you call up the setting for the GUI interface (<COO_CUAFN>) you can enhance the table with the corresponding inactive functions.

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