SAP ABAP Data Element COO_FIDFN (CO obj. planning: F. module name to fill identified charac.)
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_FIDFN
Short Description CO obj. planning: F. module name to fill identified charac.  
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_FIDFN>'
CHANGING
C_T800D STRUCTURE T800D

  1. The function module parameter is optional.
  2. The function module name <COO_FIDFN> is freely definable.
  3. Parameter I_PGEBIET contains the current planning area.
  4. The changing parameter must have structure T800D. It contains the entry to an application-specific or general characteristic from table T800D. The application can now change fields RFIELD1 - 5 if these are incorrect or insufficient characteristics from a planning viewpoint.
    If the function module parameter is not changed, the orignal T800D entries remain unchanged.
    In the planning processor, the characteristic values from RFIELD1 - 5 are also provided in master data record verification for the current characteristic.

Example

  • Cost centers: Activity type planning
    -> C_T800D-FELD = 'LSTAR'
    C_T800D-RFIELD1 = 'KOKRS'
    The activity type, however, is dependent on the cost center in planning, as only cost centers of a particular cost center type are plannable for an activity type.
    <- C_T800D-RFIELD1 = 'KOKRS'
    C_T800D-RFIELD2 = 'KOSTL'

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