SAP ABAP Interface /IWBEP/IF_MGW_MED_DBA_SERVICE (Service Persistency Interface)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/MGW_MED_PERSISTENCY (Package) OData Channel - Metadata - Backend Registration Persistency
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_MGW_MED_DBA_SERVICE Data Access to Service 20110721
Properties
Interface /IWBEP/IF_MGW_MED_DBA_SERVICE  
Short Description Service Persistency Interface    
General Data
Package /IWBEP/MGW_MED_PERSISTENCY   OData Channel - Metadata - Backend Registration Persistency 
Created 20110721   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_MGW_MED_DBA_SERVICE 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 /IWBEP/IF_MGW_MED_DBA_SERVICE has no interface.
Friends
Interface /IWBEP/IF_MGW_MED_DBA_SERVICE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_ENQUEUED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20110721
2 MV_TECHNICAL_NAME Instance attribute Public Type reference (TYPE) /IWBEP/MED_GRP_TECHNICAL_NAME Internal Service Name 20110725
3 MV_VERSION Instance attribute Public Type reference (TYPE) /IWBEP/MED_GRP_VERSION Internal Service Version 20110725
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Instance method Public Method 20110721
2 DELETE Instance method Public Method 20110721
3 DEQUEUE Instance method Public Method 20110721
4 ENQUEUE Instance method Public Method 20110721
5 IS_EXTERNAL_NAME_ALLOCATED Instance method Public Method 20110818
6 READ Instance method Public Method 20110721
7 READ_BULK Instance method Public Method 20110722
8 UPDATE Instance method Public Method 20110721
Events
Interface /IWBEP/IF_MGW_MED_DBA_SERVICE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_SERVICE Public See coding 20110721 BEGIN OF ty_s_service, technical_name TYPE /iwbep/med_grp_technical_name, version TYPE /iwbep/med_grp_version, namespace TYPE /iwbep/med_grp_namespace, external_name TYPE /iwbep/med_grp_external_name, language TYPE langu, description TYPE /iwbep/med_description, class_name TYPE /iwbep/med_runtime_service, created_by TYPE sy-uname, changed_by TYPE sy-uname, is_sap_service TYPE /iwbep/med_is_sap_service, ext_4_tech_name TYPE /iwbep/med_grp_technical_name, ext_4_version TYPE /iwbep/med_grp_version, END OF ty_s_service
2 TY_T_SERVICES Public See coding 20110721 ty_t_services TYPE SORTED TABLE OF ty_s_service WITH UNIQUE KEY technical_name version
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MED_SERVICE Call by reference Type reference (TYPE) /IWBEP/IF_MGW_MED_DBA_SERVICE=>TY_S_SERVICE 20110721
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110722

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20110721
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110722

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20110722

Method DEQUEUE on Interface /IWBEP/IF_MGW_MED_DBA_SERVICE has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20110722
2 Importing IV_WAIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110721
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110722

Method IS_EXTERNAL_NAME_ALLOCATED 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) /IWBEP/MED_GRP_EXTERNAL_NAME External Group Name 20110818
2 Returning RV_ALLOCATED Value transfer Type reference (TYPE) ABAP_BOOL 20110818

Method IS_EXTERNAL_NAME_ALLOCATED on Interface /IWBEP/IF_MGW_MED_DBA_SERVICE has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20110721
2 Returning RS_MED_SERVICE Value transfer Type reference (TYPE) /IWBEP/IF_MGW_MED_DBA_SERVICE=>TY_S_SERVICE 20110722

Method READ on Interface /IWBEP/IF_MGW_MED_DBA_SERVICE has no exception.

Method READ_BULK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20110722
2 Importing IV_VERSION Call by reference Type reference (TYPE) /IWBEP/MED_GRP_VERSION Internal Service Version 20110722
3 Returning RT_MED_SERVICES Value transfer Type reference (TYPE) /IWBEP/IF_MGW_MED_DBA_SERVICE=>TY_T_SERVICES 20110722

Method READ_BULK on Interface /IWBEP/IF_MGW_MED_DBA_SERVICE has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) /IWBEP/MED_RUNTIME_SERVICE Object Group Runtime Service (Class name) 20110721
2 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) /IWBEP/MED_DESCRIPTION Description 20110721
3 Importing IV_EXTERNAL_NAME Call by reference Type reference (TYPE) /IWBEP/MED_GRP_EXTERNAL_NAME External Group Name 20110727
4 Importing IV_EXT_4_TECH_NAME Call by reference Type reference (TYPE) /IWBEP/MED_GRP_TECHNICAL_NAME The tech name of the service this service extends 20140311
5 Importing IV_EXT_4_VERSION Call by reference Type reference (TYPE) /IWBEP/MED_GRP_VERSION The version of the service this service extends 20140311
6 Importing IV_IS_SAP_SERVICE Call by reference Type reference (TYPE) /IWBEP/MED_IS_SAP_SERVICE Flag identifying services that have been shipped by SAP 20120927
7 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20110721
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110722
History
Last changed by/on SAP  20141120 
SAP Release Created in 200