SAP ABAP Class CL_BADI_IMPLEMENTATION_CACHE (Cache for Kernel Badi Implementations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-CEX-BAD (Application Component) Customer Enhancements: BAdIs
⤷
SEEF_REDEFINITION_BADI (Package) Enhancement Framework Redefinition BAdI

⤷

⤷

Properties
Class | CL_BADI_IMPLEMENTATION_CACHE | |
Short Description | Cache for Kernel Badi Implementations | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SEEF_REDEFINITION_BADI | Enhancement Framework Redefinition BAdI |
Created | 20130227 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BADI_IMPLEMENTATION_CACHE has no forward declaration.
Interfaces
Class CL_BADI_IMPLEMENTATION_CACHE has no interface implemented.
Friends
Class CL_BADI_IMPLEMENTATION_CACHE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | See coding | 20130227 | ||||
2 | ![]() |
Instance attribute | Private | See coding | 20130227 | ||||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130227 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20130227 | |
2 | ![]() |
Instance method | Public | Method | 20130227 | |
3 | ![]() |
Instance method | Public | Method | 20130227 | |
4 | ![]() |
Instance method | Public | Method | 20130227 | |
5 | ![]() |
Instance method | Public | Method | 20130227 |
Events
Class CL_BADI_IMPLEMENTATION_CACHE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_DEF_CACHE_ENTRY | Private | See coding | 20130227 | begin of ty_def_cache_entry,
badi type badi_name,
ref type ref to cl_badi_definition,
end of ty_def_cache_entry
|
||
2 | TY_IMPL_CACHE_ENTRY | Private | See coding | 20130227 | begin of ty_impl_cache_entry,
enhname type enhname,
ref type ref to cl_enh_tool_badi_impl,
end of ty_impl_cache_entry
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BADI_IMPLEMENTATION_CACHE has no parameter.
Method CONSTRUCTOR on class CL_BADI_IMPLEMENTATION_CACHE has no exception.
Method FREE Signature
Method FREE on class CL_BADI_IMPLEMENTATION_CACHE has no parameter.
Method FREE on class CL_BADI_IMPLEMENTATION_CACHE has no exception.
Method GET_BADI_FROM_REGISTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BADI_NAME | Value transfer | Type reference (TYPE) | BADI_NAME | 20130227 | |||
2 | ![]() |
R_BADI | Value transfer | Object reference (TYPE REF TO) | CL_BADI_DEFINITION | 20130227 |
Method GET_BADI_FROM_REGISTRY on class CL_BADI_IMPLEMENTATION_CACHE has no exception.
Method GET_IMPLEMENTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENHNAME | Call by reference | Type reference (TYPE) | ENHNAME | 20130227 | |||
2 | ![]() |
R_REF | Value transfer | Object reference (TYPE REF TO) | CL_ENH_TOOL_BADI_IMPL | 20130227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130227 | ||
2 | ![]() |
20130227 | ||
3 | ![]() |
20130227 | ||
4 | ![]() |
20130227 | ||
5 | ![]() |
20130227 | ||
6 | ![]() |
20130227 | ||
7 | ![]() |
20130227 |
Method IS_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130227 |
Method IS_VALID on class CL_BADI_IMPLEMENTATION_CACHE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |