Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Method and Description |
---|---|
static ErpEdition |
ErpEdition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErpEdition[] |
ErpEdition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ErpEdition |
ErpSystem.getErpEdition() |
Modifier and Type | Method and Description |
---|---|
ErpSystem.ErpSystemBuilder |
ErpSystem.ErpSystemBuilder.erpEdition(ErpEdition erpEdition) |
Constructor and Description |
---|
ErpSystem(String alias,
URI uri,
String systemId,
SapClient sapClient,
Locale locale,
ErpEdition erpEdition,
ProxyConfiguration proxyConfiguration,
String applicationServer,
String instanceNumber)
Constructs a new ERP system.
|
ErpSystem(String alias,
URI uri,
String systemId,
SapClient sapClient,
ProxyConfiguration proxyConfiguration,
ErpEdition erpEdition)
Constructs a new ERP system using
locale
Locale.ENGLISH ,
an application server host equal to the host of parameter uri ,
and instance number "00" .
Delegates to
ErpSystem.ErpSystem(String, URI, String, SapClient, Locale, ErpEdition, ProxyConfiguration, String, String) . |
Copyright © 2018 SAP SE. All rights reserved.