SAP ABAP Class CL_EXITHANDLER_MANAGER_PPF (PPF: Administrates the BAdI of the PPF)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-GBT-PPF (Application Component) Post Processing Framework
⤷
SPPF_CORE (Package) PPF: Central Logic

⤷

⤷

Properties
Class | CL_EXITHANDLER_MANAGER_PPF | |
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 | SPPF_CORE | PPF: Central Logic |
Created | 20040603 | SAP |
Last change | 20040909 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EXITHANDLER_MANAGER_PPF has no forward declaration.
Interfaces
Class CL_EXITHANDLER_MANAGER_PPF has no interface implemented.
Friends
Class CL_EXITHANDLER_MANAGER_PPF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LTT_EXITHANDLERS | 20040603 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Gets a Reference to an Exit Handler | 20040603 |
2 | ![]() |
Static method | Public | Method | Deletes the Table Containing Exit Handlers Already Loaded | 20040603 |
Events
Class CL_EXITHANDLER_MANAGER_PPF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTS_EXITHANDLER | Private | See coding | 20040603 | 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 | 20040603 | 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 | ![]() |
IP_BADI_DEFINITION_NAME | Call by reference | Type reference (TYPE) | EXIT_DEF | Technischer Name der BAdI-Definition | 20040603 | ||
2 | ![]() |
RO_EXIT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Exit-Handler oder Null-Referenz | 20040603 |
Method GET_EXIT_HANDLER on class CL_EXITHANDLER_MANAGER_PPF has no exception.
Method REFRESH_BUFFER Signature
Method REFRESH_BUFFER on class CL_EXITHANDLER_MANAGER_PPF has no parameter.
Method REFRESH_BUFFER on class CL_EXITHANDLER_MANAGER_PPF has no exception.
History
Last changed by/on | SAP | 20040909 |
SAP Release Created in | 700 |