public class InitiateRecountFluentHelper extends FluentHelperFunction<InitiateRecountFluentHelper,PhysInventoryDocHeader,PhysInventoryDocHeader>
Constructor and Description |
---|
InitiateRecountFluentHelper(String physicalInventoryDocument,
String fiscalYear,
Calendar physInventoryPlannedCountDate,
Calendar documentDate,
String physicalInventoryNumber,
String physInventoryReferenceNumber,
String physicalInventoryDocumentDesc,
BigDecimal postingThresholdValue,
Boolean physInvtryDocHasQtySnapshot,
Boolean postingIsBlockedForPhysInvtry)
Creates a fluent helper object that will execute the InitiateRecount 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 InitiateRecountFluentHelper(String physicalInventoryDocument, String fiscalYear, Calendar physInventoryPlannedCountDate, Calendar documentDate, String physicalInventoryNumber, String physInventoryReferenceNumber, String physicalInventoryDocumentDesc, BigDecimal postingThresholdValue, Boolean physInvtryDocHasQtySnapshot, Boolean postingIsBlockedForPhysInvtry)
execute
method on the fluent helper object.documentDate
- Document DateConstraints: Nullable, Precision: 0
physInvtryDocHasQtySnapshot
- Freeze Book InvtryConstraints: Nullable
postingThresholdValue
- Threshold ValueConstraints: Nullable, Precision: 14, Scale: 3
physInventoryPlannedCountDate
- Planned Count DateConstraints: Nullable, Precision: 0
postingIsBlockedForPhysInvtry
- Phys. Inv. BlockConstraints: Nullable
fiscalYear
- Fiscal YearConstraints: Not nullable, Maximum length: 4
physicalInventoryNumber
- Phys. inventory no.Constraints: Nullable, Maximum length: 16
physicalInventoryDocument
- Phys. Inventory Doc.Constraints: Not nullable, Maximum length: 10
physInventoryReferenceNumber
- Phys. inventory ref.Constraints: Nullable, Maximum length: 16
physicalInventoryDocumentDesc
- DescriptionConstraints: Nullable, Maximum length: 40
public PhysInventoryDocHeader execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<InitiateRecountFluentHelper,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.