SAP ABAP Interface IF_SATC_SET_ACCESS (Access to entity 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_API (Package) INTERNAL: - *NO* REUSE - domains, sets, attribute handlers
⤷
⤷
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
| Interface | IF_SATC_SET_ACCESS | |
| Short Description | Access to entity set |
General Data
| Package | SATC_STDLIB_PERSISTENCE_API | INTERNAL: - *NO* REUSE - domains, sets, attribute handlers |
| Created | 20061201 | SAP |
| Last changed | 20140121 | SAP |
| 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 IF_SATC_SET_ACCESS has no interface.
Friends
Interface IF_SATC_SET_ACCESS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ACCESS_MODE | Constant | Public | See coding | 20061203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Return access information | 20061201 |
Events
Interface 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 Interface IF_SATC_SET_ACCESS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |