SAP ABAP Class CL_SATC_BASE_SET (Abstract base class with INIT method for domain plug-ins)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_STDLIB_PERSISTENCE_API (Package) INTERNAL: - *NO* REUSE - domains, sets, attribute handlers
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATC_SET | Entity set of a domain | 20071207 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_R3TR_ON_DEMAND | 'R3TR Set' - on demand | 20090602 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_R3TR_ON_INIT | 'R3TR Set' - on init | 20090602 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_R3TR_WITHOUT_LOAD | 'R3TR Set' - no load | 20090602 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_STD_SET_LOAD_ON_DEMAND | Standard implementation of set on demand | 20090526 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_STD_SET_LOAD_ON_INIT | Standard implementation of set on demand | 20090526 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_STD_SET_WITHOUT_LOAD | Standard implementation for set without load | 20090526 |
Properties
| Class | CL_SATC_BASE_SET | |
| Short Description | Abstract base class with INIT method for domain plug-ins | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_STDLIB_PERSISTENCE_API | INTERNAL: - *NO* REUSE - domains, sets, attribute handlers |
| Created | 20071207 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SATC_BASE_SET has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SATC_SET | Entity set of a domain | 20071207 |
Friends
Class CL_SATC_BASE_SET has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SATC_SET_ATTRIBUTE_MANAGER | Manager for access to attributes and their values | 20071207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Solely called by ATC during Init - Acts as CONSTRUCTOR | 20071207 | |
| 2 | Instance method | Protected | Method | Creates attribute manager | 20090506 | |
| 3 | Instance method | Protected | Method | Initialize state (template) - no access to attribute mgr. | 20071207 |
Events
Class CL_SATC_BASE_SET has no event.
Types
Class CL_SATC_BASE_SET has no local type.
Method Signatures
Method INITIALIZE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SET_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | Unique ID - Hex 16 - in Raw Format | 20071207 |
Method INITIALIZE_INSTANCE on class CL_SATC_BASE_SET has no exception.
Method _CREATE_ATTRIBUTE_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_SET_ATTRIBUTE_MANAGER | Manager for Access to Any Attribute of one Set | 20090506 |
Method _CREATE_ATTRIBUTE_MANAGER on class CL_SATC_BASE_SET has no exception.
Method _INITIALIZE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SET_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | Unique ID - Hex 16 - in Raw Format | 20071207 |
Method _INITIALIZE_INSTANCE on class CL_SATC_BASE_SET has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |