SAP ABAP Data Element COO_CROFN (CO obj. planning: FM name to make object number range table)
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_CROFN
Short Description CO obj. planning: FM name to make object number range table  
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_CROFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
I_KOKRS LIKE TKA01-KOKRS
I_FIELDNAME LIKE KPP0D-FIELDNAME
I_LFDNR LIKE CEDST-LFDNR
TABLES
T_KPP0D STRUCTURE KPP0D
T_CEDST STRUCTURE CEDST
T_OBJNR STRUCTURE RANGE_C22

  1. The function module parameter is obligatory and is used to build the object number ranking table, with which you then perform database selection.
  2. The function module name <COO_CROFN> 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, application-specific characteristic.
  6. Parameter I_LFDNR contains the current sequence number for the characteristic with compound characteristics (this does not apply at this time).
  7. The tab parameter contains the characteristics used in the current planning process.
  8. The tab parameter contains the selection criteria for database access for all characteristics.
  9. Tab parameter T_OBJNR is constructed through the application and contains the ranking table for object numbers.

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