SAP ABAP Data Element COO_CUAFN (CO obj. planning: module name to set customer user interface)
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_CUAFN
Short Description CO obj. planning: module name to set customer user interface  
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_CUAFN>'
IMPORTING
I_MDCAC LIKE COO0S-MDCAC
I_PGEBIET LIKE KPPT-PGEBIET
I_MODUS LIKE COO0S-MODUS
I_BILDTYP TYPE CHAR1 (siehe KPPXI001: Konstanten)
TABLES
T_KPP0I STRUCTURE KPP0I

  1. The function module parameter is obligatory.
  2. The function module name <COO_CUAFN> is free to choose.
  3. The function module is useed to set the CUA interface.
    This includes

  • CUA title
  • CUA status, other than the inactive functions

  1. Parameter I_MDCAC, I_PGEBIET, I_MODUS, and I_BILDTYP are used as decision-making aids for title and status determination.
  2. Table parameter T_KPP0I is used to transfer the general C functions of the planning processor as well as the K functions of the CO object, all of which are set to inactive for the current status to be set.
    This table can be extendend with the use of the application. However, it may never be deleted and must always be given after thecommand:
    SET PF-STATUS ... EXCLUDING T_KPP0I

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