SAP ABAP Data Element COO_RITFN (CO obj. planning: FB name to reset internal tables)
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_RITFN
Short Description CO obj. planning: FB name to reset internal tables  
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_RITFN>'
IMPORTING
I_FIELDNAME LIKE KPP0D-FIELDNAME
TABLES
T_COIOB STRUCTURE COIOB.

  1. In the case of a return from the overview screen to the initial access screen for the application, you can use the function module to initialize your own internal tables and/or data.
    The jump occurs for each application-specific characteristic that has the validation period in the initial screen (KPP0D-MOMENT <> MOMENT_BEFORE).
  2. The function module name <COO_RITFN> is freely definable.
  3. Parameter I_FIELDNAME contains the current characteristic.
  4. Table parameter T_COIOB contains the integration table constructed with the function module <COO0SF-CIDFN>. You should remove the entries for the application-specific characteristic through the application.

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