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 | Instance attribute | Protected | Type reference (TYPE) | SATC_D_DOMAIN_NAME | SATC: Domain Name | 20060919 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | SATC_D_ID | Unique ID | 20060919 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SATC_D_NAME | SATC: Primary Variable name | 20060919 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SATC_SET | SATC: Domain | 20060919 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SATC_D_ID | Unique ID | 20060919 | |||
| 6 | Instance attribute | Protected | See coding | 20060919 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20060919 | ||
| 2 | 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 | I_DOMAIN_NAME | Call by reference | Type reference (TYPE) | SATC_D_DOMAIN_NAME | ATC: Domain Name | 20060919 | |||
| 2 | I_SET_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | ATC: Unique ID | 20060919 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_SET_INTERNAL | ATC: Access To Entity Set | 20060919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060919 |
Method GET_NEW_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DOMAIN_NAME | Call by reference | Type reference (TYPE) | SATC_D_DOMAIN_NAME | ATC: Domain Name | 20060919 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_SET_INTERNAL | ATC: Access To Entity Set | 20060919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ATC: Access to Set Failed | 20060920 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |