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 ABAP 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 F_CURRENT_INDEX Instance attribute Protected Type reference (TYPE) I 20090520
2 F_KEYS_ONLY Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20090526
3 F_MODIFY Instance attribute Private Object reference (TYPE REF TO) IF_SATC_SET_MODIFY_ITERATE 20090429
4 F_PARALLEL Instance attribute Private Object reference (TYPE REF TO) IF_SATC_SET_PARALLELIZE 20090526
5 F_READ Instance attribute Private Object reference (TYPE REF TO) IF_SATC_SET_READ_ITERATE 20090429
6 F_REF_KEYS Instance attribute Protected Object reference (TYPE REF TO) DATA 20090526
7 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 Does set contain key? 20090429
2 _DESERIALIZE_KEYS Instance method Protected Method Deserialize keys 20090526
3 _GET_ATTRIBUTE_VALUE_FOR_INDEX Instance method Protected Method Get attribute value - index access - 20090511
4 _GET_ATTRIBUTE_VALUE_FOR_KEY Instance method Protected Method Get attribute value for given key 20090429
5 _GET_KEY_BY_INDEX Instance method Protected Method Get key - index access - 20090429
6 _GET_NUMBER_OF_ENTITIES Instance method Protected Method Get current number of entities 20090526
7 _IS_DONE Instance method Protected Method Is it last entity 20090429
8 _MOVE_TO_FIRST Instance method Protected Method Move to first entity 20090429
9 _MOVE_TO_NEXT Instance method Protected Method Move to next entity 20090429
10 _SERIALIZE_KEYS Instance method Protected Method Serialize keys 20090526
11 _SET_ATTRIBUTE_VALUE_FOR_KEY Instance method Protected Method Set attribute value for given key 20090429
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 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090429
2 Returning 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 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_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 Exporting E_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20090602
2 Exporting E_VALUE Call by reference Type reference (TYPE) DATA 20090511
3 Importing I_INDEX Call by reference Type reference (TYPE) I 20090511
4 Importing I_NAME Call by reference Type reference (TYPE) IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME 20090511
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090511

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 20090602
2 Exporting E_VALUE Call by reference Type reference (TYPE) DATA 20090429
3 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090429
4 Importing I_NAME Call by reference Type reference (TYPE) IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME 20090429
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090429

Method _GET_KEY_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_KEY Call by reference Type reference (TYPE) DATA 20090429
2 Importing I_INDEX Call by reference Type reference (TYPE) I 20090429
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090429

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_INIT has no exception.

Method _IS_DONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 CX_SATC_DOMAIN 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 CX_SATC_DOMAIN 20090429

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_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 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090429
2 Importing I_NAME Call by reference Type reference (TYPE) IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME 20090429
3 Importing I_VALUE Call by reference Type reference (TYPE) DATA 20090429
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090429
History
Last changed by/on SAP  20130531 
SAP Release Created in 730