SAP ABAP Class /IWFND/IF_MED_INFO (Information Provider for Metadata)
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
| Class | /IWFND/IF_MED_INFO | |
| Short Description | Information Provider for Metadata | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110311 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWFND/IF_MED_INFO has no forward declaration.
Interfaces
Class /IWFND/IF_MED_INFO has no interface implemented.
Friends
Class /IWFND/IF_MED_INFO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20110824 | |||||
| 2 | Constant | Public | See coding | 20111123 | |||||
| 3 | Constant | Public | See coding | 20110328 | |||||
| 4 | Constant | Public | See coding | 20110328 | |||||
| 5 | Constant | Public | See coding | 20110407 | |||||
| 6 | Constant | Public | See coding | 20110617 | |||||
| 7 | Constant | Public | See coding | 20110930 | |||||
| 8 | Instance attribute | Public | Type reference (TYPE) | TY_T_KEY_INFO | 20110929 | ||||
| 9 | 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
Class /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 class /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 class /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 class /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 class /IWFND/IF_MED_INFO has no exception.
Method SAVE Signature
Method SAVE on class /IWFND/IF_MED_INFO has no parameter.
Method SAVE on class /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 class /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 class /IWFND/IF_MED_INFO has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in |