public interface AcctngManCostAllocCheckFunction
BAPI_ACC_MANUAL_ALLOC_CHECK
Modifier and Type | Method and Description |
---|---|
AcctngManCostAllocCheckFunction |
customerFields(ContainerForCustomerExitParameter... items)
(Optional) Customer Fields
|
AcctngManCostAllocCheckFunction |
customerFields(Iterable<ContainerForCustomerExitParameter> customerFields)
(Optional) Customer Fields
|
AcctngManCostAllocCheckFunctionResult |
execute()
Execute query on the default ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
execute(ErpEndpoint erpEndpoint)
Execute query on the provided ERP endpoint.
|
AcctngManCostAllocCheckFunction |
ignoreWarnings(String ignoreWarnings)
(Optional) Indicator: Ignore Warnings
|
BapiQuery |
toQuery()
Prepares a query object from the given query parameters.
|
AcctngManCostAllocCheckFunctionResult execute(ErpConfigContext erpConfigContext) throws QueryExecutionException
ErpDestination.getDefaultName()
SapClient
Locale
erpConfigContext
- Configuration context for ERP queryQueryExecutionException
AcctngManCostAllocCheckFunctionResult execute() throws QueryExecutionException
QueryExecutionException
ErpConfigContext.ErpConfigContext()
BapiQuery toQuery()
AcctngManCostAllocCheckFunction ignoreWarnings(String ignoreWarnings)
ignoreWarnings
- (Optional) Indicator: Ignore WarningsAcctngManCostAllocCheckFunction customerFields(Iterable<ContainerForCustomerExitParameter> customerFields)
customerFields
- (Optional) Customer FieldsAcctngManCostAllocCheckFunction customerFields(ContainerForCustomerExitParameter... items)
items
- Array of ContainerForCustomerExitParameterAcctngManCostAllocCheckFunctionResult execute(ErpEndpoint erpEndpoint) throws QueryExecutionException
erpEndpoint
- Configured instance of ErpEndpoint
QueryExecutionException
Copyright © 2017 SAP SE. All rights reserved.