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