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 F_DEF_CACHE Instance attribute Private See coding 20130227
2 F_IMPL_CACHE Instance attribute Private See coding 20130227
3 F_IS_VALID Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130227
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130227
2 FREE Instance method Public Method 20130227
3 GET_BADI_FROM_REGISTRY Instance method Public Method 20130227
4 GET_IMPLEMENTATION Instance method Public Method 20130227
5 IS_VALID 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 Importing I_BADI_NAME Value transfer Type reference (TYPE) BADI_NAME 20130227
2 Returning 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 Importing I_ENHNAME Call by reference Type reference (TYPE) ENHNAME 20130227
2 Returning R_REF Value transfer Object reference (TYPE REF TO) CL_ENH_TOOL_BADI_IMPL 20130227
# Exception Resumable Description Created on
1 CX_ENH_CANCELED 20130227
2 CX_ENH_INTERNAL_ERROR 20130227
3 CX_ENH_IO_ERROR 20130227
4 CX_ENH_IS_IN_UPGRADE_MODE 20130227
5 CX_ENH_IS_LOCKED 20130227
6 CX_ENH_IS_NOT_MODIFIABLE 20130227
7 CX_ENH_PERMISSION_DENIED 20130227

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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