SAP ABAP Class CL_ALERT_EXITHANDLER_MANAGER (PPF: Administrates the BAdI of the PPF)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-GBT-ALM (Application Component) Alert Framework
     SALERT_CORE (Package) Central Alert Server
Properties
Class CL_ALERT_EXITHANDLER_MANAGER  
Short Description PPF: Administrates the BAdI of the PPF    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALERT_CORE   Central Alert Server 
Created 20041110   SAP 
Last change 20041208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ALERT_EXITHANDLER_MANAGER has no forward declaration.
Interfaces
Class CL_ALERT_EXITHANDLER_MANAGER has no interface implemented.
Friends
Class CL_ALERT_EXITHANDLER_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_EXIT_BUFFER Static Attribute Private Type reference (TYPE) LTT_EXITHANDLERS 20041110
Methods
# Method Level Visibility Method type Description Created on
1 GET_EXIT_HANDLER Static method Public Method Gets a Reference to an Exit Handler 20041110
2 REFRESH_BUFFER Static method Public Method Deletes the Table Containing Exit Handlers Already Loaded 20041110
Events
Class CL_ALERT_EXITHANDLER_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTS_EXITHANDLER Private See coding 20041110 begin of LTS_EXITHANDLER, badi_name type exit_def, exit_ref type ref to object, end of LTS_EXITHANDLER
2 LTT_EXITHANDLERS Private See coding 20041110 LTT_EXITHANDLERS type sorted table of LTS_EXITHANDLER WITH UNIQUE KEY BADI_NAME
Method Signatures

Method GET_EXIT_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_BADI_DEFINITION_NAME Call by reference Type reference (TYPE) EXIT_DEF Technischer Name der BAdI-Definition 20041110
2 Returning RO_EXIT Value transfer Object reference (TYPE REF TO) OBJECT Exit-Handler oder Null-Referenz 20041110

Method GET_EXIT_HANDLER on class CL_ALERT_EXITHANDLER_MANAGER has no exception.

Method REFRESH_BUFFER Signature

Method REFRESH_BUFFER on class CL_ALERT_EXITHANDLER_MANAGER has no parameter.
Method REFRESH_BUFFER on class CL_ALERT_EXITHANDLER_MANAGER has no exception.
History
Last changed by/on SAP  20041208 
SAP Release Created in 700