SAP ABAP Class IF_ILM_STOR_PROP_HANDLER (ILM DB Store: Handler for Live Properties)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ILM_STOR_PROP_HANDLER | ILM DB Store: Property Handler | 20130816 |
Properties
| Class | IF_ILM_STOR_PROP_HANDLER | |
| Short Description | ILM DB Store: Handler for Live Properties | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130529 | 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) |
Interfaces
Class IF_ILM_STOR_PROP_HANDLER has no interface implemented.
Friends
Class IF_ILM_STOR_PROP_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | '2999-12-31' | 20130816 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | '1799-01-01' | 20130816 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | '1799-01-02' | 20130816 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'unknown' | 20130816 | |||
| 5 | Constant | Public | See coding | 20130816 |
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 an Element Can Be Deleted | 20130816 | |
| 3 | Instance method | Public | Method | Checks Whether a Property Can Be Deleted | 20130816 | |
| 4 | Instance method | Public | Method | Execute the Change | 20130816 | |
| 5 | Instance method | Public | Method | Delete | 20130816 | |
| 6 | Instance method | Public | Method | Checks Whether a Property is a Live Property | 20130816 | |
| 7 | Instance method | Public | Method | Determines Whether a Property Can Be Bequeathed | 20130816 | |
| 8 | Instance method | Public | Method | Determines the Value of a Property | 20130816 |
Events
Class IF_ILM_STOR_PROP_HANDLER has no event.
Types
Class IF_ILM_STOR_PROP_HANDLER 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_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | ILM-DB-Ablage: Property-Name | 20130816 | |||
| 2 | IV_NEW_VALUE | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_VALUE | ILM-DB-Ablage: Wert einer Property | 20130816 | |||
| 3 | IV_URI | Call by reference | Type reference (TYPE) | ILM_STOR_URI | ILM-DB-Ablage: Ressourcen-Handle | 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_ELEMENT 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 | IV_URI | Call by reference | Type reference (TYPE) | ILM_STOR_URI | ILM-DB-Ablage: URI einer Ressource | 20130816 | |||
| 3 | RS_VALUE | Value transfer | Type reference (TYPE) | ILM_STOR_S_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_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 | IV_URI | Call by reference | Type reference (TYPE) | ILM_STOR_URI | ILM-DB-Ablage: URI einer Ressource | 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 EXECUTE_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 | 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: Exception für Property Handling | 20130816 | ||
| 3 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method EXECUTE_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 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Basis-Ausnahme | 20130816 | ||
| 2 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method IS_KNOWN 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 | 20130816 |
Method IS_KNOWN on class IF_ILM_STOR_PROP_HANDLER has no exception.
Method IS_PROPAGATING 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 | 20130816 |
Method IS_PROPAGATING on class IF_ILM_STOR_PROP_HANDLER has no exception.
Method VALUE 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 | 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: Exception für Datenbankzugriffe | 20130816 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |