public class PostDifferencesFluentHelper extends Object
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()
Post Differences
|
PhysInventoryDocHeader |
execute(ErpConfigContext erpConfigContext)
Post Differences
|
PhysInventoryDocHeader |
execute(ErpEndpoint erpEndpoint)
Post Differences
|
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, IOException
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public PhysInventoryDocHeader execute(ErpConfigContext erpConfigContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpConfigContext
- Supply the ERP system context for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public PhysInventoryDocHeader execute() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2017 SAP SE. All rights reserved.