SAP ABAP Data Element COO_SIRFN (CO obj. planning: FM name, set input flag for key figure)
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_SIRFN
Short Description CO obj. planning: FM name, set input flag for key figure  
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_SIRFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
I_KOKRS LIKE TKA01-KOKRS
I_VALUE LIKE KPP0D-VALUE
EXPORTING
E_INPUT like KPP0A-INPUT

  1. The function module parameter is obligatory and is used mainly to control whether a key figure is ready for input.
  2. The function module name <COO_SIRFN> is freely definable.
  3. Parameter I_PGEBIET contains the current planning area.
  4. Parameter I_KOKRS contains the set controlling area.
  5. Parameter I_VALUE contains the key figure, for which the ready for input is to be set.
  6. Parameter E_INPUT indicates whether the key figure is ready for input "1", or not ready for input "0". To control the input there are the global values INPUT_ON or INPUT_OFF in Include LKPPXI001.
  7. If a key figure is used within planning, the ready-for-input default is set to INPUT_ON.

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