Interface InboundDeliveryV2Service
- All Superinterfaces:
BatchService<InboundDeliveryV2ServiceBatch>
- All Known Implementing Classes:
DefaultInboundDeliveryV2Service
This service enables you to create, read, update and delete inbound deliveries. It can be consumed in Fiori apps and on other user interfaces.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_INBOUND_DELIVERY_SRV_0002 |
| API Version: | 2.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Delivery Processing Integration(SAP_COM_0106) |
| Scope Items: | Direct Procurement with Inbound Delivery(2TX), Sell from Stock(BD9), Lean Customer Returns(BDD), Sell from Stock(OD9), Delivery Processing without Order Reference(1MI), Free of Charge Delivery(BDA), Customer Returns(BKP) |
| Authentication Methods: | x509 |
| Business Object: | Inbound Delivery |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionaddSerialNumberToDeliveryItem(String deliveryDocument, String deliveryDocumentItem, String serialNumber) Deprecated.Creates a fluent helper for the AddSerialNumberToDeliveryItem OData function import.confirmPutawayAllItems(String deliveryDocument) Deprecated.Creates a fluent helper for the ConfirmPutawayAllItems OData function import.confirmPutawayOneItem(String deliveryDocument, String deliveryDocumentItem) Deprecated.Creates a fluent helper for the ConfirmPutawayOneItem OData function import.createBatchSplitItem(BigDecimal actualDeliveryQuantity, String batch, String deliveryDocument, String deliveryDocumentItem, String deliveryQuantityUnit, BigDecimal putawayQuantityInOrderUnit, LocalDateTime shelfLifeExpirationDate, LocalDateTime manufactureDate, String batchBySupplier) Deprecated.Creates a fluent helper for the CreateBatchSplitItem OData function import.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.deleteAllSerialNumbersFromDeliveryItem(String deliveryDocument, String deliveryDocumentItem) Deprecated.Creates a fluent helper for the DeleteAllSerialNumbersFromDeliveryItem OData function import.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deprecated.Deletes an existingInbDeliveryItementity in the S/4HANA system.deleteSerialNumberFromDeliveryItem(String deliveryDocument, String deliveryDocumentItem, String serialNumber) Deprecated.Creates a fluent helper for the DeleteSerialNumberFromDeliveryItem OData function import.Deprecated.Fetch multipleInbDeliveryHeaderentities.Deprecated.Fetch multipleInbDeliveryItementities.getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory) Deprecated.Fetch a singleInbDeliveryDocFlowentity using key fields.getInbDeliveryHeaderByKey(String deliveryDocument) Deprecated.Fetch a singleInbDeliveryHeaderentity using key fields.getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem) Deprecated.Fetch a singleInbDeliveryItementity using key fields.getInbDeliveryPartnerByKey(String partnerFunction, String sDDocument) Deprecated.Fetch a singleInbDeliveryPartnerentity using key fields.getInbDeliverySerialNmbrByKey(Long maintenanceItemObjectList) Deprecated.Fetch a singleInbDeliverySerialNmbrentity using key fields.postGoodsReceipt(String deliveryDocument) Deprecated.Creates a fluent helper for the PostGoodsReceipt OData function import.postGoodsReceipt(String deliveryDocument, LocalDateTime actualGoodsMovementDate) Deprecated.Creates a fluent helper for the PostGoodsReceipt OData function import.putawayAllItems(String deliveryDocument) Deprecated.Creates a fluent helper for the PutawayAllItems OData function import.putawayOneItem(String deliveryDocument, String deliveryDocumentItem) Deprecated.Creates a fluent helper for the PutawayOneItem OData function import.putawayOneItemWithBaseQuantity(BigDecimal actualDeliveredQtyInBaseUnit, String baseUnit, String deliveryDocument, String deliveryDocumentItem) Deprecated.Creates a fluent helper for the PutawayOneItemWithBaseQuantity OData function import.putawayOneItemWithSalesQuantity(BigDecimal actualDeliveryQuantity, String deliveryDocument, String deliveryDocumentItem, String deliveryQuantityUnit) Deprecated.Creates a fluent helper for the PutawayOneItemWithSalesQuantity OData function import.reverseGoodsReceipt(String deliveryDocument, LocalDateTime actualGoodsMovementDate) Deprecated.Creates a fluent helper for the ReverseGoodsReceipt OData function import.setPutawayQuantityWithBaseQuantity(BigDecimal actualDeliveredQtyInBaseUnit, String baseUnit, String deliveryDocument, String deliveryDocumentItem) Deprecated.Creates a fluent helper for the SetPutawayQuantityWithBaseQuantity OData function import.updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow) Deprecated.Update an existingInbDeliveryDocFlowentity and save it to the S/4HANA system.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Update an existingInbDeliveryHeaderentity and save it to the S/4HANA system.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deprecated.Update an existingInbDeliveryItementity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getInbDeliveryDocFlowByKey
@Nonnull InbDeliveryDocFlowByKeyFluentHelper getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory) Deprecated.Fetch a singleInbDeliveryDocFlowentity using key fields.- Parameters:
precedingDocument- Preceding Doc.Constraints: Not nullable, Maximum length: 10
precedingDocumentItem- Preceding ItemConstraints: Not nullable, Maximum length: 6
subsequentDocumentCategory- Subs.Doc.Categ.Constraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
InbDeliveryDocFlowentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInbDeliveryDocFlow
@Nonnull InbDeliveryDocFlowUpdateFluentHelper updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow) Deprecated.Update an existingInbDeliveryDocFlowentity and save it to the S/4HANA system.- Parameters:
inbDeliveryDocFlow-InbDeliveryDocFlowentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InbDeliveryDocFlowentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInbDeliveryHeader
Deprecated.Fetch multipleInbDeliveryHeaderentities.- Returns:
- A fluent helper to fetch multiple
InbDeliveryHeaderentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInbDeliveryHeaderByKey
Deprecated.Fetch a singleInbDeliveryHeaderentity using key fields.- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
InbDeliveryHeaderentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInbDeliveryHeader
@Nonnull InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Deprecated.Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InbDeliveryHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInbDeliveryHeader
@Nonnull InbDeliveryHeaderUpdateFluentHelper updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Deprecated.Update an existingInbDeliveryHeaderentity and save it to the S/4HANA system.- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InbDeliveryHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInbDeliveryHeader
@Nonnull InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Deprecated.Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InbDeliveryHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInbDeliveryItem
Deprecated.Fetch multipleInbDeliveryItementities.- Returns:
- A fluent helper to fetch multiple
InbDeliveryItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInbDeliveryItemByKey
@Nonnull InbDeliveryItemByKeyFluentHelper getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem) Deprecated.Fetch a singleInbDeliveryItementity using key fields.- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
InbDeliveryItementity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInbDeliveryItem
@Nonnull InbDeliveryItemUpdateFluentHelper updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem) Deprecated.Update an existingInbDeliveryItementity and save it to the S/4HANA system.- Parameters:
inbDeliveryItem-InbDeliveryItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InbDeliveryItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInbDeliveryItem
@Nonnull InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem) Deprecated.Deletes an existingInbDeliveryItementity in the S/4HANA system.- Parameters:
inbDeliveryItem-InbDeliveryItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InbDeliveryItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getInbDeliveryPartnerByKey
@Nonnull InbDeliveryPartnerByKeyFluentHelper getInbDeliveryPartnerByKey(String partnerFunction, String sDDocument) Deprecated.Fetch a singleInbDeliveryPartnerentity using key fields.- Parameters:
partnerFunction- Partner FunctnConstraints: Not nullable, Maximum length: 2
sDDocument- SD DocumentConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
InbDeliveryPartnerentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInbDeliverySerialNmbrByKey
@Nonnull InbDeliverySerialNmbrByKeyFluentHelper getInbDeliverySerialNmbrByKey(Long maintenanceItemObjectList) Deprecated.Fetch a singleInbDeliverySerialNmbrentity using key fields.- Parameters:
maintenanceItemObjectList- Object listConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
InbDeliverySerialNmbrentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
confirmPutawayAllItems
@Nonnull ConfirmPutawayAllItemsFluentHelper confirmPutawayAllItems(@Nonnull String deliveryDocument) Deprecated.Creates a fluent helper for the ConfirmPutawayAllItems OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
- Returns:
- A fluent helper object that will execute the ConfirmPutawayAllItems OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
confirmPutawayOneItem
@Nonnull ConfirmPutawayOneItemFluentHelper confirmPutawayOneItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem) Deprecated.Creates a fluent helper for the ConfirmPutawayOneItem OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the ConfirmPutawayOneItem OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
postGoodsReceipt
Deprecated.Creates a fluent helper for the PostGoodsReceipt OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
- Returns:
- A fluent helper object that will execute the PostGoodsReceipt OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
postGoodsReceipt
@Nonnull PostGoodsReceiptFluentHelper postGoodsReceipt(@Nonnull String deliveryDocument, @Nullable LocalDateTime actualGoodsMovementDate) Deprecated.Creates a fluent helper for the PostGoodsReceipt OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
actualGoodsMovementDate- Time StampConstraints: Nullable, Precision: 7
Original parameter name from the Odata EDM: ActualGoodsMovementDate
- Returns:
- A fluent helper object that will execute the PostGoodsReceipt OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
putawayAllItems
Deprecated.Creates a fluent helper for the PutawayAllItems OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
- Returns:
- A fluent helper object that will execute the PutawayAllItems OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
putawayOneItem
@Nonnull PutawayOneItemFluentHelper putawayOneItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem) Deprecated.Creates a fluent helper for the PutawayOneItem OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the PutawayOneItem OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
reverseGoodsReceipt
@Nonnull ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(@Nonnull String deliveryDocument, @Nonnull LocalDateTime actualGoodsMovementDate) Deprecated.Creates a fluent helper for the ReverseGoodsReceipt OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
actualGoodsMovementDate- Actual GI DateConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ActualGoodsMovementDate
- Returns:
- A fluent helper object that will execute the ReverseGoodsReceipt OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
createBatchSplitItem
@Nonnull CreateBatchSplitItemFluentHelper createBatchSplitItem(@Nonnull BigDecimal actualDeliveryQuantity, @Nonnull String batch, @Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem, @Nonnull String deliveryQuantityUnit, @Nullable BigDecimal putawayQuantityInOrderUnit, @Nullable LocalDateTime shelfLifeExpirationDate, @Nullable LocalDateTime manufactureDate, @Nullable String batchBySupplier) Deprecated.Creates a fluent helper for the CreateBatchSplitItem OData function import.
- Parameters:
shelfLifeExpirationDate- Time StampConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: ShelfLifeExpirationDate
deliveryDocument- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: DeliveryDocument
deliveryQuantityUnit- Constraints: Not nullable, Maximum length: 3Original parameter name from the Odata EDM: DeliveryQuantityUnit
batch- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: Batch
manufactureDate- Time StampConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: ManufactureDate
putawayQuantityInOrderUnit- Constraints: Nullable, Precision: 3, Scale: 3Original parameter name from the Odata EDM: PutawayQuantityInOrderUnit
actualDeliveryQuantity- Constraints: Not nullable, Precision: 3, Scale: 3Original parameter name from the Odata EDM: ActualDeliveryQuantity
batchBySupplier- Constraints: Nullable, Maximum length: 15Original parameter name from the Odata EDM: BatchBySupplier
deliveryDocumentItem- Constraints: Not nullable, Maximum length: 6Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the CreateBatchSplitItem OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
addSerialNumberToDeliveryItem
@Nonnull AddSerialNumberToDeliveryItemFluentHelper addSerialNumberToDeliveryItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem, @Nonnull String serialNumber) Deprecated.Creates a fluent helper for the AddSerialNumberToDeliveryItem OData function import.
- Parameters:
serialNumber- Serial NumberConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: SerialNumber
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the AddSerialNumberToDeliveryItem OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
deleteAllSerialNumbersFromDeliveryItem
@Nonnull DeleteAllSerialNumbersFromDeliveryItemFluentHelper deleteAllSerialNumbersFromDeliveryItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem) Deprecated.Creates a fluent helper for the DeleteAllSerialNumbersFromDeliveryItem OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the DeleteAllSerialNumbersFromDeliveryItem OData function
import with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
deleteSerialNumberFromDeliveryItem
@Nonnull DeleteSerialNumberFromDeliveryItemFluentHelper deleteSerialNumberFromDeliveryItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem, @Nonnull String serialNumber) Deprecated.Creates a fluent helper for the DeleteSerialNumberFromDeliveryItem OData function import.
- Parameters:
serialNumber- Serial NumberConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: SerialNumber
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the DeleteSerialNumberFromDeliveryItem OData function
import with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
setPutawayQuantityWithBaseQuantity
@Nonnull SetPutawayQuantityWithBaseQuantityFluentHelper setPutawayQuantityWithBaseQuantity(@Nonnull BigDecimal actualDeliveredQtyInBaseUnit, @Nonnull String baseUnit, @Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem) Deprecated.Creates a fluent helper for the SetPutawayQuantityWithBaseQuantity OData function import.
- Parameters:
baseUnit- Base UnitConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: BaseUnit
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
actualDeliveredQtyInBaseUnit- Qty (stckp.unt)Constraints: Not nullable, Precision: 3, Scale: 3
Original parameter name from the Odata EDM: ActualDeliveredQtyInBaseUnit
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the SetPutawayQuantityWithBaseQuantity OData function
import with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
putawayOneItemWithBaseQuantity
@Nonnull PutawayOneItemWithBaseQuantityFluentHelper putawayOneItemWithBaseQuantity(@Nonnull BigDecimal actualDeliveredQtyInBaseUnit, @Nonnull String baseUnit, @Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem) Deprecated.Creates a fluent helper for the PutawayOneItemWithBaseQuantity OData function import.
- Parameters:
baseUnit- Base UnitConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: BaseUnit
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
actualDeliveredQtyInBaseUnit- Qty (stckp.unt)Constraints: Not nullable, Precision: 3, Scale: 3
Original parameter name from the Odata EDM: ActualDeliveredQtyInBaseUnit
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the PutawayOneItemWithBaseQuantity OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
putawayOneItemWithSalesQuantity
@Nonnull PutawayOneItemWithSalesQuantityFluentHelper putawayOneItemWithSalesQuantity(@Nonnull BigDecimal actualDeliveryQuantity, @Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem, @Nonnull String deliveryQuantityUnit) Deprecated.Creates a fluent helper for the PutawayOneItemWithSalesQuantity OData function import.
- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryQuantityUnit- Sales UnitConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: DeliveryQuantityUnit
actualDeliveryQuantity- Delivery qtyConstraints: Not nullable, Precision: 3, Scale: 3
Original parameter name from the Odata EDM: ActualDeliveryQuantity
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
- Returns:
- A fluent helper object that will execute the PutawayOneItemWithSalesQuantity OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-