SAP ABAP Class CL_SATC_STD_SET_LOAD_ON_DEMAND (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_DEMAND | Set with 'load on demand' 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_DEMAND | 'Check Cfg. Set' - load on demand | 20090603 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_OBJLOG_ON_DEMAND | 'Object Log Set' - on demand access | 20090805 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_PLNERR_ON_DEMAND | 'Module Plug-in Failure Set' - on demand | 20090429 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_VDCT_ON_DEMAND | 'Aspect Verdict Set' - load on demand | 20090603 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_VERDCT_ON_DEMAND | 'Module Verdict Set' - load on demand | 20090520 |
Properties
Class | CL_SATC_STD_SET_LOAD_ON_DEMAND | |
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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SATC_SET_LOAD_ON_DEMAND | Set with 'load on demand' strategy | 20090429 |
Friends
Class CL_SATC_STD_SET_LOAD_ON_DEMAND has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_SET_MODIFY | 20090429 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_SET_READ | 20090429 | |||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20090526 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_SATC_SET=>TY_S_INFO | 20090526 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Contains key | 20090527 |
2 | ![]() |
Instance method | Protected | Method | Deserialize keys | 20090526 |
3 | ![]() |
Instance method | Protected | Method | Get attribute value for specified key | 20090527 |
4 | ![]() |
Instance method | Protected | Method | Get current number of entities | 20090526 |
5 | ![]() |
Instance method | Protected | Method | Serialize keys | 20090526 |
6 | ![]() |
Instance method | Protected | Method | Set attribute value for specified key | 20090527 |
Events
Class CL_SATC_STD_SET_LOAD_ON_DEMAND has no event.
Types
Class CL_SATC_STD_SET_LOAD_ON_DEMAND 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 | 20090527 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090527 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090527 |
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_DEMAND has no exception.
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 | 20090527 | |||
2 | ![]() |
E_VALUE | Call by reference | Type reference (TYPE) | DATA | 20090527 | |||
3 | ![]() |
I_KEY | Call by reference | Type reference (TYPE) | DATA | 20090527 | |||
4 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME | 20090527 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090527 |
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_DEMAND has no exception.
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_DEMAND 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 | 20090527 | |||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME | 20090527 | |||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | DATA | 20090527 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090527 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |