SAP ABAP Class /IWFND/CL_MGW_UTIL_VERSIONS (Provides Version information of BEP and Gateway)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-GW-COR (Application Component) Gateway Framework
⤷
/IWFND/MGW_UTILITIES (Package) GW Framework - ODC - Utilities
⤷
⤷
Properties
| Class | /IWFND/CL_MGW_UTIL_VERSIONS | |
| Short Description | Provides Version information of BEP and Gateway | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWFND/MGW_UTILITIES | GW Framework - ODC - Utilities |
| Created | 20110805 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWFND/CL_MGW_UTIL_VERSIONS has no forward declaration.
Interfaces
Class /IWFND/CL_MGW_UTIL_VERSIONS has no interface implemented.
Friends
Class /IWFND/CL_MGW_UTIL_VERSIONS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | NUMC3 | '009' | 20131115 | |||
| 2 | Constant | Public | Type reference (TYPE) | NUMC2 | '09' | Current SP Level on 7.0 | 20131118 | ||
| 3 | Constant | Public | Type reference (TYPE) | NUMC2 | '08' | Current SP Level on 7.4 | 20131118 | ||
| 4 | Constant | Public | See coding | 20140310 | |||||
| 5 | Constant | Public | See coding | 20140310 | |||||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | /IWFND/CL_SUTIL_RUNTIME | Support Utilities: Runtime | 20140114 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | TY_S_MGW_BUILD_VERSION | 20131118 | ||||
| 8 | Static Attribute | Private | Type reference (TYPE) | TY_S_MGW_HUB_VERSION | 20131118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get the whole backend version | 20131118 | |
| 2 | Static method | Public | Method | Get the GWBEP version | 20140114 | |
| 3 | Static method | Public | Method | Get the whole hub version | 20131115 | |
| 4 | Static method | Public | Method | Set the whole backend version | 20131118 | |
| 5 | Static method | Public | Method | Set the GWBEP version | 20140114 |
Events
Class /IWFND/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 | 20121017 | 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 | RS_BACKEND_VERSION | Value transfer | Type reference (TYPE) | TY_S_MGW_BUILD_VERSION | 20131118 |
Method GET_BACKEND_VERSION on class /IWFND/CL_MGW_UTIL_VERSIONS has no exception.
Method GET_GWBEP_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VERSION | Value transfer | Type reference (TYPE) | NUMC3 | GWBEP Version | 20140114 |
Method GET_GWBEP_VERSION on class /IWFND/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 | RS_HUB_VERSION | Value transfer | Type reference (TYPE) | TY_S_MGW_HUB_VERSION | Hub Version | 20131115 |
Method GET_HUB_VERSION on class /IWFND/CL_MGW_UTIL_VERSIONS has no exception.
Method SET_BACKEND_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BACKEND_VERSION | Call by reference | Type reference (TYPE) | TY_S_MGW_BUILD_VERSION | 20131118 |
Method SET_BACKEND_VERSION on class /IWFND/CL_MGW_UTIL_VERSIONS has no exception.
Method SET_GWBEP_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSION | Call by reference | Type reference (TYPE) | NUMC3 | GWBEP Version | 20140114 |
Method SET_GWBEP_VERSION on class /IWFND/CL_MGW_UTIL_VERSIONS has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 250 |