public class InitiateRecountOnItemFluentHelper extends FluentHelperFunction<InitiateRecountOnItemFluentHelper,PhysInventoryDocItem,PhysInventoryDocItem>
Constructor and Description |
---|
InitiateRecountOnItemFluentHelper(String physicalInventoryDocument,
String fiscalYear,
String physicalInventoryDocumentItem,
LocalDateTime physInventoryPlannedCountDate,
LocalDateTime documentDate,
String physicalInventoryNumber,
String physInventoryReferenceNumber,
String physicalInventoryDocumentDesc,
Boolean physInvtryDocHasQtySnapshot,
Boolean postingIsBlockedForPhysInvtry)
Creates a fluent helper object that will execute the InitiateRecountOnItem OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
PhysInventoryDocItem |
execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
protected Class<PhysInventoryDocItem> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected String |
getPath() |
executeMultiple, executeSingle, withHttpHeader
execute, getThis, getVersionIdentifier
public InitiateRecountOnItemFluentHelper(String physicalInventoryDocument, String fiscalYear, String physicalInventoryDocumentItem, LocalDateTime physInventoryPlannedCountDate, LocalDateTime documentDate, String physicalInventoryNumber, String physInventoryReferenceNumber, String physicalInventoryDocumentDesc, Boolean physInvtryDocHasQtySnapshot, Boolean postingIsBlockedForPhysInvtry)
execute
method on the fluent helper object.documentDate
- Document DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: DocumentDate
physicalInventoryDocumentItem
- ItemConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: PhysicalInventoryDocumentItem
physInvtryDocHasQtySnapshot
- Freeze Book InvtryConstraints: Nullable
Original parameter name from the Odata EDM: PhysInvtryDocHasQtySnapshot
physInventoryPlannedCountDate
- Planned Count DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: PhysInventoryPlannedCountDate
postingIsBlockedForPhysInvtry
- Phys. Inv. BlockConstraints: Nullable
Original parameter name from the Odata EDM: PostingIsBlockedForPhysInvtry
fiscalYear
- Fiscal YearConstraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: FiscalYear
physicalInventoryNumber
- Phys. inventory no.Constraints: Nullable, Maximum length: 16
Original parameter name from the Odata EDM: PhysicalInventoryNumber
physicalInventoryDocument
- Phys. Inventory Doc.Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: PhysicalInventoryDocument
physInventoryReferenceNumber
- Phys. inventory ref.Constraints: Nullable, Maximum length: 16
Original parameter name from the Odata EDM: PhysInventoryReferenceNumber
physicalInventoryDocumentDesc
- DescriptionConstraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: PhysicalInventoryDocumentDesc
protected Class<PhysInventoryDocItem> getEntityClass()
getEntityClass
in class FluentHelperBasic<InitiateRecountOnItemFluentHelper,PhysInventoryDocItem,PhysInventoryDocItem>
protected String getPath()
getPath
in class FluentHelperFunction<InitiateRecountOnItemFluentHelper,PhysInventoryDocItem,PhysInventoryDocItem>
protected String getFunctionName()
getFunctionName
in class FluentHelperFunction<InitiateRecountOnItemFluentHelper,PhysInventoryDocItem,PhysInventoryDocItem>
protected Map<String,Object> getParameters()
getParameters
in class FluentHelperFunction<InitiateRecountOnItemFluentHelper,PhysInventoryDocItem,PhysInventoryDocItem>
protected org.apache.http.client.methods.HttpUriRequest createRequest(URI uri)
createRequest
in class FluentHelperFunction<InitiateRecountOnItemFluentHelper,PhysInventoryDocItem,PhysInventoryDocItem>
public PhysInventoryDocItem execute(ErpConfigContext configContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<InitiateRecountOnItemFluentHelper,PhysInventoryDocItem,PhysInventoryDocItem>
configContext
- Supply the ERP system context for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
Copyright © 2018 SAP SE. All rights reserved.