public abstract class ErpCommand<T> extends Command<T> implements WithErpEndpoint
Command
to enable resilient execution of S/4HANA queries. Adds S/4HANA
specific context: endpoint and configuration context.Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
getConfigContext()
Gets S/4HANA configuration context, including properties, such as destination name, SAP Client, locale.
|
ErpEndpoint |
getErpEndpoint()
Gets S/4HANA Endpoint.
|
public ErpConfigContext getConfigContext()
getConfigContext
in interface WithErpEndpoint
public ErpEndpoint getErpEndpoint()
getErpEndpoint
in interface WithErpEndpoint
Copyright © 2018 SAP SE. All rights reserved.