SAP ABAP Data Element CFC_EVTTYP (CFC: Category of Event)
Hierarchy
FI-CA (Software Component) FI-CA
   FI-CA (Application Component) Contract Accounts Receivable and Payable
     FKKTOOLS (Package) FI-CA Tools (Application Basis)
Basic Data
Data Element CFC_EVTTYP
Short Description CFC: Category of Event  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CFC_EVTTYP    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
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 10 Event Caty 
Medium 15 Event Category 
Long 20 Event Category 
Heading ECatg 
Documentation

Definition

Three different types of interfaces exist:

  • Process interface: The (subscribed) function modules stored behind this event execute this module whose application is attached at the bottom of the hierarchy (that is, the most specialized, for example, customer). This means that only this specialized module is executed. (see levels of the application hierarchy)
  • Publish&Subscribe interface: All subscribed functional modules are executed one after another. The order of execution is based on the application hierarchy, beginning with the most general function and ending with the most specialized customer function. No order has been set for function modules of applications found on the same level in the hierarchy.They have to developed in such a way that no side effects occur if their order of execution is switched.
  • Open interface: Here, the application determines the type of interface (that is, process interface or Publish&Subscribe interface). (See meaning of the SUPER indicator )

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