SAP ABAP Data Element CFC_EVTSUPER (CFC: Event function module: Super indicator)
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_EVTSUPER
Short Description CFC: Event function module: Super indicator  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
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 Super 
Medium 20 Call a higher level 
Long 20 Call a higher level 
Heading Supr 
Documentation

Definition

If the type belonging to the event is of type "F" (see interface types), the subscribed application can decide whether the function of the next (that is, more general) level in the application hierarchy should be exucuted as well.

If this indicator is active, the execution of this subscribed function module calls up the function module of the next higher application that also uses this event. (This decides, again on its own, whether the next highest level is allowed). If the indicator is set at all levels in the application hierarchy, this is a publish & subscribe interface, meaning that all function modules of all applications are called.

If the indicator is deleted, the function module here is exclusively executed, as long as no function modules at a lower level (that is, more specialized) in the hierarchy do not stop the execution. In this case, it is strictly a process interface.

If the indicator cannot be set, the type belonging to the event does not allow a selection. The condition of the indicator thus has no influence on the execution of the function blocks.

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