Modifier and Type | Method and Description |
---|---|
QueryResultT |
Query.execute()
Executes a given query using the default
ErpConfigContext . |
abstract QueryResultT |
Query.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
QueryResultT |
QueryExecutor.execute(ErpConfigContext configContext,
QueryT query)
Executes a query against an SAP S/4HANA system.
|
QueryResultT |
HttpRequestExecutor.execute(ErpConfigContext configContext,
QueryT query,
QuerySerializer<QueryT,QueryResultT> querySerializer)
Serializes the given query, executes it, and the deserializes the response.
|
String |
HttpRequestExecutor.execute(ErpConfigContext configContext,
SerializedQuery<QueryT> serializedQuery)
Executes the given
serializedQuery as a HttpUriRequest , returning the body of the
HttpResponse received. |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
Thrown when a certain service denies access to the requested resources.
|
class |
CloudConnectorException
An exception that is thrown when there is an issue reported by the SAP HANA Cloud Connector.
|
class |
LogonErrorException
Thrown when a certain service refuses the logon attempt.
|
class |
MissingConfigException
Thrown when configuration for accessing a certain system is missing.
|
Modifier and Type | Method and Description |
---|---|
void |
SoapTransaction.commit(ErpConfigContext configContext,
QueryT query) |
void |
JCoTransaction.commit(ErpConfigContext configContext,
QueryT query) |
void |
Transaction.commit(ErpConfigContext configContext,
QueryT query)
If
Transaction.execute(ErpConfigContext, AbstractRemoteFunctionQuery) succeeded, this method is called to actually
commit the changes. |
RfcQueryResult |
RfcQuery.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
BapiQueryResult |
BapiQuery.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
QueryResultT |
RemoteFunctionQueryExecutor.execute(ErpConfigContext configContext,
QueryT query) |
QueryResultT |
SoapTransaction.execute(ErpConfigContext configContext,
QueryT query) |
QueryResultT |
Transaction.execute(ErpConfigContext configContext,
QueryT query)
The actual logic to be executed.
|
void |
SoapTransaction.rollback(ErpConfigContext configContext,
QueryT query) |
void |
JCoTransaction.rollback(ErpConfigContext configContext,
QueryT query) |
void |
Transaction.rollback(ErpConfigContext configContext,
QueryT query)
If there was a problem with
Transaction.execute(ErpConfigContext, AbstractRemoteFunctionQuery) or
Transaction.commit(ErpConfigContext, AbstractRemoteFunctionQuery) this method will get called to rollback any
unwanted changes. |
protected RfcQueryResult |
RfcQueryCommand.run() |
protected BapiQueryResult |
BapiQueryCommand.run() |
Modifier and Type | Class and Description |
---|---|
class |
InvalidParameterException
Thrown when a parameter is invalid.
|
class |
MissingErpConfigException
Thrown when an ERP configuration prevents an action (e.g.
|
class |
MissingParameterException
Thrown when a mandatory parameter is missing.
|
class |
NotImplementedException
Thrown when a method is not implemented.
|
class |
ParameterNotFoundException |
class |
RemoteFunctionCommitFailedException
Thrown when the commit during the invocation of a remote function fails.
|
class |
RemoteFunctionException
Thrown when something goes wrong during the invocation of a remote function.
|
class |
RemoteFunctionRollbackFailedException
Thrown when the rollback during the invocation of a remote function fails.
|
class |
WrongCustomizingException |
Modifier and Type | Method and Description |
---|---|
FxOptionGetDetailFunctionResult |
FxOptionGetDetailFunction.execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeDealGetFunctionResult |
ForeignExchangeDealGetFunction.execute()
Execute query on the default ERP configuration context.
|
FxOptionCreateFunctionResult |
DefaultFxOptionCreateFunction.execute()
Execute query on the default ERP configuration context.
|
FinancialTransactionGetListFunctionResult |
FinancialTransactionGetListFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngActivityAllocCheckFunctionResult |
DefaultAcctngActivityAllocCheckFunction.execute()
Execute query on the default ERP configuration context.
|
CostCenterCreateMultipleFunctionResult |
CostCenterCreateMultipleFunction.execute()
Execute query on the default ERP configuration context.
|
CostCenterCreateMultipleFunctionResult |
DefaultCostCenterCreateMultipleFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngActivityAllocCheckFunctionResult |
AcctngActivityAllocCheckFunction.execute()
Execute query on the default ERP configuration context.
|
FxOptionChangeFunctionResult |
DefaultFxOptionChangeFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngDocumentCheckFunctionResult |
AcctngDocumentCheckFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngActivityAllocPostFunctionResult |
AcctngActivityAllocPostFunction.execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeCreateSwapFunctionResult |
ForeignExchangeCreateSwapFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngActivityAllocPostFunctionResult |
DefaultAcctngActivityAllocPostFunction.execute()
Execute query on the default ERP configuration context.
|
FixedAssetChangeFunctionResult |
DefaultFixedAssetChangeFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngDocumentPostFunctionResult |
DefaultAcctngDocumentPostFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngDocumentPostFunctionResult |
AcctngDocumentPostFunction.execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
ForeignExchangeDealCreateFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngManCostAllocPostFunctionResult |
DefaultAcctngManCostAllocPostFunction.execute()
Execute query on the default ERP configuration context.
|
FxOptionGetDetailFunctionResult |
DefaultFxOptionGetDetailFunction.execute()
Execute query on the default ERP configuration context.
|
FinancialTransactionGetListFunctionResult |
DefaultFinancialTransactionGetListFunction.execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeDealChangeFunctionResult |
ForeignExchangeDealChangeFunction.execute()
Execute query on the default ERP configuration context.
|
FixedAssetCreateFromData1FunctionResult |
DefaultFixedAssetCreateFromData1Function.execute()
Execute query on the default ERP configuration context.
|
AcctngRepstPrimCostsCheckFunctionResult |
AcctngRepstPrimCostsCheckFunction.execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
DefaultForeignExchangeDealCreateFunction.execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeDealGetFunctionResult |
DefaultForeignExchangeDealGetFunction.execute()
Execute query on the default ERP configuration context.
|
FxOptionCreateFunctionResult |
FxOptionCreateFunction.execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeDealChangeFunctionResult |
DefaultForeignExchangeDealChangeFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngRepstPrimCostsPostFunctionResult |
AcctngRepstPrimCostsPostFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngRepstPrimCostsPostFunctionResult |
DefaultAcctngRepstPrimCostsPostFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
AcctngManCostAllocCheckFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
DefaultAcctngManCostAllocCheckFunction.execute()
Execute query on the default ERP configuration context.
|
FixedAssetCreateFromData1FunctionResult |
FixedAssetCreateFromData1Function.execute()
Execute query on the default ERP configuration context.
|
FixedAssetGetListFunctionResult |
DefaultFixedAssetGetListFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngRepstPrimCostsCheckFunctionResult |
DefaultAcctngRepstPrimCostsCheckFunction.execute()
Execute query on the default ERP configuration context.
|
FxOptionChangeFunctionResult |
FxOptionChangeFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngDocumentCheckFunctionResult |
DefaultAcctngDocumentCheckFunction.execute()
Execute query on the default ERP configuration context.
|
FixedAssetChangeFunctionResult |
FixedAssetChangeFunction.execute()
Execute query on the default ERP configuration context.
|
AcctngManCostAllocPostFunctionResult |
AcctngManCostAllocPostFunction.execute()
Execute query on the default ERP configuration context.
|
FixedAssetGetListFunctionResult |
FixedAssetGetListFunction.execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeCreateSwapFunctionResult |
DefaultForeignExchangeCreateSwapFunction.execute()
Execute query on the default ERP configuration context.
|
FxOptionGetDetailFunctionResult |
FxOptionGetDetailFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealGetFunctionResult |
ForeignExchangeDealGetFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionCreateFunctionResult |
DefaultFxOptionCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FinancialTransactionGetListFunctionResult |
FinancialTransactionGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngActivityAllocCheckFunctionResult |
DefaultAcctngActivityAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
CostCenterCreateMultipleFunctionResult |
CostCenterCreateMultipleFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
CostCenterCreateMultipleFunctionResult |
DefaultCostCenterCreateMultipleFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngActivityAllocCheckFunctionResult |
AcctngActivityAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionChangeFunctionResult |
DefaultFxOptionChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngDocumentCheckFunctionResult |
AcctngDocumentCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngActivityAllocPostFunctionResult |
AcctngActivityAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeCreateSwapFunctionResult |
ForeignExchangeCreateSwapFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngActivityAllocPostFunctionResult |
DefaultAcctngActivityAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetChangeFunctionResult |
DefaultFixedAssetChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngDocumentPostFunctionResult |
DefaultAcctngDocumentPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngDocumentPostFunctionResult |
AcctngDocumentPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
ForeignExchangeDealCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocPostFunctionResult |
DefaultAcctngManCostAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionGetDetailFunctionResult |
DefaultFxOptionGetDetailFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FinancialTransactionGetListFunctionResult |
DefaultFinancialTransactionGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealChangeFunctionResult |
ForeignExchangeDealChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetCreateFromData1FunctionResult |
DefaultFixedAssetCreateFromData1Function.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngRepstPrimCostsCheckFunctionResult |
AcctngRepstPrimCostsCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
DefaultForeignExchangeDealCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealGetFunctionResult |
DefaultForeignExchangeDealGetFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionCreateFunctionResult |
FxOptionCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealChangeFunctionResult |
DefaultForeignExchangeDealChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngRepstPrimCostsPostFunctionResult |
AcctngRepstPrimCostsPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngRepstPrimCostsPostFunctionResult |
DefaultAcctngRepstPrimCostsPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
AcctngManCostAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
DefaultAcctngManCostAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetCreateFromData1FunctionResult |
FixedAssetCreateFromData1Function.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetGetListFunctionResult |
DefaultFixedAssetGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngRepstPrimCostsCheckFunctionResult |
DefaultAcctngRepstPrimCostsCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionChangeFunctionResult |
FxOptionChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngDocumentCheckFunctionResult |
DefaultAcctngDocumentCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetChangeFunctionResult |
FixedAssetChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocPostFunctionResult |
AcctngManCostAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetGetListFunctionResult |
FixedAssetGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeCreateSwapFunctionResult |
DefaultForeignExchangeCreateSwapFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
Copyright © 2018 SAP SE. All rights reserved.