SAP ABAP Interface IF_ILM_STOR_CUST_PROP (ILM DB Store: Handler Class for Customizing Setting)
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_PROP | ILM DB Store: Customizing - Basis Class for Settings | 20130816 |
Properties
Interface | IF_ILM_STOR_CUST_PROP | |
Short Description | ILM DB Store: Handler Class for Customizing Setting |
General Data
Package | S_ILM_STOR_CUST | ILM DB Store: Customizing |
Created | 20130807 | 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_CUST_PROP has no interface.
Friends
Interface IF_ILM_STOR_CUST_PROP has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DB | Constant | Public | See coding | 20130816 | ||||
2 | DIAG | Constant | Public | See coding | 20130816 | ||||
3 | SYS | Constant | Public | See coding | 20130816 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Default Value of a Setting | 20130816 |
2 | ![]() |
Instance method | Public | Method | Initializes a Setting | 20130816 |
3 | ![]() |
Instance method | Public | Method | Checks Whether a Value Is Valid (Type, Value Range) | 20130816 |
4 | ![]() |
Instance method | Public | Method | Returns the Name of a Setting | 20130816 |
5 | ![]() |
Instance method | Public | Method | Namespace to which the Setting Belongs | 20130816 |
6 | ![]() |
Instance method | Public | Method | Origin to which a Setting Belongs | 20130816 |
7 | ![]() |
Instance method | Public | Method | Determines Whether a Setting Is Read-Only | 20130816 |
8 | ![]() |
Instance method | Public | Method | Returns the Value of a Setting | 20130816 |
Events
Interface IF_ILM_STOR_CUST_PROP has no event.
Types
Interface IF_ILM_STOR_CUST_PROP has no local type.
Method Signatures
Method DEFAULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | IF_ILM_STOR_TYPES=>GC_UNDEFINED | 20130816 | ||
2 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 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 | 20130816 | |||
2 | ![]() |
IV_ORIGIN | Call by reference | Type reference (TYPE) | ILM_STOR_ORIGIN | 20130816 | |||
3 | ![]() |
IV_PROP_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130816 | ||
2 | ![]() |
20130816 |
Method IS_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXCEPTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Passende Exception werfen, wenn Wert ungültig | 20130816 | |
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | Zu prüfender Wert | 20130816 | ||
3 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | X, wenn iv_value gültig ist | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ILM-DB-Ablage: Customizing Exception | 20130816 |
Method NAME 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 NAME on Interface IF_ILM_STOR_CUST_PROP has no exception.
Method NAMESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ILM_STOR_NAMESPACE | 20130816 |
Method NAMESPACE on Interface IF_ILM_STOR_CUST_PROP has no exception.
Method ORIGIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ILM_STOR_ORIGIN | ILM-DB-Ablage: Kennzeichnung der Herkunft der Daten | 20130816 |
Method ORIGIN on Interface IF_ILM_STOR_CUST_PROP has no exception.
Method READ_ONLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130816 |
Method READ_ONLY on Interface IF_ILM_STOR_CUST_PROP has no exception.
Method VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | IF_ILM_STOR_TYPES=>GC_UNDEFINED | 20130816 | ||
2 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130816 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |