SAP ABAP Interface /IWFND/IF_MED_INFO (Information Provider for Metadata)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CS (Application Component) IWF Common Services
⤷
/IWFND/MED_SVC_DEV_LANGU (Package) GW Framework - Metadata - Service Def. - Dev User Translatio
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/CL_MED_INFO | Meta data Information Provider | 20110314 |
Properties
| Interface | /IWFND/IF_MED_INFO | |
| Short Description | Information Provider for Metadata |
General Data
| Package | /IWFND/MED_SVC_DEV_LANGU | GW Framework - Metadata - Service Def. - Dev User Translatio |
| Created | 20110311 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
Interface /IWFND/IF_MED_INFO has no forward declaration.
Interfaces
Interface /IWFND/IF_MED_INFO has no interface.
Friends
Interface /IWFND/IF_MED_INFO has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GCS_DATA_PROV_TYPE | Constant | Public | See coding | 20110824 | ||||
| 2 | GCS_GENERATOR_INFO_NAME | Constant | Public | See coding | 20111123 | ||||
| 3 | GCS_MED_MODEL_INFO_NAME | Constant | Public | See coding | 20110328 | ||||
| 4 | GCS_MED_MODEL_INFO_VALUE | Constant | Public | See coding | 20110328 | ||||
| 5 | GCS_MED_SERVICE_INFO_NAME | Constant | Public | See coding | 20110407 | ||||
| 6 | GCS_MED_SERVICE_INFO_VALUE | Constant | Public | See coding | 20110617 | ||||
| 7 | GCS_MED_TYPES | Constant | Public | See coding | 20110930 | ||||
| 8 | MT_KEY | Instance attribute | Public | Type reference (TYPE) | TY_T_KEY_INFO | 20110929 | |||
| 9 | MT_PARAMETER | Instance attribute | Public | Type reference (TYPE) | TY_T_MED_INFO | 20110314 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get parameter | 20110314 | |
| 2 | Instance method | Public | Method | Get parameters | 20110314 | |
| 3 | Instance method | Public | Method | Remove parameter | 20110314 | |
| 4 | Instance method | Public | Method | Remove parameters | 20110314 | |
| 5 | Instance method | Public | Method | Writes changes to table | 20110314 | |
| 6 | Instance method | Public | Method | Set parameter | 20110314 | |
| 7 | Instance method | Public | Method | Set parameters | 20110314 |
Events
Interface /IWFND/IF_MED_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_KEY_INFO | Public | See coding | 20110929 | BEGIN OF ty_s_key_info,
srv_identifier TYPE /iwfnd/med_mdl_srg_identifier,
is_active TYPE /iwfnd/med_mdl_active_flag,
name TYPE /iwfnd/med_mdl_info_name,
END OF ty_s_key_info
|
||
| 2 | TY_S_MED_INFO | Public | See coding | 20110314 | BEGIN OF ty_s_med_info,
name TYPE /iwfnd/med_mdl_info_name,
value TYPE /iwfnd/med_mdl_info_value,
END OF ty_s_med_info
|
||
| 3 | TY_S_MED_SIN | Public | See coding | 20111201 | BEGIN OF ty_s_med_sin,
srv_identifier TYPE /iwfnd/med_mdl_srg_identifier,
is_active TYPE /iwfnd/med_mdl_active_flag,
name TYPE /iwfnd/med_mdl_info_name,
value TYPE /iwfnd/med_mdl_info_value,
END OF ty_s_med_sin
|
||
| 4 | TY_T_KEY_INFO | Public | See coding | 20110929 | ty_t_key_info TYPE STANDARD TABLE OF ty_s_key_info WITH KEY srv_identifier
|
||
| 5 | TY_T_MED_INFO | Public | See coding | 20110314 | ty_t_med_info TYPE HASHED TABLE OF ty_s_med_info WITH UNIQUE KEY name
|
||
| 6 | TY_T_MED_SIN | Public | See coding | 20111201 | ty_t_med_sin TYPE HASHED TABLE OF ty_s_med_sin WITH UNIQUE KEY srv_identifier is_active name
|
Method Signatures
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_INFO_VALUE | Model Information Value | 20110314 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_INFO_NAME | Model Information Name | 20110314 |
Method GET_PARAMETER on Interface /IWFND/IF_MED_INFO has no exception.
Method GET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PARAMETER | Call by reference | Type reference (TYPE) | TY_T_MED_INFO | 20110314 |
Method GET_PARAMETERS on Interface /IWFND/IF_MED_INFO has no exception.
Method REMOVE_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_INFO_NAME | Model Information Name | 20110314 |
Method REMOVE_PARAMETER on Interface /IWFND/IF_MED_INFO has no exception.
Method REMOVE_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMES | Call by reference | Type reference (TYPE) | /IWFND/T_COD_SELECT_OPTIONS | SCL Framework: Select Options for Queries | 20110314 |
Method REMOVE_PARAMETERS on Interface /IWFND/IF_MED_INFO has no exception.
Method SAVE Signature
Method SAVE on Interface /IWFND/IF_MED_INFO has no parameter.
Method SAVE on Interface /IWFND/IF_MED_INFO has no exception.
Method SET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_INFO_NAME | Model Information Name | 20110314 | |||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_INFO_VALUE | Model Information Value | 20110314 |
Method SET_PARAMETER on Interface /IWFND/IF_MED_INFO has no exception.
Method SET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMETER | Call by reference | Type reference (TYPE) | TY_T_MED_INFO | 20110314 |
Method SET_PARAMETERS on Interface /IWFND/IF_MED_INFO has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 250 |