SAP ABAP Interface IF_SATC_SET_ATTRIBUTE_MANAGER (Manager for access to attributes and their values)
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 implementation (CLASS c. INTERFACES i_ref) | CL_SATC_SET_ATTRIBUTE_MANAGER | Attribute Manager (Default Implementation) | 20061213 |
Properties
| Interface | IF_SATC_SET_ATTRIBUTE_MANAGER | |
| Short Description | Manager for access to attributes and their values |
General Data
| Package | SATC_STDLIB_PERSISTENCE_API | INTERNAL: - *NO* REUSE - domains, sets, attribute handlers |
| Created | 20061213 | 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) |
| 2 | IF_SATC_SET | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SATC_SET_ATTMGR_MEMORY | Manager for access to any attribute of one set - memory | 20070224 | ||
| 2 | IF_SATC_SET_ATTMGR_PERSISTENCE | Manager for access to any attribute of one set - persistence | 20070224 |
Friends
Interface IF_SATC_SET_ATTRIBUTE_MANAGER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_LOAD_MODE | Constant | Public | See coding | 20061213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds an attribute - fails If present on DB or memory | 20061213 | |
| 2 | Instance method | Public | Method | Returns basic set info | 20061213 |
Events
Interface IF_SATC_SET_ATTRIBUTE_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ATTRIBUTE_DATA | Public | See coding | 20070224 | begin of ty_S_Attribute_Data,
name type satc_D_Name,
begin of data,
keys type ref to data,
values type ref to data,
end of data,
end of ty_S_Attribute_Data
|
||
| 2 | TY_T_ATTRIBUTE_DATA | Public | See coding | 20070224 | ty_T_Attribute_Data type standard table of ty_S_Attribute_Data
|
Method Signatures
Method ADD_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | SATC_D_NAME | 20061216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SATC: Exceptions with Set Handling | 20061213 |
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) | IF_SATC_SET=>TY_S_INFO | 20061213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SATC: Exceptions with Set Handling | 20061213 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |