SAP ABAP Class CL_SATC_SET_ACCESS (Access to a Set)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_STDLIB_PERSISTENCE_CORE (Package) INTERNAL: - *NO* REUSE - sets, domain, etc. implementation
Properties
Class CL_SATC_SET_ACCESS  
Short Description Access to a Set    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SATC_STDLIB_PERSISTENCE_CORE   INTERNAL: - *NO* REUSE - sets, domain, etc. implementation 
Created 20060919   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SATC_SET_ACCESS has no forward declaration.
Interfaces
Class CL_SATC_SET_ACCESS has no interface implemented.
Friends
Class CL_SATC_SET_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_DOMAIN Instance attribute Protected Type reference (TYPE) SATC_D_DOMAIN_NAME SATC: Domain Name 20060919
2 F_EXEC_ID Instance attribute Protected Type reference (TYPE) SATC_D_ID Unique ID 20060919
3 F_NAME Instance attribute Protected Type reference (TYPE) SATC_D_NAME SATC: Primary Variable name 20060919
4 F_SET Instance attribute Protected Object reference (TYPE REF TO) IF_SATC_SET SATC: Domain 20060919
5 F_SET_GUID Instance attribute Protected Type reference (TYPE) SATC_D_ID Unique ID 20060919
6 F_STATE Instance attribute Protected See coding 20060919
Methods
# Method Level Visibility Method type Description Created on
1 GET_EXISTING_SET Static method Public Method 20060919
2 GET_NEW_SET Static method Public Method 20060919
Events
Class CL_SATC_SET_ACCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_VARIABLE_INFO Public See coding 20060919 begin of ty_S_Variable_Info , set_Name type satc_D_Name, set_Domain type satc_D_Domain_Name, exec_Id type satc_D_Id, version type i, end of ty_S_Variable_Info
Method Signatures

Method GET_EXISTING_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMAIN_NAME Call by reference Type reference (TYPE) SATC_D_DOMAIN_NAME ATC: Domain Name 20060919
2 Importing I_SET_ID Call by reference Type reference (TYPE) SATC_D_ID ATC: Unique ID 20060919
3 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_SET_INTERNAL ATC: Access To Entity Set 20060919
# Exception Resumable Description Created on
1 CX_SATC_SET_ACCESS_ERROR 20060919

Method GET_NEW_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMAIN_NAME Call by reference Type reference (TYPE) SATC_D_DOMAIN_NAME ATC: Domain Name 20060919
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_SET_INTERNAL ATC: Access To Entity Set 20060919
# Exception Resumable Description Created on
1 CX_SATC_SET_ACCESS_ERROR ATC: Access to Set Failed 20060920
History
Last changed by/on SAP  20130531 
SAP Release Created in