SAP ABAP Interface IF_ILM_STOR_CUST_NS (ILM DB Store: Customizing Namespace)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_CUST (Package) ILM DB Store: Customizing
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ILM_STOR_CUST_NS | ILM DB Store: Namespace Implementation | 20130816 |
Properties
| Interface | IF_ILM_STOR_CUST_NS | |
| Short Description | ILM DB Store: Customizing Namespace |
General Data
| Package | S_ILM_STOR_CUST | ILM DB Store: Customizing |
| Created | 20130808 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_ILM_STOR_CUST_NS has no forward declaration.
Interfaces
Interface IF_ILM_STOR_CUST_NS has no interface.
Friends
Interface IF_ILM_STOR_CUST_NS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACES | Constant | Public | See coding | 20130816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates a New Setting in the Namespace | 20130816 | |
| 2 | Instance method | Public | Method | Initializes the instance | 20130816 | |
| 3 | Instance method | Public | Method | Returns the Namespace Path | 20130816 | |
| 4 | Instance method | Public | Method | Gets a Specific Setting | 20130816 | |
| 5 | Instance method | Public | Method | Gets the Settings Contained in the Namespace | 20130816 |
Events
Interface IF_ILM_STOR_CUST_NS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_SETTINGS | Public | See coding | 20130816 | tty_settings TYPE HASHED TABLE OF ty_setting
WITH UNIQUE KEY primary_key
COMPONENTS name
|
||
| 2 | TY_SETTING | Public | See coding | 20130816 | BEGIN OF ty_setting,
name TYPE ilm_stor_prop_name,
prop TYPE REF TO if_ilm_stor_cust_prop,
END OF ty_setting
|
Method Signatures
Method CREATE_SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA_TYPE | Call by reference | Type reference (TYPE) | ILM_STOR_CUST_TYPE | ILM-DB-Ablage: Datentyp einer Einstellung | 20130816 | |||
| 2 | IV_PROP_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | ILM-DB-Ablage: Property-Name | 20130816 | |||
| 3 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_CUST_PROP | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130816 |
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAMESPACE | Call by reference | Type reference (TYPE) | ILM_STOR_NAMESPACE | ILM-DB-Ablage: Customizing-Namensraum | 20130816 | |||
| 2 | IV_ORIGIN | Call by reference | Type reference (TYPE) | ILM_STOR_ORIGIN | ILM-DB-Ablage: Kennzeichnung der Herkunft der Daten | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Customizing Exception | 20130816 |
Method PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130816 |
Method PATH on Interface IF_ILM_STOR_CUST_NS has no exception.
Method SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SETTING | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | ILM-DB-Ablage: Property-Name | 20130816 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_CUST_PROP | ILM-DB-Ablage: Handlerklasse für Customizing-Einstellung | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Basis-Ausnahme | 20130816 |
Method SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SETTINGS | Value transfer | Type reference (TYPE) | TTY_SETTINGS | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Customizing Exception | 20130816 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |