SAP ABAP Class IF_SATC_MD_CONFIG_PARAM_DEF (Definition of Configuration Parameters)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_CONDITION | Condition | 20060625 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_MODULE | Module | 20060625 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_CONDITION | Condition | 20060625 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_CONTEXT | Template Context | 20081126 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_MODULE | Meta data on Module | 20060625 |
Properties
| Class | IF_SATC_MD_CONFIG_PARAM_DEF | |
| Short Description | Definition of Configuration Parameters | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20060104 | 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_SATC_MD_CONFIG_PARAM_DEF has no interface implemented.
Friends
Class IF_SATC_MD_CONFIG_PARAM_DEF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TY_S_VALID_OPERATION | Valid Operations | 20060625 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes definition of one 'Configuration Parameter' | 20060104 | |
| 2 | Instance method | Public | Method | Returns definitions of 'Configuration Parameters' | 20060104 | |
| 3 | Instance method | Public | Method | Sets definition of a 'Configuration Parameter' | 20060104 |
Events
Class IF_SATC_MD_CONFIG_PARAM_DEF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PARAM_DEF | Public | See coding | 20060623 | begin of ty_S_Param_Def,
name type satc_D_Md_Name,
type type satc_D_Md_Param_Type,
end of ty_S_Param_Def
|
||
| 2 | TY_S_VALID_OPERATION | Public | See coding | 20060625 | begin of ty_S_Valid_Operation,
set_Definition type abap_Bool,
get_Definition type abap_Bool,
end of ty_S_Valid_Operation
|
||
| 3 | TY_T_PARAM_DEFS | Public | See coding | 20060623 | ty_T_Param_Defs type standard table of ty_S_Param_Def
with default key
|
Method Signatures
Method DELETE_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | Name of 'Cfg. Item' | 20060313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Test Cockpit: Meta Data Exception | 20060625 |
Method GET_DEFINITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_T_PARAM_DEFS | Names of defined parameters | 20060104 |
Method GET_DEFINITIONS on class IF_SATC_MD_CONFIG_PARAM_DEF has no exception.
Method SET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | Name of item | 20060313 | |||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | ABAP type of item | 20060313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060625 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |