SAP ABAP Interface IF_SATC_SET_ATTMGR_PERSISTENCE (Manager for access to any attribute of one set - persistence)
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_SET_ATTRIBUTE_MANAGER | Manager for access to attributes and their values | 20070224 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_SET_ATTRIBUTE_MANAGER | Attribute Manager (Default Implementation) | 20070224 |
Properties
Interface | IF_SATC_SET_ATTMGR_PERSISTENCE | |
Short Description | Manager for access to any attribute of one set - persistence |
General Data
Package | SATC_STDLIB_PERSISTENCE_API | INTERNAL: - *NO* REUSE - domains, sets, attribute handlers |
Created | 20070224 | 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 IF_SATC_SET_ATTMGR_PERSISTENCE has no interface.
Friends
Interface IF_SATC_SET_ATTMGR_PERSISTENCE has no friend.
Attributes
Interface IF_SATC_SET_ATTMGR_PERSISTENCE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Copies entities on persistence layer | 20070224 |
2 | ![]() |
Instance method | Public | Method | Deletes values of attributes from persistence layer | 20070224 |
3 | ![]() |
Instance method | Public | Method | Returns names of attributes stored on persistence layer | 20070224 |
4 | ![]() |
Instance method | Public | Method | (Re)Loads all stored attributes from persistence layer | 20070224 |
5 | ![]() |
Instance method | Public | Method | Called after commit | 20070224 |
6 | ![]() |
Instance method | Public | Method | Called after rollback | 20070224 |
7 | ![]() |
Instance method | Public | Method | Stores in memory presentation to persistence | 20070224 |
Events
Interface IF_SATC_SET_ATTMGR_PERSISTENCE 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 COPY_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAMES | Call by reference | Type reference (TYPE) | STRING_TABLE | List of Attribute Names / Inititial == ALL | 20070224 | ||
2 | ![]() |
I_TARGET_SET_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | Target Set ID | 20070224 |
Method COPY_ATTRIBUTES on Interface IF_SATC_SET_ATTMGR_PERSISTENCE has no exception.
Method DELETE_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FILTER | Call by reference | Type reference (TYPE) | DATA | Optional Filter | 20070224 | ||
2 | ![]() |
I_NAMES | Call by reference | Type reference (TYPE) | STRING_TABLE | Attribute Names / Initial Value == All Attributes | 20070224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SATC: Exceptions with Set Handling | 20070224 |
Method GET_ATTRIBUTE_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING_TABLE | List of Attribute Names | 20070224 |
Method GET_ATTRIBUTE_NAMES on Interface IF_SATC_SET_ATTMGR_PERSISTENCE has no exception.
Method LOAD_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FILTER | Call by reference | Type reference (TYPE) | DATA | Optional Filter | 20070224 | ||
2 | ![]() |
I_LOAD_MODE | Call by reference | Type reference (TYPE) | INT1 | IF_SATC_SET_CONSTANTS=>C_LOAD_MODE-IMMEDIATE | 20070224 | ||
3 | ![]() |
I_NAMES | Call by reference | Type reference (TYPE) | STRING_TABLE | Attribute Names / Initial Value == All Attributes | 20070224 | ||
4 | ![]() |
I_RELOAD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SATC: Exceptions with Set Handling | 20070224 |
Method ON_AFTER_COMMIT Signature
Method ON_AFTER_COMMIT on Interface IF_SATC_SET_ATTMGR_PERSISTENCE has no parameter.
Method ON_AFTER_COMMIT on Interface IF_SATC_SET_ATTMGR_PERSISTENCE has no exception.
Method ON_AFTER_ROLLBACK Signature
Method ON_AFTER_ROLLBACK on Interface IF_SATC_SET_ATTMGR_PERSISTENCE has no parameter.
Method ON_AFTER_ROLLBACK on Interface IF_SATC_SET_ATTMGR_PERSISTENCE has no exception.
Method SAVE_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAMES | Call by reference | Type reference (TYPE) | STRING_TABLE | Attribute Names / Initial Value == All Attributes | 20070224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SATC: Exceptions with Set Handling | 20070224 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |