SAP ABAP Class CLC2DIR_EXIT_FACTORY (Create Exit Interface Instances)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
C2_CORE (Package) C2 Server: Core Functionality

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IFC2DIR_EXIT_FACTORY | For receiving instances of exit classes | 20041125 |
Properties
Class | CLC2DIR_EXIT_FACTORY | |
Short Description | Create Exit Interface Instances | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | C2_CORE | C2 Server: Core Functionality |
Created | 20041125 | SAP |
Last change | 20050105 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CLC2DIR_EXIT_FACTORY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IFC2DIR_EXIT_FACTORY | For receiving instances of exit classes | 20041125 |
Friends
Class CLC2DIR_EXIT_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LT_EXIT_CACHE_TYPE | Table for Exit Cache | 20041126 |
Methods
Class CLC2DIR_EXIT_FACTORY has no method.
Events
Class CLC2DIR_EXIT_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LS_EXIT_CACHE_TYPE | Private | See coding | Structure for Exit Cache | 20041126 | BEGIN OF ls_exit_cache_type,
class_name TYPE seoclsname,
exit TYPE REF TO cl_abap_weak_reference,
END OF ls_exit_cache_type
|
|
2 | LT_EXIT_CACHE_TYPE | Private | See coding | Table for Exit Cache | 20041126 | lt_exit_cache_type TYPE HASHED TABLE OF
ls_exit_cache_type WITH UNIQUE KEY class_name
|
History
Last changed by/on | SAP | 20050105 |
SAP Release Created in | 700 |