SAP ABAP Class CL_SATC_STD_SET_LOAD_ON_INIT (Standard implementation of set on demand)
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 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_BASE_SET | Abstract base class with INIT method for domain plug-ins | 20090526 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATC_SET_LOAD_ON_INIT | Set with 'load early' strategy | 20090429 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_CHKCFG_ON_INIT | 'Check Cfg. Set' - load on init | 20090603 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_OBJLOG_ON_INIT | 'Object Log Set' - on init access | 20090805 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_PLNERR_ON_INIT | 'Module Plug-in Failure Set' - on init | 20090512 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_VDCT_ON_INIT | 'Aspect Verdict Set' - load on init | 20090603 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_VERDCT_ON_INIT | 'Module Verdict Set' - load on init | 20090520 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_STD_TEST_SET_ON_INIT | Test Set - load on init | 20090630 |
Properties
| Class | CL_SATC_STD_SET_LOAD_ON_INIT | |
| Short Description | Standard implementation of set on demand | |
| Super Class | CL_SATC_BASE_SET | Abstract base class with INIT method for domain plug-ins |
| 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 | 20090429 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SATC_SET_LOAD_ON_INIT | Set with 'load early' strategy | 20090429 |
Friends
Class CL_SATC_STD_SET_LOAD_ON_INIT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | I | 20090520 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20090526 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_SET_MODIFY_ITERATE | 20090429 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_SET_PARALLELIZE | 20090526 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_SET_READ_ITERATE | 20090429 | ||||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20090526 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | IF_SATC_SET=>TY_S_INFO | 20090526 |
Methods
Events
Class CL_SATC_STD_SET_LOAD_ON_INIT has no event.
Types
Class CL_SATC_STD_SET_LOAD_ON_INIT has no local type.
Method Signatures
Method _CONTAINS_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | DATA | 20090429 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090429 |
Method _CONTAINS_KEY on class CL_SATC_STD_SET_LOAD_ON_INIT has no exception.
Method _DESERIALIZE_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_KEYS | Call by reference | Type reference (TYPE) | ANY | 20090526 | ||||
| 2 | I_KEYS_SERIALIZED | Call by reference | Type reference (TYPE) | XSTRING | 20090526 |
Method _DESERIALIZE_KEYS on class CL_SATC_STD_SET_LOAD_ON_INIT has no exception.
Method _GET_ATTRIBUTE_VALUE_FOR_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090602 | ||||
| 2 | E_VALUE | Call by reference | Type reference (TYPE) | DATA | 20090511 | ||||
| 3 | I_INDEX | Call by reference | Type reference (TYPE) | I | 20090511 | ||||
| 4 | I_NAME | Call by reference | Type reference (TYPE) | IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME | 20090511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090511 |
Method _GET_ATTRIBUTE_VALUE_FOR_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090602 | ||||
| 2 | E_VALUE | Call by reference | Type reference (TYPE) | DATA | 20090429 | ||||
| 3 | I_KEY | Call by reference | Type reference (TYPE) | DATA | 20090429 | ||||
| 4 | I_NAME | Call by reference | Type reference (TYPE) | IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME | 20090429 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090429 |
Method _GET_KEY_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_KEY | Call by reference | Type reference (TYPE) | DATA | 20090429 | ||||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | I | 20090429 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090429 |
Method _GET_NUMBER_OF_ENTITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | 20090526 |
Method _GET_NUMBER_OF_ENTITIES on class CL_SATC_STD_SET_LOAD_ON_INIT has no exception.
Method _IS_DONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090429 |
Method _IS_DONE on class CL_SATC_STD_SET_LOAD_ON_INIT has no exception.
Method _MOVE_TO_FIRST Signature
Method _MOVE_TO_FIRST on class CL_SATC_STD_SET_LOAD_ON_INIT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090429 |
Method _MOVE_TO_NEXT Signature
Method _MOVE_TO_NEXT on class CL_SATC_STD_SET_LOAD_ON_INIT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090429 |
Method _SERIALIZE_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_KEYS_SERIALIZED | Call by reference | Type reference (TYPE) | XSTRING | 20090526 | ||||
| 2 | I_KEYS | Call by reference | Type reference (TYPE) | ANY | 20090526 |
Method _SERIALIZE_KEYS on class CL_SATC_STD_SET_LOAD_ON_INIT has no exception.
Method _SET_ATTRIBUTE_VALUE_FOR_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | DATA | 20090429 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME | 20090429 | ||||
| 3 | I_VALUE | Call by reference | Type reference (TYPE) | DATA | 20090429 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090429 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |