Class sap.ushell.SystemModule: sap/ushell/System
A representation of a system
Since: 1.15.0.
Constructor Summary
new sap.ushell.System(oData)Constructs a new system object representing a system used in the Unified Shell.
Constructor Detail
new sap.ushell.System(oData)
Constructs a new system object representing a system used in the Unified Shell.
Parameters:
{object} | oData | An object containing the system data |
{string} | oData.alias | The unique system alias such as 'ENTERPRISE_SEARCH' . |
{string} | oData.baseUrl | The server relative base URL of this system such as '/ENTERPRISE_SEARCH' . Note: This has to correspond to an SAP Web Dispatcher routing rule. |
{string} | oData.platform | The system platform such as 'abap' or 'hana' . |