SAP ABAP Data Element COO_EADFN (CO obj. planning: FM name to set application-specific locks)
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_EADFN
Short Description CO obj. planning: FM name to set application-specific locks  
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_EADFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
I_KOKRS LIKE TKA01-KOKRS
EXPORTING
E_SUBRC LIKE SYST-SUBRC
E_MESG STRUCTURE MESG
TABLES
T_SELMIN STRUCTURE CEDST
T_KSTAR STRUCTURE COO_KSTAR

  1. The function module parameter is necessary/unnecessary according to whether or not the application is to set additional database locks.
  2. The function module name <COO_EADFN> is freely definable.
  3. Parameter I_PGEBIET contains the current planning area.
  4. Parameter I_KOKRS contains the set controlling area.
  5. Parameter E_SUBRC is set from the application and indicates whether the application-specific lock succeeded (E_SUBRC=0), or not (E_SUBRC>0).
  6. Parameter E_MESG is used to transfer a message if the lock has not succeeded.
  7. Table parameter T_SELMIN contains the current selection criteria, with which the database is to be read for the current header combination after the database lock. It is used as the basis for the structuring of the database lock.
  8. Table parameter T_KSTAR contains the cost elements that have occurred so far, including the master data info.

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