SAP ABAP Class /IWBEP/CL_MGW_UTIL_VERSIONS (Provides Backend Version Info)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/MGW_REMOTE_SERVER (Package) OData Channel - Remote Business Data Provider
Properties
Class /IWBEP/CL_MGW_UTIL_VERSIONS  
Short Description Provides Backend Version Info    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/MGW_REMOTE_SERVER   OData Channel - Remote Business Data Provider 
Created 20131115   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/CL_MGW_REMOTE_HANDLER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /IWBEP/CL_MGW_UTIL_VERSIONS has no interface implemented.
Friends
Class /IWBEP/CL_MGW_UTIL_VERSIONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_BACKEND_VERSION_70 Constant Private Type reference (TYPE) TY_S_MGW_BUILD_VERSION '0702020009' 20131118
2 CO_BACKEND_VERSION_74 Constant Private Type reference (TYPE) TY_S_MGW_BUILD_VERSION '0740074008' 20131118
3 CO_GWBEP_VERSION Constant Private Type reference (TYPE) NUMC3 '009' Current GWBEP Version 20131115
4 GCS_ODATA_VERSION Constant Public See coding 20140310
5 GCS_URI_PREFIX Constant Public See coding 20140310
6 MS_BACKEND_VERSION Static Attribute Private Type reference (TYPE) TY_S_MGW_BUILD_VERSION 20131118
7 MS_HUB_VERSION Static Attribute Private Type reference (TYPE) TY_S_MGW_HUB_VERSION 20131115
Methods
# Method Level Visibility Method type Description Created on
1 GET_BACKEND_VERSION Static method Public Method Get Backend version 20131115
2 GET_HUB_VERSION Static method Public Method Get Current Hub Version 20131118
3 SET_HUB_VERSION Static method Public Method Set Current Hub Version 20131118
Events
Class /IWBEP/CL_MGW_UTIL_VERSIONS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_MGW_BUILD_VERSION Public See coding 20131115 BEGIN OF ty_s_mgw_build_version, nw_version TYPE char4, bep_component_version TYPE numc4, bep_sp_version TYPE numc2, gwbep_version TYPE numc3, system_name TYPE char3, END OF ty_s_mgw_build_version
2 TY_S_MGW_HUB_VERSION Public See coding 20131115 BEGIN OF ty_s_mgw_hub_version, system_name TYPE char3, nw_release TYPE char4, fnd_sp_level TYPE numc2, gwfnd_version TYPE numc3, END OF ty_s_mgw_hub_version
Method Signatures

Method GET_BACKEND_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_BACKEND_VERSION Value transfer Type reference (TYPE) TY_S_MGW_BUILD_VERSION Backend Version 20131115

Method GET_BACKEND_VERSION on class /IWBEP/CL_MGW_UTIL_VERSIONS has no exception.

Method GET_HUB_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_HUB_VERSION Value transfer Type reference (TYPE) TY_S_MGW_HUB_VERSION 20131118

Method GET_HUB_VERSION on class /IWBEP/CL_MGW_UTIL_VERSIONS has no exception.

Method SET_HUB_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HUB_VERSION Call by reference Type reference (TYPE) TY_S_MGW_HUB_VERSION 20131118

Method SET_HUB_VERSION on class /IWBEP/CL_MGW_UTIL_VERSIONS has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200