SAP ABAP Class /IWFND/CL_MED_INFO (Meta data Information Provider)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CS (Application Component) IWF Common Services
     /IWFND/MED_PER_DEV_LANGU (Package) GW Framework - Metadata - Persistency: Dev. Translation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWFND/IF_MED_INFO Information Provider for Metadata 20110314
Properties
Class /IWFND/CL_MED_INFO  
Short Description Meta data Information Provider    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWFND/MED_PER_DEV_LANGU   GW Framework - Metadata - Persistency: Dev. Translation 
Created 20110314   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWFND/IF_MED_INFO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWFND/IF_MED_INFO Information Provider for Metadata 20110314
Friends
Class /IWFND/CL_MED_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_MED_TYPES Instance attribute Private Attribute reference (LIKE) 20110930
2 MT_FIELD_VALUE_PAIRS Instance attribute Private Type reference (TYPE) /IWFND/IF_MED_INFO=>TY_T_MED_INFO 20111104
3 MT_KEY Instance attribute Private Attribute reference (LIKE) 20110929
4 MT_PARAMETER Instance attribute Private Attribute reference (LIKE) 20110314
5 MV_FIELD_NAME_VALUE Instance attribute Private Type reference (TYPE) STRING Field value of mv_field_name 20110929
6 MV_FIELD_VALUE_VALUE Instance attribute Private Type reference (TYPE) STRING Content of field value 20110929
7 MV_KEY_FIELD_NAME Instance attribute Private Type reference (TYPE) STRING 20110314
8 MV_KEY_FIELD_VALUE Instance attribute Private Type reference (TYPE) STRING Meta Model Identifier 20110314
9 MV_TABLE_NAME Instance attribute Private Type reference (TYPE) TABNAME16 Table name, 16 characters 20110314
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20110314
2 GET_ALL_SERVICES Static method Public Method Get Table with all Service Information 20111201
3 GET_KEY_CONDITION Instance method Private Method 20110314
4 GET_MODEL_INFO_PROVIDER Static method Public Method 20110318
5 GET_SELECT_CONDITION_BY_VALUE Instance method Private Method 20110929
6 GET_SERVICES_BY_VALUE Static method Public Method Get Table with Services selected by the given name/value 20120119
7 GET_SERVICE_INFO_PROVIDER Static method Public Method Get Instance of the Service Provider (Table/iwfnd/I_Med_sin) 20110404
8 GET_SERVICE_INFO_PRV_BY_VALUE Static method Public Method Get Instance of Service (Table /iwfnd/i_med_sin) by value 20110929
9 GET_SERVICE_INFO_PRV_BY_VALUES Static method Public Method Get Instance of Service (Table /iwfnd/i_med_sin) by values 20111104
10 LOAD Instance method Private Method 20110314
11 LOAD_BY_VALUE Instance method Private Method 20110929
12 LOAD_BY_VALUES Instance method Private Method 20111104
Events
Class /IWFND/CL_MED_INFO has no event.
Types
Class /IWFND/CL_MED_INFO has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_VALUE_PAIRS Call by reference Type reference (TYPE) /IWFND/IF_MED_INFO=>TY_T_MED_INFO Name/Value Pairs 20111104
2 Importing IV_FIELD_NAME_VALUE Call by reference Type reference (TYPE) STRING Field: Name 20110929
3 Importing IV_FIELD_VALUE_VALUE Call by reference Type reference (TYPE) STRING Value of Field Name 20110929
4 Importing IV_KEY_FIELD_NAME Call by reference Type reference (TYPE) STRING Key Field Name 20110314
5 Importing IV_KEY_FIELD_VALUE Call by reference Type reference (TYPE) STRING Meta Model Identifier 20110314
6 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) TABNAME16 Table name, 16 characters 20110314

Method CONSTRUCTOR on class /IWFND/CL_MED_INFO has no exception.

Method GET_ALL_SERVICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SERVICES Call by reference Type reference (TYPE) /IWFND/IF_MED_INFO=>TY_T_MED_SIN Table Type with Structure of Table /IWFND/I_MED_SIN 20111201

Method GET_ALL_SERVICES on class /IWFND/CL_MED_INFO has no exception.

Method GET_KEY_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONDITION Value transfer Type reference (TYPE) STRING 20110314

Method GET_KEY_CONDITION on class /IWFND/CL_MED_INFO has no exception.

Method GET_MODEL_INFO_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER Meta Model Identifier 20110318
2 Returning RO_INFO_PROVIDER Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_INFO Information Provider for Metadata 20110318

Method GET_MODEL_INFO_PROVIDER on class /IWFND/CL_MED_INFO has no exception.

Method GET_SELECT_CONDITION_BY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONDITION Value transfer Type reference (TYPE) STRING 20110929

Method GET_SELECT_CONDITION_BY_VALUE on class /IWFND/CL_MED_INFO has no exception.

Method GET_SERVICES_BY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SERVICES Call by reference Type reference (TYPE) /IWFND/IF_MED_INFO=>TY_T_MED_SIN 20120119
2 Importing IT_FIELD_VALUE_PAIRS Call by reference Type reference (TYPE) /IWFND/IF_MED_INFO=>TY_T_MED_INFO 20120119
3 Importing IV_IS_ACTIVE Call by reference Type reference (TYPE) /IWFND/MED_MDL_ACTIVE_FLAG Active Flag for Model 20120119

Method GET_SERVICES_BY_VALUE on class /IWFND/CL_MED_INFO has no exception.

Method GET_SERVICE_INFO_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SERVICE_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER Service Document Identifier 20110404
2 Returning RO_INFO_PROVIDER Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_INFO Information Provider for Metadata 20110404

Method GET_SERVICE_INFO_PROVIDER on class /IWFND/CL_MED_INFO has no exception.

Method GET_SERVICE_INFO_PRV_BY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD_NAME_VALUE Call by reference Type reference (TYPE) /IWFND/MED_MDL_INFO_NAME Info Name 20110929
2 Importing IV_FIELD_VALUE_VALUE Call by reference Type reference (TYPE) /IWFND/MED_MDL_INFO_VALUE Info Value 20110929
3 Returning RO_INFO_PROVIDER Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_INFO Information Provider for Metadata 20110929

Method GET_SERVICE_INFO_PRV_BY_VALUE on class /IWFND/CL_MED_INFO has no exception.

Method GET_SERVICE_INFO_PRV_BY_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_VALUE_PAIRS Call by reference Type reference (TYPE) /IWFND/IF_MED_INFO=>TY_T_MED_INFO Field Value Pairs 20111104
2 Returning RO_INFO_PROVIDER Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_INFO Information Provider for Metadata 20111104

Method GET_SERVICE_INFO_PRV_BY_VALUES on class /IWFND/CL_MED_INFO has no exception.

Method LOAD Signature

Method LOAD on class /IWFND/CL_MED_INFO has no parameter.
Method LOAD on class /IWFND/CL_MED_INFO has no exception.

Method LOAD_BY_VALUE Signature

Method LOAD_BY_VALUE on class /IWFND/CL_MED_INFO has no parameter.
Method LOAD_BY_VALUE on class /IWFND/CL_MED_INFO has no exception.

Method LOAD_BY_VALUES Signature

Method LOAD_BY_VALUES on class /IWFND/CL_MED_INFO has no parameter.
Method LOAD_BY_VALUES on class /IWFND/CL_MED_INFO has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 250