public class PostDifferencesFluentHelper extends FluentHelperFunction<PostDifferencesFluentHelper,PhysInventoryDocHeader,PhysInventoryDocHeader>
Constructor and Description |
---|
PostDifferencesFluentHelper(BigDecimal postingThresholdValue,
Calendar postingDate,
String physicalInventoryDocument,
String fiscalYear)
Creates a fluent helper object that will execute the PostDifferences OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
PhysInventoryDocHeader |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public PostDifferencesFluentHelper(BigDecimal postingThresholdValue, Calendar postingDate, String physicalInventoryDocument, String fiscalYear)
execute
method on the fluent helper object.postingThresholdValue
- Threshold ValueConstraints: Nullable, Precision: 14, Scale: 3
postingDate
- Posting DateConstraints: Nullable, Precision: 0
fiscalYear
- Fiscal YearConstraints: Not nullable, Maximum length: 4
physicalInventoryDocument
- Phys. Inventory Doc.Constraints: Not nullable, Maximum length: 10
public PhysInventoryDocHeader execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<PostDifferencesFluentHelper,PhysInventoryDocHeader,PhysInventoryDocHeader>
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2018 SAP SE. All rights reserved.