SAP ABAP Class CL_SATC_STD_SET_WITHOUT_LOAD (Standard implementation for set without load)
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_WITHOUT_LOAD Set with 'never load' strategy 20090428
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SATC_AC_CHKCFG_WITHOUT_LOAD 'Check Cfg. Set' - without load 20090603
2 Inheritance (c INHERITING FROM c_ref)  CL_SATC_AC_OBJLOG_WITHOUT_LOAD 'Object Log Set' - no load 20090805
3 Inheritance (c INHERITING FROM c_ref)  CL_SATC_AC_PLNERR_WITHOUT_LOAD 'Module Plug-in Failure Set' - no load 20090504
4 Inheritance (c INHERITING FROM c_ref)  CL_SATC_AC_VDCT_WITHOUT_LOAD 'Aspect Verdict Set' - no load 20090603
5 Inheritance (c INHERITING FROM c_ref)  CL_SATC_AC_VERDCT_WITHOUT_LOAD 'Module Verdict Set' - no load 20090520
6 Inheritance (c INHERITING FROM c_ref)  CL_SATC_STD_TEST_SET_NO_LOAD Std test set without load 20090630
Properties
Class CL_SATC_STD_SET_WITHOUT_LOAD  
Short Description Standard implementation for set without load    
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 20090428   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SATC_STD_SET_WITHOUT_LOAD has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SATC_SET_WITHOUT_LOAD Set with 'never load' strategy 20090428
Friends
Class CL_SATC_STD_SET_WITHOUT_LOAD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_APPEND Instance attribute Private Object reference (TYPE REF TO) IF_SATC_SET_APPEND 20090428
2 F_REF_KEYS Instance attribute Protected Object reference (TYPE REF TO) DATA 20090526
3 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 _ADD_KEYS Instance method Protected Method Add keys 20090428
2 _SET_KEYS_WITH_ATTRIBUTES Instance method Protected Method Set keys and attribute values 20090525
Events
Class CL_SATC_STD_SET_WITHOUT_LOAD has no event.
Types
Class CL_SATC_STD_SET_WITHOUT_LOAD has no local type.
Method Signatures

Method _ADD_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYS Call by reference Type reference (TYPE) STANDARD TABLE 20090428
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090515

Method _SET_KEYS_WITH_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYS Call by reference Type reference (TYPE) STANDARD TABLE 20090525
2 Importing I_NAME Call by reference Type reference (TYPE) IF_SATC_SET_TYPES=>TY_D_ATTRIBUTE_NAME 20090525
3 Importing I_VALUES Call by reference Type reference (TYPE) STANDARD TABLE 20090525
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090525
History
Last changed by/on SAP  20130531 
SAP Release Created in 730