SAP ABAP Interface IF_ILM_STOR_PROPERTIES (ILM DB Store: Processing of Properties)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_PROCESS (Package) ILM DB Store: Processing

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ILM_STOR_PROPERTIES | ILM DB Store: Processing of Properties | 20130816 |
Properties
Interface | IF_ILM_STOR_PROPERTIES | |
Short Description | ILM DB Store: Processing of Properties |
General Data
Package | S_ILM_STOR_PROCESS | ILM DB Store: Processing |
Created | 20130510 | 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_ILM_STOR_PROPERTIES has no interface.
Friends
Interface IF_ILM_STOR_PROPERTIES has no friend.
Attributes
Interface IF_ILM_STOR_PROPERTIES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Checks Whether a Property Can Be Changed | 20130816 |
2 | ![]() |
Instance method | Public | Method | Checks Whether a Property Can Be Deleted | 20130816 |
3 | ![]() |
Instance method | Public | Method | Delete a Property | 20130816 |
4 | ![]() |
Instance method | Public | Method | Read a Property | 20130816 |
5 | ![]() |
Instance method | Public | Method | Checks Whether a Property Is a Live Property | 20130816 |
6 | ![]() |
Instance method | Public | Method | Gets All Properties of a Handle | 20130816 |
7 | ![]() |
Instance method | Public | Method | Create or Update a Property | 20130816 |
Events
Interface IF_ILM_STOR_PROPERTIES has no event.
Types
Interface IF_ILM_STOR_PROPERTIES has no local type.
Method Signatures
Method CAN_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressourcen-Handle | 20130816 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | ILM-DB-Ablage: Property-Name | 20130816 | ||
3 | ![]() |
IV_NEW_VALUE | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_VALUE | ILM-DB-Ablage: Wert einer Property | 20130816 | ||
4 | ![]() |
RO_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | CX_ILM_STOR_PROPERTY | Fertige Exception, wenn nicht geändert werden kann | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ILM-DB-Ablage: Basis-Ausnahme | 20130816 | |
2 | ![]() |
ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method CAN_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressourcen-Handle | 20130816 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | ILM-DB-Ablage: Property-Name | 20130816 | ||
3 | ![]() |
RO_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | CX_ILM_STOR_PROPERTY | Fertige Exception, wenn nicht geändert werden kann | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ILM-DB-Ablage: Basis-Ausnahme | 20130816 | |
2 | ![]() |
ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressource Handle | 20130816 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | Name der zu löschenden Property | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Allgemeiner Fehler | 20130816 | |
2 | ![]() |
ILM-DB-Ablage: Exception für Property Handling | 20130816 | |
3 | ![]() |
20130816 |
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressourcen-Handle | 20130816 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | ILM-DB-Ablage: Property-Name | 20130816 | ||
3 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ILM_STOR_PROP_VALUE | ILM-DB-Ablage: Wert einer Property | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ILM-DB-Ablage: Basis-Ausnahme | 20130816 | |
2 | ![]() |
ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method IS_KNOWN_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | ILM-DB-Ablage: Property-Name | 20130816 | ||
2 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true, wenn es eine live-Property ist | 20130816 |
Method IS_KNOWN_PROPERTY on Interface IF_ILM_STOR_PROPERTIES has no exception.
Method LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | ILM_STOR_T_STRING | Tabelle mit einfachen Strings | 20130816 | ||
2 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressourcen-Handle | 20130816 | ||
3 | ![]() |
RT_VALUE | Value transfer | Type reference (TYPE) | ILM_STOR_T_PROPERTY | ILM-DB-Ablage: Tabellentyp für Properties | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ILM-DB-Ablage: Basis-Ausnahme | 20130816 | |
2 | ![]() |
ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressource Handle | 20130816 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | Name einer Property | 20130816 | ||
3 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_VALUE | '-' | Setzt einen neuen Wert für die Eigenschaft | 20130816 | |
4 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ILM_STOR_PROP_VALUE | Aktueller Wert für die Eigenschaft | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Allgemeiner Fehler | 20130816 | |
2 | ![]() |
ILM-DB-Ablage: Exception für Property Handling | 20130816 | |
3 | ![]() |
20130816 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |