SAP ABAP Class IF_SATC_SET_ATTRIBUTE_MANAGER (Manager for access to attributes and their values)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SATC_SET_ATTMGR_MEMORY | Manager for access to any attribute of one set - memory | 20070224 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_SATC_SET_ATTMGR_PERSISTENCE | Manager for access to any attribute of one set - persistence | 20070224 |
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
| Class | IF_SATC_SET_ATTRIBUTE_MANAGER | |
| Short Description | Manager for access to attributes and their values | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20061213 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_SATC_SET_ATTRIBUTE_MANAGER has no interface implemented.
Friends
Class IF_SATC_SET_ATTRIBUTE_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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
Class 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 |