Class DefaultInboundDeliveryV2Service

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultInboundDeliveryV2Service
All Implemented Interfaces:
BatchService<InboundDeliveryV2ServiceBatch>, InboundDeliveryV2Service

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultInboundDeliveryV2Service") @Deprecated public class DefaultInboundDeliveryV2Service extends Object implements InboundDeliveryV2Service
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service enables you to create, read, update and delete inbound deliveries. It can be consumed in Fiori apps and on other user interfaces.

Business Documentation

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
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultInboundDeliveryV2Service withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface InboundDeliveryV2Service
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public DefaultInboundDeliveryV2ServiceBatch batch()
      Deprecated.
      Specified by:
      batch in interface BatchService<InboundDeliveryV2ServiceBatch>
    • getInbDeliveryDocFlowByKey

      @Nonnull public InbDeliveryDocFlowByKeyFluentHelper getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Fetch a single InbDeliveryDocFlow entity using key fields.
      Specified by:
      getInbDeliveryDocFlowByKey in interface InboundDeliveryV2Service
      Parameters:
      precedingDocument - Preceding Doc.

      Constraints: Not nullable, Maximum length: 10

      precedingDocumentItem - Preceding Item

      Constraints: Not nullable, Maximum length: 6

      subsequentDocumentCategory - Subs.Doc.Categ.

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single InbDeliveryDocFlow entity 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 the execute method on the fluent helper object.
    • updateInbDeliveryDocFlow

      @Nonnull public InbDeliveryDocFlowUpdateFluentHelper updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Update an existing InbDeliveryDocFlow entity and save it to the S/4HANA system.
      Specified by:
      updateInbDeliveryDocFlow in interface InboundDeliveryV2Service
      Parameters:
      inbDeliveryDocFlow - InbDeliveryDocFlow entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing InbDeliveryDocFlow entity. To perform execution, call the execute method on the fluent helper object.
    • getAllInbDeliveryHeader

      @Nonnull public InbDeliveryHeaderFluentHelper getAllInbDeliveryHeader()
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Fetch multiple InbDeliveryHeader entities.
      Specified by:
      getAllInbDeliveryHeader in interface InboundDeliveryV2Service
      Returns:
      A fluent helper to fetch multiple InbDeliveryHeader entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getInbDeliveryHeaderByKey

      @Nonnull public InbDeliveryHeaderByKeyFluentHelper getInbDeliveryHeaderByKey(String deliveryDocument)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Fetch a single InbDeliveryHeader entity using key fields.
      Specified by:
      getInbDeliveryHeaderByKey in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single InbDeliveryHeader entity 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 the execute method on the fluent helper object.
    • createInbDeliveryHeader

      @Nonnull public InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Create a new InbDeliveryHeader entity and save it to the S/4HANA system.
      Specified by:
      createInbDeliveryHeader in interface InboundDeliveryV2Service
      Parameters:
      inbDeliveryHeader - InbDeliveryHeader entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new InbDeliveryHeader entity. To perform execution, call the execute method on the fluent helper object.
    • updateInbDeliveryHeader

      @Nonnull public InbDeliveryHeaderUpdateFluentHelper updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Update an existing InbDeliveryHeader entity and save it to the S/4HANA system.
      Specified by:
      updateInbDeliveryHeader in interface InboundDeliveryV2Service
      Parameters:
      inbDeliveryHeader - InbDeliveryHeader entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing InbDeliveryHeader entity. To perform execution, call the execute method on the fluent helper object.
    • deleteInbDeliveryHeader

      @Nonnull public InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Deletes an existing InbDeliveryHeader entity in the S/4HANA system.
      Specified by:
      deleteInbDeliveryHeader in interface InboundDeliveryV2Service
      Parameters:
      inbDeliveryHeader - InbDeliveryHeader entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing InbDeliveryHeader entity. To perform execution, call the execute method on the fluent helper object.
    • getAllInbDeliveryItem

      @Nonnull public InbDeliveryItemFluentHelper getAllInbDeliveryItem()
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Fetch multiple InbDeliveryItem entities.
      Specified by:
      getAllInbDeliveryItem in interface InboundDeliveryV2Service
      Returns:
      A fluent helper to fetch multiple InbDeliveryItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getInbDeliveryItemByKey

      @Nonnull public InbDeliveryItemByKeyFluentHelper getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Fetch a single InbDeliveryItem entity using key fields.
      Specified by:
      getInbDeliveryItemByKey in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      deliveryDocumentItem - Item

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single InbDeliveryItem entity 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 the execute method on the fluent helper object.
    • updateInbDeliveryItem

      @Nonnull public InbDeliveryItemUpdateFluentHelper updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Update an existing InbDeliveryItem entity and save it to the S/4HANA system.
      Specified by:
      updateInbDeliveryItem in interface InboundDeliveryV2Service
      Parameters:
      inbDeliveryItem - InbDeliveryItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing InbDeliveryItem entity. To perform execution, call the execute method on the fluent helper object.
    • deleteInbDeliveryItem

      @Nonnull public InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Deletes an existing InbDeliveryItem entity in the S/4HANA system.
      Specified by:
      deleteInbDeliveryItem in interface InboundDeliveryV2Service
      Parameters:
      inbDeliveryItem - InbDeliveryItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing InbDeliveryItem entity. To perform execution, call the execute method on the fluent helper object.
    • getInbDeliveryPartnerByKey

      @Nonnull public InbDeliveryPartnerByKeyFluentHelper getInbDeliveryPartnerByKey(String partnerFunction, String sDDocument)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Fetch a single InbDeliveryPartner entity using key fields.
      Specified by:
      getInbDeliveryPartnerByKey in interface InboundDeliveryV2Service
      Parameters:
      partnerFunction - Partner Functn

      Constraints: Not nullable, Maximum length: 2

      sDDocument - SD Document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single InbDeliveryPartner entity 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 the execute method on the fluent helper object.
    • getInbDeliverySerialNmbrByKey

      @Nonnull public InbDeliverySerialNmbrByKeyFluentHelper getInbDeliverySerialNmbrByKey(Long maintenanceItemObjectList)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service
      Fetch a single InbDeliverySerialNmbr entity using key fields.
      Specified by:
      getInbDeliverySerialNmbrByKey in interface InboundDeliveryV2Service
      Parameters:
      maintenanceItemObjectList - Object list

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single InbDeliverySerialNmbr entity 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 the execute method on the fluent helper object.
    • confirmPutawayAllItems

      @Nonnull public ConfirmPutawayAllItemsFluentHelper confirmPutawayAllItems(@Nonnull String deliveryDocument)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the ConfirmPutawayAllItems OData function import.

      Specified by:
      confirmPutawayAllItems in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: 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 execute method on the fluent helper object.
    • confirmPutawayOneItem

      @Nonnull public ConfirmPutawayOneItemFluentHelper confirmPutawayOneItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the ConfirmPutawayOneItem OData function import.

      Specified by:
      confirmPutawayOneItem in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Item

      Constraints: 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 execute method on the fluent helper object.
    • postGoodsReceipt

      @Nonnull public PostGoodsReceiptFluentHelper postGoodsReceipt(@Nonnull String deliveryDocument)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the PostGoodsReceipt OData function import.

      Specified by:
      postGoodsReceipt in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: 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 execute method on the fluent helper object.
    • postGoodsReceipt

      @Nonnull public PostGoodsReceiptFluentHelper postGoodsReceipt(@Nonnull String deliveryDocument, @Nullable LocalDateTime actualGoodsMovementDate)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the PostGoodsReceipt OData function import.

      Specified by:
      postGoodsReceipt in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      actualGoodsMovementDate - Time Stamp

      Constraints: 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 execute method on the fluent helper object.
    • putawayAllItems

      @Nonnull public PutawayAllItemsFluentHelper putawayAllItems(@Nonnull String deliveryDocument)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the PutawayAllItems OData function import.

      Specified by:
      putawayAllItems in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: 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 execute method on the fluent helper object.
    • putawayOneItem

      @Nonnull public PutawayOneItemFluentHelper putawayOneItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the PutawayOneItem OData function import.

      Specified by:
      putawayOneItem in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Item

      Constraints: 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 execute method on the fluent helper object.
    • reverseGoodsReceipt

      @Nonnull public ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(@Nonnull String deliveryDocument, @Nonnull LocalDateTime actualGoodsMovementDate)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the ReverseGoodsReceipt OData function import.

      Specified by:
      reverseGoodsReceipt in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      actualGoodsMovementDate - Actual GI Date

      Constraints: 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 execute method on the fluent helper object.
    • createBatchSplitItem

      @Nonnull public 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.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the CreateBatchSplitItem OData function import.

      Specified by:
      createBatchSplitItem in interface InboundDeliveryV2Service
      Parameters:
      actualDeliveryQuantity - Constraints: Not nullable, Precision: 3, Scale: 3

      Original parameter name from the Odata EDM: ActualDeliveryQuantity

      batch - Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: Batch

      deliveryDocument - Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Constraints: Not nullable, Maximum length: 6

      Original parameter name from the Odata EDM: DeliveryDocumentItem

      deliveryQuantityUnit - Constraints: Not nullable, Maximum length: 3

      Original parameter name from the Odata EDM: DeliveryQuantityUnit

      putawayQuantityInOrderUnit - Constraints: Nullable, Precision: 3, Scale: 3

      Original parameter name from the Odata EDM: PutawayQuantityInOrderUnit

      shelfLifeExpirationDate - Time Stamp

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: ShelfLifeExpirationDate

      manufactureDate - Time Stamp

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: ManufactureDate

      batchBySupplier - Constraints: Nullable, Maximum length: 15

      Original parameter name from the Odata EDM: BatchBySupplier

      Returns:
      A fluent helper object that will execute the CreateBatchSplitItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • addSerialNumberToDeliveryItem

      @Nonnull public AddSerialNumberToDeliveryItemFluentHelper addSerialNumberToDeliveryItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem, @Nonnull String serialNumber)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the AddSerialNumberToDeliveryItem OData function import.

      Specified by:
      addSerialNumberToDeliveryItem in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Item

      Constraints: Not nullable, Maximum length: 6

      Original parameter name from the Odata EDM: DeliveryDocumentItem

      serialNumber - Serial Number

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SerialNumber

      Returns:
      A fluent helper object that will execute the AddSerialNumberToDeliveryItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • deleteAllSerialNumbersFromDeliveryItem

      @Nonnull public DeleteAllSerialNumbersFromDeliveryItemFluentHelper deleteAllSerialNumbersFromDeliveryItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the DeleteAllSerialNumbersFromDeliveryItem OData function import.

      Specified by:
      deleteAllSerialNumbersFromDeliveryItem in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Item

      Constraints: 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 execute method on the fluent helper object.
    • deleteSerialNumberFromDeliveryItem

      @Nonnull public DeleteSerialNumberFromDeliveryItemFluentHelper deleteSerialNumberFromDeliveryItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem, @Nonnull String serialNumber)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the DeleteSerialNumberFromDeliveryItem OData function import.

      Specified by:
      deleteSerialNumberFromDeliveryItem in interface InboundDeliveryV2Service
      Parameters:
      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Item

      Constraints: Not nullable, Maximum length: 6

      Original parameter name from the Odata EDM: DeliveryDocumentItem

      serialNumber - Serial Number

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SerialNumber

      Returns:
      A fluent helper object that will execute the DeleteSerialNumberFromDeliveryItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setPutawayQuantityWithBaseQuantity

      @Nonnull public SetPutawayQuantityWithBaseQuantityFluentHelper setPutawayQuantityWithBaseQuantity(@Nonnull BigDecimal actualDeliveredQtyInBaseUnit, @Nonnull String baseUnit, @Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the SetPutawayQuantityWithBaseQuantity OData function import.

      Specified by:
      setPutawayQuantityWithBaseQuantity in interface InboundDeliveryV2Service
      Parameters:
      actualDeliveredQtyInBaseUnit - Qty (stckp.unt)

      Constraints: Not nullable, Precision: 3, Scale: 3

      Original parameter name from the Odata EDM: ActualDeliveredQtyInBaseUnit

      baseUnit - Base Unit

      Constraints: Not nullable, Maximum length: 3

      Original parameter name from the Odata EDM: BaseUnit

      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Item

      Constraints: 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 execute method on the fluent helper object.
    • putawayOneItemWithBaseQuantity

      @Nonnull public PutawayOneItemWithBaseQuantityFluentHelper putawayOneItemWithBaseQuantity(@Nonnull BigDecimal actualDeliveredQtyInBaseUnit, @Nonnull String baseUnit, @Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the PutawayOneItemWithBaseQuantity OData function import.

      Specified by:
      putawayOneItemWithBaseQuantity in interface InboundDeliveryV2Service
      Parameters:
      actualDeliveredQtyInBaseUnit - Qty (stckp.unt)

      Constraints: Not nullable, Precision: 3, Scale: 3

      Original parameter name from the Odata EDM: ActualDeliveredQtyInBaseUnit

      baseUnit - Base Unit

      Constraints: Not nullable, Maximum length: 3

      Original parameter name from the Odata EDM: BaseUnit

      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Item

      Constraints: 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 execute method on the fluent helper object.
    • putawayOneItemWithSalesQuantity

      @Nonnull public PutawayOneItemWithSalesQuantityFluentHelper putawayOneItemWithSalesQuantity(@Nonnull BigDecimal actualDeliveryQuantity, @Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem, @Nonnull String deliveryQuantityUnit)
      Deprecated.
      Description copied from interface: InboundDeliveryV2Service

      Creates a fluent helper for the PutawayOneItemWithSalesQuantity OData function import.

      Specified by:
      putawayOneItemWithSalesQuantity in interface InboundDeliveryV2Service
      Parameters:
      actualDeliveryQuantity - Delivery qty

      Constraints: Not nullable, Precision: 3, Scale: 3

      Original parameter name from the Odata EDM: ActualDeliveryQuantity

      deliveryDocument - Delivery

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: DeliveryDocument

      deliveryDocumentItem - Item

      Constraints: Not nullable, Maximum length: 6

      Original parameter name from the Odata EDM: DeliveryDocumentItem

      deliveryQuantityUnit - Sales Unit

      Constraints: Not nullable, Maximum length: 3

      Original parameter name from the Odata EDM: DeliveryQuantityUnit

      Returns:
      A fluent helper object that will execute the PutawayOneItemWithSalesQuantity OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.