public class DefaultAcctngManCostAllocCheckFunction extends Object implements AcctngManCostAllocCheckFunction
Constructor and Description |
---|
DefaultAcctngManCostAllocCheckFunction(DocumentHeaderPostCostsRevenuesActualPostings docHeader,
Iterable<LineItemsManualCostAllocationActualPosting> docItems) |
Modifier and Type | Method and Description |
---|---|
AcctngManCostAllocCheckFunction |
customerFields(ContainerForCustomerExitParameter... items)
(Optional) Customer Fields
|
DefaultAcctngManCostAllocCheckFunction |
customerFields(Iterable<ContainerForCustomerExitParameter> customerFields)
(Optional) Customer Fields
|
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
DefaultAcctngManCostAllocCheckFunction |
ignoreWarnings(String ignoreWarnings)
(Optional) Indicator: Ignore Warnings
|
BapiQuery |
toQuery()
Prepares a query object from the given query parameters.
|
String |
toString() |
@ConstructorProperties(value={"docHeader","docItems"}) @Generated(value="lombok") public DefaultAcctngManCostAllocCheckFunction(DocumentHeaderPostCostsRevenuesActualPostings docHeader, @NonNull Iterable<LineItemsManualCostAllocationActualPosting> docItems)
public AcctngManCostAllocCheckFunctionResult execute(ErpConfigContext erpConfigContext) throws QueryExecutionException
ErpDestination.getDefaultName()
SapClient
Locale
execute
in interface AcctngManCostAllocCheckFunction
erpConfigContext
- Configuration context for ERP queryQueryExecutionException
public AcctngManCostAllocCheckFunctionResult execute() throws QueryExecutionException
execute
in interface AcctngManCostAllocCheckFunction
QueryExecutionException
ErpConfigContext.ErpConfigContext()
public BapiQuery toQuery()
toQuery
in interface AcctngManCostAllocCheckFunction
public AcctngManCostAllocCheckFunction customerFields(ContainerForCustomerExitParameter... items)
customerFields
in interface AcctngManCostAllocCheckFunction
items
- Array of ContainerForCustomerExitParameterpublic AcctngManCostAllocCheckFunctionResult execute(ErpEndpoint erpEndpoint) throws QueryExecutionException
execute
in interface AcctngManCostAllocCheckFunction
erpEndpoint
- Configured instance of ErpEndpoint
QueryExecutionException
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public DefaultAcctngManCostAllocCheckFunction ignoreWarnings(String ignoreWarnings)
ignoreWarnings
in interface AcctngManCostAllocCheckFunction
ignoreWarnings
- (Optional) Indicator: Ignore Warnings@Generated(value="lombok") public DefaultAcctngManCostAllocCheckFunction customerFields(@NonNull Iterable<ContainerForCustomerExitParameter> customerFields)
customerFields
in interface AcctngManCostAllocCheckFunction
customerFields
- (Optional) Customer FieldsCopyright © 2018 SAP SE. All rights reserved.