SAP ABAP Class IF_SATC_SET_ACCESS (Access to entity set)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SATC_AC_OBJLOG_SET_APPEND | 'Object Log' Domain: Typed append | 20090805 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_SATC_SET_APPEND | 'Append' access to set | 20061201 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_SATC_SET_MODIFY | 'Modify' access to set | 20061201 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_SATC_SET_MODIFY_ITERATE | 'Modify & Iterate' access to set | 20090424 |
| 5 | Interface composition (i COMPRISING i_ref) | IF_SATC_SET_READ | 'Read' access to set | 20061201 |
| 6 | Interface composition (i COMPRISING i_ref) | IF_SATC_SET_READ_ITERATE | 'Read & Iterate' access to set | 20090424 |
Properties
| Class | IF_SATC_SET_ACCESS | |
| Short Description | Access to entity set | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20061201 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SATC_SET_ACCESS has no interface implemented.
Friends
Class IF_SATC_SET_ACCESS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20061203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Return access information | 20061201 |
Events
Class IF_SATC_SET_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ACCESS_INFO | Public | See coding | Access Information | 20061201 | begin of ty_S_Access_Info,
id type satc_D_Id,
domain_Name type if_Satc_Set_Types=>ty_D_Domain_Name,
access_Mode type if_Satc_Set_Types=>ty_D_Access_Mode,
end of ty_S_Access_Info
|
|
| 2 | TY_S_ATTRIBUTE_VALUE | Public | See coding | Value Set (data reference to) of One Attribute | 20070102 | begin of ty_S_Attribute_Value,
name type sychar32,
values type ref to data,
end of ty_S_Attribute_Value
|
|
| 3 | TY_T_ATTRIBUTE_VALUES | Public | See coding | Value Set (data reference to) of Multiple Attributes | 20070102 | ty_T_Attribute_Values type standard table of ty_S_Attribute_Value
with default key
|
Method Signatures
Method GET_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_S_ACCESS_INFO | ATC: Primary variable info | 20061201 |
Method GET_INFO on class IF_SATC_SET_ACCESS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |