SAP ABAP Interface IF_SATC_MD_CONFIG_CONTEXT (Configuration Parameter Context)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_STDLIB_META_DATA_API (Package) INTERNAL: - *NO* REUSE - Meta data API

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_CONTEXT | Signature and/or variables | 20081119 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_CONTEXT | Template Context | 20081126 |
Properties
Interface | IF_SATC_MD_CONFIG_CONTEXT | |
Short Description | Configuration Parameter Context |
General Data
Package | SATC_STDLIB_META_DATA_API | INTERNAL: - *NO* REUSE - Meta data API |
Created | 20081119 | 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_SATC_MD_CONFIG_CONTEXT has no interface.
Friends
Interface IF_SATC_MD_CONFIG_CONTEXT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | VALID_OPERATION | Instance attribute | Public | Type reference (TYPE) | TY_S_VALID_OPERATION | 20130601 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the names of all 'Configuration Items' | 20081209 |
2 | ![]() |
Instance method | Public | Method | Returns mappings of 'Cfg Parameters' | 20081121 |
3 | ![]() |
Instance method | Public | Method | Returns API to definition of 'Cfg. Parameters', or Initial | 20081119 |
4 | ![]() |
Instance method | Public | Method | Returns the value of a single 'Configuration Parameter' | 20081121 |
5 | ![]() |
Instance method | Public | Method | Returns the values of all 'Configuration Parameters' | 20081121 |
6 | ![]() |
Instance method | Public | Method | Sets mapping for one 'Configuration Parameter' | 20081121 |
7 | ![]() |
Instance method | Public | Method | Sets the value of one 'Configuration Parameter' | 20081121 |
Events
Interface IF_SATC_MD_CONFIG_CONTEXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_MAPPING | Public | See coding | Mapping that Relates one Parameter to Enclosing Item | 20081119 | begin of ty_S_Mapping,
from_Name type satc_D_Md_Name,
to_Name type satc_D_Md_Name,
end of ty_S_Mapping
|
|
2 | TY_S_VALID_OPERATION | Public | See coding | Possible Operationion of this Context Instance | 20081121 | begin of ty_S_Valid_Operation,
get_Value type abap_Bool,
set_Value type abap_Bool,
set_Mapping type abap_Bool,
end of ty_S_Valid_Operation
|
|
3 | TY_S_VALUE | Public | See coding | Value and Type of a Configuration Parameter | 20081121 | begin of ty_S_Value,
name type satc_D_Md_Name,
value_Ref type ref to data,
type type satc_D_Md_Param_Type,
end of ty_S_Value
|
|
4 | TY_T_MAPPINGS | Public | See coding | Mappings that Relate Parameters to Enclosing Items | 20081119 | ty_T_Mappings type standard table of ty_S_Mapping with default key
|
|
5 | TY_T_VALUES | Public | See coding | Values and Types of Configuration Parameters | 20081121 | ty_T_Values type standard table of ty_S_Value
with default key
|
Method Signatures
Method GET_ITEM_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SATC_T_MD_NAMES | List of 'Cfg. Item' names | 20081209 |
Method GET_ITEM_NAMES on Interface IF_SATC_MD_CONFIG_CONTEXT has no exception.
Method GET_MAPPINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ALL_PARAMETERS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | All Parameters: Including the ones not mapped | 20081127 | |
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_MAPPINGS | Mappings if applicable | 20081121 |
Method GET_MAPPINGS on Interface IF_SATC_MD_CONFIG_CONTEXT has no exception.
Method GET_PARAMETER_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_MD_CONFIG_PARAM_DEF | Meta Data for Configuration Parameter | 20081119 |
Method GET_PARAMETER_DEFINITION on Interface IF_SATC_MD_CONFIG_CONTEXT has no exception.
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_NOT_SET | Call by reference | Type reference (TYPE) | ABAP_BOOL | Value is not set | 20081121 | ||
2 | ![]() |
E_VALUE | Call by reference | Type reference (TYPE) | DATA | Value if applicable | 20081121 | ||
3 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | Item name | 20081121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta Data Exception | 20081126 |
Method GET_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_VALUES | List of values | 20081121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ABAP Test Cockpit: Meta Data Exception | 20081121 |
Method SET_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MAPPED_TO_NAME | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | Mapped to Item | 20081121 | ||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | Mapped from item | 20081121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ABAP Test Cockpit: Meta Data Exception | 20081121 |
Method SET_VALUE 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 'Configuration Item' | 20081121 | ||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | DATA | Value | 20081121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ABAP Test Cockpit: Meta Data Exception | 20081121 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 720 |