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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_SATC_SET_TYPES 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 F_MODIFY Instance attribute Private Object reference (TYPE REF TO) IF_SATC_SET_MODIFY 20090429
2 F_READ Instance attribute Private Object reference (TYPE REF TO) IF_SATC_SET_READ 20090429
3 F_REF_KEYS Instance attribute Protected Object reference (TYPE REF TO) DATA 20090526
4 F_SET_INFO Instance attribute Protected Type reference (TYPE) IF_SATC_SET=>TY_S_INFO 20090526
Methods
# Method Level Visibility Method type Description Created on
1 _CONTAINS_KEY Instance method Protected Method Contains key 20090527
2 _DESERIALIZE_KEYS Instance method Protected Method Deserialize keys 20090526
3 _GET_ATTRIBUTE_VALUE_FOR_KEY Instance method Protected Method Get attribute value for specified key 20090527
4 _GET_NUMBER_OF_ENTITIES Instance method Protected Method Get current number of entities 20090526
5 _SERIALIZE_KEYS Instance method Protected Method Serialize keys 20090526
6 _SET_ATTRIBUTE_VALUE_FOR_KEY 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 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090527
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090527
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090527

Method _DESERIALIZE_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_KEYS Call by reference Type reference (TYPE) ANY 20090526
2 Importing 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 Exporting E_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20090527
2 Exporting E_VALUE Call by reference Type reference (TYPE) DATA 20090527
3 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090527
4 Importing I_NAME Call by reference Type reference (TYPE) IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME 20090527
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090527

Method _GET_NUMBER_OF_ENTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Exporting E_KEYS_SERIALIZED Call by reference Type reference (TYPE) XSTRING 20090526
2 Importing 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 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090527
2 Importing I_NAME Call by reference Type reference (TYPE) IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME 20090527
3 Importing I_VALUE Call by reference Type reference (TYPE) DATA 20090527
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090527
History
Last changed by/on SAP  20130531 
SAP Release Created in 730