SAP ABAP Class /IWFND/CL_MED_EXPLORATION (Query for Service Groups and Data objects)
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
Properties
Class /IWFND/CL_MED_EXPLORATION  
Short Description Query for Service Groups and Data objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWFND/MED_PER_DEV_LANGU   GW Framework - Metadata - Persistency: Dev. Translation 
Created 20101028   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWFND/CL_MED_EXPLORATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /IWFND/IF_MED_MDL_SERVICE_GRP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /IWFND/IF_MED_MDL_VOCAN_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 /IWFND/IF_MGW_APPL_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 /IWFND/IF_MGW_CORE_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWFND/CL_MED_EXPLORATION has no interface implemented.
Friends
Class /IWFND/CL_MED_EXPLORATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_MED_OBJECT_STATE Constant Private See coding 20101122
2 GC_LOG_AGENT Constant Private Type reference (TYPE) /IWFND/SUP_IW_AGENT 'Metadata Exploration' GW Agent or Component 20130325
3 GC_MEDIA_TYPE_XML Constant Private Type reference (TYPE) STRING 'application/xml' Media Type 'XML' for a media resource 20130328
Methods
# Method Level Visibility Method type Description Created on
1 FILTER_BY_SRV_FOR_CATALOG Static method Public Method 20140401
2 FIND_META_MODELS Static method Public Method 20101108
3 FIND_SERVICE_GROUPS Static method Public Method 20101130
4 GET_ALL_SRV_MDL_ASSIGNMENTS Static method Public Method Returns all service and model assignments 20120515
5 GET_ANNOFILES_FOR_SERVICE Static method Public Method Returns the annotation file for a service 20130328
6 GET_CLIENT_TAG_COUNT Static method Public Method Get the Occurrence of Client Tag 20130701
7 GET_COMP_INFO_BY_SRV_GRP_ID Static method Public Method Get Services for included Models 20111102
8 GET_ENTITYSET_ANNOFILES Static method Public Method Returns the annotation files for read feed operation 20130328
9 GET_ENTITYSET_ENTRY_FOR_CATAL Static method Public Method Returns EntitySet for Catalog service Read operation 20130117
10 GET_ENTRY_ANNOFILE Static method Public Method Returns the annotation file for read entry operation 20130328
11 GET_MODEL_BY_SERVICE_ID Static method Public Method Get Model ID by Service ID 20140425
12 GET_MODEL_BY_SVC_EXT_NAME Static method Public Method Retrieves the model assignement by service external name 20140317
13 GET_SERVICE_FOR_ANNOFILE Static method Public Method Returns the main service for an annotation file 20130328
14 GET_SERVICE_ID_BY_PARTS Static method Public Method 20101126
15 GET_SERVICE_INFO Static method Public Method Get Service Info 20130517
16 GET_SERVICE_INFO_BY_SRV_GRP_ID Static method Public Method Returns the service information for provided service grp ID 20111006
17 GET_SOST_STAT_FOR_EXT_SVC_NAME Static method Public Method Retrievest the soft-state Status for the service 20140317
18 GET_SRVINFO_FOR_CATAL_ARTF_SRH Static method Public Method Returns Service info against catalog artefact search string 20121206
19 GET_SRVINFO_FOR_CATAL_OPN_SRH Static method Public Method Returns Service info against catalog open search string 20121206
20 GET_SRVINFO_FOR_CATAL_TAG_OSRH Static method Public Method Returns Service info against catalog tag with Occurrence 20130323
21 GET_SRVINFO_FOR_CATAL_TAG_SRH Static method Public Method Returns Service info against catalog tag search string 20121206
22 GET_SVC_HDR_BY_EXT_MDL_NAME Static method Public Method returns the service header data for the model technical name 20120319
23 GET_SVC_INFO_BY_EXT_SVC_NAME Static method Public Method Returns the service information for provided external servic 20120323
24 GET_TAGS_ENTRY_FOR_CATAL Static method Public Method Returns Tag for Catalog service Read operation 20130117
25 GET_VOCAN_MAIN_SERVICE Static method Public Method Get main Service controlling life cycle for Annotation File 20130321
26 QUERY_FOR_META_MODELS Static method Public Method 20101028
27 QUERY_FOR_SERVICE_GROUPS Static method Public Method 20101028
28 SEARCH_FOR_META_MODELS Static method Public Method 20101115
29 SEARCH_FOR_SERVICE_GROUPS Static method Public Method 20101115
Events
Class /IWFND/CL_MED_EXPLORATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ANNO_DB Private See coding 20140401 BEGIN OF ty_s_anno_db, technical_name TYPE /iwfnd/med_mdl_va_file_te_name, version TYPE /iwfnd/med_mdl_va_file_version, description TYPE /iwfnd/cor_text60, END OF ty_s_anno_db
2 TY_S_CATALOG_ENTITYSET Public See coding 20121219 BEGIN OF ty_s_catalog_entityset , service_name TYPE /iwfnd/med_mdl_service_grp_id , service_version TYPE /iwfnd/med_mdl_version , keyword TYPE /iwfnd/med_catalog_keyword , keyword_text TYPE /iwfnd/med_catalog_keyword_txt , srv_identifier TYPE /iwfnd/med_mdl_srg_identifier, documentation TYPE /iwfnd/med_mdl_tag_id , END OF ty_s_catalog_entityset
3 TY_S_CATALOG_ENTITYSET_HDR Public See coding 20130324 BEGIN OF ty_s_catalog_entityset_hdr , service_name TYPE /iwfnd/med_mdl_service_grp_id , service_version TYPE /iwfnd/med_mdl_version , keyword TYPE /iwfnd/med_catalog_keyword , keyword_text TYPE /iwfnd/med_catalog_keyword_txt , srv_identifier TYPE /iwfnd/med_mdl_srg_identifier, namespace TYPE /iwfnd/med_mdl_namespace , documentation TYPE /iwfnd/med_mdl_tag_id , END OF ty_s_catalog_entityset_hdr
4 TY_S_CATALOG_TAG Public See coding 20121219 BEGIN OF ty_s_catalog_tag , id TYPE /iwfnd/med_mdl_tag_id , description TYPE /iwfnd/med_catalog_keyword , END OF ty_s_catalog_tag
5 TY_S_MED_MDL_SEARCH Public See coding 20101108 BEGIN OF ty_s_med_mdl_search, model_identifier TYPE /iwfnd/med_mdl_identifier, model_name TYPE /iwfnd/med_mdl_name, model_type TYPE /iwfnd/med_mdl_model_type, version TYPE /iwfnd/med_mdl_version, END OF ty_s_med_mdl_search
6 TY_S_MED_SRG_KEY Public See coding 20120119 BEGIN OF ty_s_med_srg_key , srv_identifier TYPE /iwfnd/med_mdl_srg_identifier, END OF ty_s_med_srg_key
7 TY_S_MED_SRG_SEARCH Public See coding 20101130 BEGIN OF ty_s_med_srg_search, srv_identifier TYPE /iwfnd/med_mdl_srg_identifier, namespace TYPE /iwfnd/med_mdl_namespace, object_name TYPE /iwfnd/med_mdl_srg_name, service_name TYPE /iwfnd/med_mdl_service_grp_id, service_version TYPE /iwfnd/med_mdl_version, END OF ty_s_med_srg_search
8 TY_S_MED_SRK Public See coding 20130122 BEGIN OF ty_s_med_srk , srv_identifier TYPE /iwfnd/med_mdl_srg_identifier , keyword_type TYPE /iwfnd/med_catalog_keyword_typ , keyword_src TYPE /iwfnd/med_mdl_keyword_src , keyword_text TYPE /iwfnd/med_catalog_keyword_txt , END OF ty_s_med_srk
9 TY_S_MED_SRK_BEP Public See coding 20130228 BEGIN OF ty_s_med_srk_bep , srv_identifier TYPE /iwfnd/med_mdl_srg_identifier , keyword_type TYPE /iwfnd/med_catalog_keyword_typ , keyword_text TYPE /iwfnd/med_catalog_keyword_txt , END OF ty_s_med_srk_bep
10 TY_S_MED_SRK_SRC Public See coding 20130129 BEGIN OF ty_s_med_srk_src , srv_identifier TYPE /iwfnd/med_mdl_srg_identifier , is_active TYPE /iwfnd/med_mdl_active_flag, keyword_type TYPE /iwfnd/med_catalog_keyword_typ , keyword TYPE /iwfnd/med_catalog_keyword, keyword_src TYPE /iwfnd/med_mdl_keyword_src, keyword_text TYPE /iwfnd/med_catalog_keyword_txt , END OF ty_s_med_srk_src
11 TY_S_MODELSERV_ID Private See coding 20130517 BEGIN OF ty_s_modelserv_id, model_identifier TYPE /iwfnd/med_mdl_identifier, srv_identifier TYPE /iwfnd/med_mdl_srg_identifier, END OF ty_s_modelserv_id
12 TY_S_MODEL_INFO Private See coding 20130517 BEGIN OF ty_s_model_info, model_identifier TYPE /iwfnd/med_mdl_identifier, external_type TYPE /iwfnd/med_mdl_external_type, END OF ty_s_model_info
13 TY_S_SERVICE_EXPANDED Public See coding 20130429 BEGIN OF ty_s_service_expanded , srv_identifier TYPE /iwfnd/med_mdl_srg_identifier , namespace TYPE /iwfnd/med_mdl_namespace , object_name TYPE /iwfnd/med_mdl_srg_name , service_name TYPE /iwfnd/med_mdl_service_grp_id, service_version TYPE /iwfnd/med_mdl_version , created_by TYPE syuname , changed_by TYPE syuname , created_timestmp TYPE tzntstmps , changed_timestmp TYPE tzntstmps , is_sap_service TYPE /iwfnd/med_mdl_is_sap_service , description TYPE /iwfnd/med_mdl_srg_description , service_url TYPE string , metadata_url TYPE string , image_url TYPE string , tags TYPE STANDARD TABLE OF ty_s_tag WITH KEY srv_identifier keyword , END OF ty_s_service_expanded
14 TY_S_SERVICE_INFO Public See coding 20130517 BEGIN OF ty_s_service_info, srv_identifier TYPE /iwfnd/med_mdl_srg_identifier, model_identifier TYPE /iwfnd/med_mdl_identifier, external_type TYPE /iwfnd/med_mdl_external_type, END OF ty_s_service_info
15 TY_S_TAG Public See coding 20121206 BEGIN OF ty_s_tag , * id TYPE /iwfnd/med_mdl_tag_id , srv_identifier TYPE /iwfnd/med_mdl_srg_identifier, keyword TYPE /iwfnd/med_catalog_keyword, keyword_text TYPE /iwfnd/med_catalog_keyword_txt, END OF ty_s_tag
16 TY_S_TAG_O Public See coding 20130323 BEGIN OF ty_s_tag_o , keyword TYPE /iwfnd/med_catalog_keyword, srv_identifier TYPE /iwfnd/med_mdl_srg_identifier, keyword_text TYPE /iwfnd/med_catalog_keyword_txt, END OF ty_s_tag_o
17 TY_S_TAG_OCCURRENCE Public See coding 20130323 BEGIN OF ty_s_tag_occurrence , keyword TYPE /iwfnd/med_catalog_keyword, keyword_text TYPE /iwfnd/med_catalog_keyword_txt, occurrence TYPE i , END OF ty_s_tag_occurrence
18 TY_S_TAG_TYP Public Type reference (TYPE) /IWFND/MED_CATALOG_KEYWORD_TYP Key Word Type - See /IWFND/CL_MED_SIN_DBA=>GS_KEYWORD_TYPES 20130228
19 TY_T_ANNO_DB Private See coding 20140401 ty_t_anno_db TYPE STANDARD TABLE OF ty_s_anno_db WITH DEFAULT KEY
20 TY_T_CATALOG_ENTITYSET Public See coding 20121219 ty_t_catalog_entityset TYPE STANDARD TABLE OF ty_s_catalog_entityset
21 TY_T_CATALOG_ENTITYSET_HDR Public See coding 20130324 ty_t_catalog_entityset_hdr TYPE STANDARD TABLE OF ty_s_catalog_entityset_hdr
22 TY_T_CATALOG_TAGS Public See coding 20121219 ty_t_catalog_tags TYPE STANDARD TABLE OF ty_s_catalog_tag
23 TY_T_MED_MDL_SEARCH_RESULT Public See coding 20101108 ty_t_med_mdl_search_result TYPE SORTED TABLE OF ty_s_med_mdl_search WITH UNIQUE KEY model_identifier
24 TY_T_MED_SRG_KEY Public See coding 20120119 ty_t_med_srg_key TYPE SORTED TABLE OF ty_s_med_srg_key WITH UNIQUE KEY srv_identifier
25 TY_T_MED_SRG_SEARCH_RESULT Public See coding 20101130 ty_t_med_srg_search_result TYPE SORTED TABLE OF ty_s_med_srg_search WITH UNIQUE KEY srv_identifier
26 TY_T_MED_SRK Public See coding 20121206 ty_t_med_srk TYPE STANDARD TABLE OF ty_s_med_srk
27 TY_T_MED_SRK_BEP Public See coding 20130228 ty_t_med_srk_bep TYPE STANDARD TABLE OF ty_s_med_srk_bep
28 TY_T_MED_SRK_SRC Public See coding 20130129 ty_t_med_srk_src TYPE STANDARD TABLE OF ty_s_med_srk_src
29 TY_T_MODELSERV_ID Private See coding 20130517 ty_t_modelserv_id TYPE STANDARD TABLE OF ty_s_modelserv_id
30 TY_T_MODEL_INFO Private See coding 20130517 ty_t_model_info TYPE SORTED TABLE OF ty_s_model_info WITH UNIQUE KEY model_identifier
31 TY_T_SERVICE_EXPANDED Public See coding 20130426 ty_t_service_expanded TYPE STANDARD TABLE OF ty_s_service_expanded
32 TY_T_SERVICE_INFO Public See coding 20130517 ty_t_service_info TYPE SORTED TABLE OF ty_s_service_info WITH UNIQUE KEY srv_identifier
33 TY_T_TAG Public See coding 20121206 ty_t_tag TYPE STANDARD TABLE OF ty_s_tag
34 TY_T_TAG_OCCURRENCE Public See coding 20130323 ty_t_tag_occurrence TYPE STANDARD TABLE OF ty_s_tag_occurrence
Method Signatures

Method FILTER_BY_SRV_FOR_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MATCHING_SERVICE_GROUPS Call by reference Type reference (TYPE) /IWFND/T_MED_RST_SG_HEADERS Object Model Header for Service Exploration 20140401
2 Importing IT_SELOPT Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>EDM_SELECT_OPTION_T 20140401
3 Importing IT_SRV_KEY Call by reference Type reference (TYPE) /IWFND/CL_MED_EXPLORATION=>TY_T_MED_SRG_KEY 20140401

Method FILTER_BY_SRV_FOR_CATALOG on class /IWFND/CL_MED_EXPLORATION has no exception.

Method FIND_META_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEARCH_RESULT Call by reference Type reference (TYPE) TY_T_MED_MDL_SEARCH_RESULT 20101108
2 Importing IS_SEARCH_PARAMS Call by reference Type reference (TYPE) TY_S_MED_MDL_SEARCH 20101108

Method FIND_META_MODELS on class /IWFND/CL_MED_EXPLORATION has no exception.

Method FIND_SERVICE_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEARCH_RESULT Call by reference Type reference (TYPE) TY_T_MED_SRG_SEARCH_RESULT 20101130
2 Importing IS_SEARCH_PARAMS Call by reference Type reference (TYPE) TY_S_MED_SRG_SEARCH 20101130

Method FIND_SERVICE_GROUPS on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_ALL_SRV_MDL_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SRV_MDL_ASSIGNMENTS Call by reference Type reference (TYPE) /IWFND/T_MED_SRG Table Type of Service and Model Assignment 20120515

Method GET_ALL_SRV_MDL_ASSIGNMENTS on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_ANNOFILES_FOR_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ANNOTATIONS Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_VOCAN_TYPES=>TY_T_VOCAN_SER2ANN_REFS 20130328
2 Importing IV_SRV_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER Service Document Identifier 20130328

Method GET_ANNOFILES_FOR_SERVICE on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_CLIENT_TAG_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEYWORD Call by reference Type reference (TYPE) /IWFND/MED_CATALOG_KEYWORD Keyword 20130701
2 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Natural number 20130701

Method GET_CLIENT_TAG_COUNT on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_COMP_INFO_BY_SRV_GRP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMPOSITION_INFO Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_SERVICE_GRP=>TY_MED_MDL_META_MODEL_TABLE 20111102
2 Importing IV_SRV_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER Service Document Identifier 20111102

Method GET_COMP_INFO_BY_SRV_GRP_ID on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_ENTITYSET_ANNOFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ANNOTATIONS Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_VOCAN_TYPES=>TY_T_VOCAN_SER2ANN_REFS 20130328
2 Importing IT_SELOPT Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>EDM_SELECT_OPTION_T 20140401

Method GET_ENTITYSET_ANNOFILES on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_ENTITYSET_ENTRY_FOR_CATAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ENTITY_SET_ENTRY Call by reference Type reference (TYPE) TY_S_CATALOG_ENTITYSET 20130324
2 Exporting ES_SERVICE_GROUPS_HDR Call by reference Type reference (TYPE) /IWFND/S_MED_RST_SG_HEADER Service Group Rest Structure 20130324
3 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>NVP_T 20130117
4 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>NAV_T 20130117
5 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20130117
6 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20130117
7 Importing IV_TAG_TYPE Call by reference Type reference (TYPE) /IWFND/MED_CATALOG_KEYWORD_TYP Key Word (Tag) Type 20130117

Method GET_ENTITYSET_ENTRY_FOR_CATAL on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_ENTRY_ANNOFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ANNOTATION Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_VOCAN_TYPES=>TY_S_VOCAN_SER2ANN_REF 20130328
2 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>NVP_T 20130328
3 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>NAV_T 20130328
4 Importing IV_ANNO_TECH_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_VA_FILE_TE_NAME Technical Vocabulary Annotation File Name 20130328
5 Importing IV_ANNO_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VA_FILE_VERSION Vocabulary Annotation File Version 20130328
6 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20130328
7 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20130328

Method GET_ENTRY_ANNOFILE on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_MODEL_BY_SERVICE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SERVICE_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER Service Document Identifier 20140425
2 Returning RV_MODEL_ID Value transfer Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER Meta Model Identifier 20140425

Method GET_MODEL_BY_SERVICE_ID on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_MODEL_BY_SVC_EXT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SERVICE_GRP_ID External Service Document Name 20140317
2 Importing IV_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION Version of Meta Model Entity 20140317
3 Returning RV_MDL_IDENTIFIER Value transfer Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER Meta Model Identifier 20140317

Method GET_MODEL_BY_SVC_EXT_NAME on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_SERVICE_FOR_ANNOFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SRV_KEY Call by reference Type reference (TYPE) /IWFND/CL_MED_EXPLORATION=>TY_T_MED_SRG_KEY 20140402
2 Importing IV_ANNO_TECH_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_VA_FILE_TE_NAME Technical Vocabulary Annotation File Name 20130328
3 Importing IV_ANNO_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VA_FILE_VERSION Vocabulary Annotation File Version 20130328

Method GET_SERVICE_FOR_ANNOFILE on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_SERVICE_ID_BY_PARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SERVICE_GRP_ID External Service Group Name 20101126
2 Importing IV_NAMESPACE Value transfer Type reference (TYPE) /IWFND/MED_MDL_NAMESPACE Namespace 20101126
3 Importing IV_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION '0001' version of meta model entity 20101126
4 Returning RS_SERVICE_GROUP Value transfer Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER Service Group Identifier 20101126
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20120119

Method GET_SERVICE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SERVICE_INFO Call by reference Type reference (TYPE) TY_T_SERVICE_INFO Service Info 20130517
2 Importing IT_SERVICE_GROUP Call by reference Type reference (TYPE) /IWFND/T_MED_RST_SG_HEADERS Service Group Header for Service Exploration 20130517

Method GET_SERVICE_INFO on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_SERVICE_INFO_BY_SRV_GRP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_SAP_SERVICE Call by reference Type reference (TYPE) /IWFND/MED_MDL_IS_SAP_SERVICE Flag identifying BEP services that have been shipped by SAP 20121008
2 Exporting EV_NAMESPACE Call by reference Type reference (TYPE) /IWFND/MED_MDL_NAMESPACE Namespace 20111006
3 Exporting EV_OBJECT_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_NAME Technical Service Document Name 20111006
4 Exporting EV_SERVICE_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SERVICE_GRP_ID External Service Document Name 20111006
5 Exporting EV_SERVICE_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION Version of Meta Model Entity 20111006
6 Importing IV_SRV_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER Service Document Identifier 20111006
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20111006

Method GET_SOST_STAT_FOR_EXT_SVC_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SERVICE_GRP_ID External Service Document Name 20140317
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) /IWFND/MED_MDL_NAMESPACE Namespace 20140317
3 Importing IV_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION '0001' version of meta model entity 20140425
4 Returning RV_SRV_SOFT_STATE_STATUS Value transfer Type reference (TYPE) /IWFND/MED_MDL_SOFT_STATE_STAT Service soft-state status 20140317
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20140317

Method GET_SRVINFO_FOR_CATAL_ARTF_SRH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SERVICE_GROUPS_HDR Call by reference Type reference (TYPE) /IWFND/T_MED_RST_SG_HEADERS Service Group Header for Service Exploration 20130324
2 Exporting ET_SRV_GROUP Call by reference Type reference (TYPE) TY_T_CATALOG_ENTITYSET Service info 20121206
3 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWFND/T_MGW_SELECT_OPTION 20121206
4 Importing IV_TAG_TYPE Call by reference Type reference (TYPE) /IWFND/MED_CATALOG_KEYWORD_TYP 'S' Tag Type 20121206

Method GET_SRVINFO_FOR_CATAL_ARTF_SRH on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_SRVINFO_FOR_CATAL_OPN_SRH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SRV_GROUP Call by reference Type reference (TYPE) /IWFND/T_MED_RST_SG_HEADERS Service Group Header for Service Exploration 20121206
2 Importing IV_SEARCH_STRING Call by reference Type reference (TYPE) STRING 20121206

Method GET_SRVINFO_FOR_CATAL_OPN_SRH on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_SRVINFO_FOR_CATAL_TAG_OSRH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TAGS Call by reference Type reference (TYPE) TY_T_TAG_OCCURRENCE 20130323
2 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWFND/T_MGW_SELECT_OPTION 20130323
3 Importing IV_NAVIGATION_FROM_SVC Call by reference Type reference (TYPE) ABAP_BOOL Flag for Navigation from Service 20130503
4 Importing IV_TAG_TYPE Call by reference Type reference (TYPE) /IWFND/MED_CATALOG_KEYWORD_TYP 'T' Tag Type 20130323

Method GET_SRVINFO_FOR_CATAL_TAG_OSRH on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_SRVINFO_FOR_CATAL_TAG_SRH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TAGS Call by reference Type reference (TYPE) TY_T_TAG 20121206
2 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWFND/T_MGW_SELECT_OPTION 20121206
3 Importing IV_TAG_TYPE Call by reference Type reference (TYPE) /IWFND/MED_CATALOG_KEYWORD_TYP 'T' Tag Type 20121206

Method GET_SRVINFO_FOR_CATAL_TAG_SRH on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_SVC_HDR_BY_EXT_MDL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NAMESPACE Call by reference Type reference (TYPE) /IWFND/MED_MDL_NAMESPACE 20120319
2 Exporting EV_OBJECT_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_NAME 20120319
3 Exporting EV_SERVICE_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SERVICE_GRP_ID 20120323
4 Exporting EV_SERVICE_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION 20120319
5 Exporting EV_SRV_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER 20120319
6 Importing IV_EXT_MDL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_TECHNICAL_NAME 20120319
7 Importing IV_EXT_MDL_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION 20120323
8 Importing IV_SRC_SERVICE_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER 20120319
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20120319

Method GET_SVC_INFO_BY_EXT_SVC_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NAMESPACE Call by reference Type reference (TYPE) /IWFND/MED_MDL_NAMESPACE Namespace 20120323
2 Exporting EV_OBJECT_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_NAME Technical Service Document Name 20120323
3 Exporting EV_SERVICE_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION Version of Meta Model Entity 20120323
4 Exporting EV_SRV_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER 20120323
5 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SRG_NAME 20120323
6 Importing IV_SERVICE_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION 20120323
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20120323

Method GET_TAGS_ENTRY_FOR_CATAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>NVP_T 20130117
2 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>NAV_T 20130117
3 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20130117
4 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20130117
5 Importing IV_TAG_TYPE Call by reference Type reference (TYPE) /IWFND/MED_CATALOG_KEYWORD_TYP Key Word (Tag) Type 20130117
6 Returning RS_ENTITY Value transfer Type reference (TYPE) /IWFND/CL_MED_EXPLORATION=>TY_S_TAG 20130117

Method GET_TAGS_ENTRY_FOR_CATAL on class /IWFND/CL_MED_EXPLORATION has no exception.

Method GET_VOCAN_MAIN_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANNO_TECH_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_VA_FILE_TE_NAME 20130321
2 Importing IV_ANNO_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VA_FILE_VERSION 20130321
3 Returning RV_SRV_IDENTIFIER Value transfer Type reference (TYPE) /IWFND/MED_MDL_SRG_IDENTIFIER 20130321
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20130321

Method QUERY_FOR_META_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MATCHING_MODELS Call by reference Type reference (TYPE) /IWFND/T_MED_RST_OM_HEADERS Object Model Header for Service Exploration 20101028
2 Importing IT_PARAMETERS Call by reference Type reference (TYPE) /IWFND/T_IFL_SELECTION_PAR Type of common SCL ID (see CCT ID) 20101028

Method QUERY_FOR_META_MODELS on class /IWFND/CL_MED_EXPLORATION has no exception.

Method QUERY_FOR_SERVICE_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MATCHING_SERVICE_GROUPS Call by reference Type reference (TYPE) /IWFND/T_MED_RST_SG_HEADERS Object Model Header for Service Exploration 20101028
2 Importing IT_PARAMETERS Call by reference Type reference (TYPE) /IWFND/T_IFL_SELECTION_PAR Type of common SCL ID (see CCT ID) 20101028
3 Importing IT_SRV_KEY Call by reference Type reference (TYPE) TY_T_MED_SRG_KEY 20120119

Method QUERY_FOR_SERVICE_GROUPS on class /IWFND/CL_MED_EXPLORATION has no exception.

Method SEARCH_FOR_META_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MATCHING_MODELS Call by reference Type reference (TYPE) /IWFND/T_MED_RST_OM_HEADERS Object Model Header for Service Exploration 20101115
2 Importing IV_SEARCH_STRING Call by reference Type reference (TYPE) STRING 20101115

Method SEARCH_FOR_META_MODELS on class /IWFND/CL_MED_EXPLORATION has no exception.

Method SEARCH_FOR_SERVICE_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MATCHING_SERVICE_GROUPS Call by reference Type reference (TYPE) /IWFND/T_MED_RST_SG_HEADERS Service Group Header for Service Exploration 20101115
2 Importing IV_SEARCH_STRING Call by reference Type reference (TYPE) STRING 20101115

Method SEARCH_FOR_SERVICE_GROUPS on class /IWFND/CL_MED_EXPLORATION has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200