Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity | |
com.sap.cloud.sdk.s4hana.connectivity.exception | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Method and Description |
---|---|
ErpEdition |
ErpSystemInfo.getErpEdition()
Deprecated.
No longer supported, do not use.
|
ErpEdition |
InfoQuery.getErpEdition() |
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 |
---|---|
URI |
ErpServiceUriBuilder.build(URI baseUri,
ErpEdition erpEdition)
Builds a ERP service URI for the ABAP query interface.
|
Constructor and Description |
---|
ErpSystemInfo(int interfaceVersion,
ErpEdition erpEdition,
ErpRelease erpRelease,
DatabaseSystem databaseSystem,
String databaseSchema,
ErpSignature erpSignature,
SapClient sapClient,
String systemTimeZone,
String userTimeZone,
String userName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpEdition |
ErpEditionNotSupportedException.getErpEdition() |
Constructor and Description |
---|
ErpEditionNotSupportedException(ErpEdition erpEdition) |
ErpEditionNotSupportedException(ErpEdition erpEdition,
String message) |
ErpEditionNotSupportedException(ErpEdition erpEdition,
String message,
Throwable cause) |
ErpEditionNotSupportedException(ErpEdition erpEdition,
Throwable cause) |
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" . |
Copyright © 2018 SAP SE. All rights reserved.