@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultInboundDeliveryV2Service") public class DefaultInboundDeliveryV2Service extends Object implements InboundDeliveryV2Service
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 API Business Hub
OData Service: | API_INBOUND_DELIVERY_SRV_0002 |
API Version: | 2 |
Communication Scenario: | Delivery Processing Integration (SAP_COM_0106) |
Scope Items: | Delivery Processing without Order Reference (1MI), Direct Procurement with Inbound Delivery (2TX), Sell from Stock (BD9), Free of Charge Delivery (BDA), Customer Returns (BDD), Accelerated Customer Returns (BKP) |
Authentication Methods: | Basic, x509 |
Business Object: | InboundDelivery |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultInboundDeliveryV2Service()
Creates a service using
InboundDeliveryV2Service.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
AddSerialNumberToDeliveryItemFluentHelper |
addSerialNumberToDeliveryItem(String deliveryDocument,
String deliveryDocumentItem,
String serialNumber)
Creates a fluent helper for the AddSerialNumberToDeliveryItem OData function import.
|
DefaultInboundDeliveryV2ServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
ConfirmPutawayAllItemsFluentHelper |
confirmPutawayAllItems(String deliveryDocument)
Creates a fluent helper for the ConfirmPutawayAllItems OData function import.
|
ConfirmPutawayOneItemFluentHelper |
confirmPutawayOneItem(String deliveryDocument,
String deliveryDocumentItem)
Creates a fluent helper for the ConfirmPutawayOneItem OData function import.
|
InbDeliveryHeaderCreateFluentHelper |
createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
Create a new
InbDeliveryHeader entity and save it to the S/4HANA system. |
InbDeliverySerialNmbrCreateFluentHelper |
createInbDeliverySerialNmbr(InbDeliverySerialNmbr inbDeliverySerialNmbr)
Create a new
InbDeliverySerialNmbr entity and save it to the S/4HANA system. |
MaintenanceItemObjListCreateFluentHelper |
createMaintenanceItemObjList(MaintenanceItemObjList maintenanceItemObjList)
Create a new
MaintenanceItemObjList entity and save it to the S/4HANA system. |
DeleteAllSerialNumbersFromDeliveryItemFluentHelper |
deleteAllSerialNumbersFromDeliveryItem(String deliveryDocument,
String deliveryDocumentItem)
Creates a fluent helper for the DeleteAllSerialNumbersFromDeliveryItem OData function import.
|
InbDeliveryHeaderDeleteFluentHelper |
deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
Deletes an existing
InbDeliveryHeader
entity in the S/4HANA system. |
InbDeliveryItemDeleteFluentHelper |
deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
Deletes an existing
InbDeliveryItem entity in the S/4HANA system. |
MaintenanceItemObjListDeleteFluentHelper |
deleteMaintenanceItemObjList(MaintenanceItemObjList maintenanceItemObjList)
Deletes an existing
MaintenanceItemObjList entity in the S/4HANA system. |
DeleteSerialNumberFromDeliveryItemFluentHelper |
deleteSerialNumberFromDeliveryItem(String deliveryDocument,
String deliveryDocumentItem,
String serialNumber)
Creates a fluent helper for the DeleteSerialNumberFromDeliveryItem OData function import.
|
InbDeliveryHeaderFluentHelper |
getAllInbDeliveryHeader()
Fetch multiple
InbDeliveryHeader entities. |
InbDeliveryItemFluentHelper |
getAllInbDeliveryItem()
Fetch multiple
InbDeliveryItem entities. |
MaintenanceItemObjListFluentHelper |
getAllMaintenanceItemObjList()
Fetch multiple
MaintenanceItemObjList entities. |
InbDeliveryDocFlowByKeyFluentHelper |
getInbDeliveryDocFlowByKey(String precedingDocument,
String precedingDocumentItem,
String subsequentDocumentCategory)
Fetch a single
InbDeliveryDocFlow entity using key fields. |
InbDeliveryHeaderByKeyFluentHelper |
getInbDeliveryHeaderByKey(String deliveryDocument)
Fetch a single
InbDeliveryHeader entity using key fields. |
InbDeliveryItemByKeyFluentHelper |
getInbDeliveryItemByKey(String deliveryDocument,
String deliveryDocumentItem)
Fetch a single
InbDeliveryItem entity using key fields. |
InbDeliveryPartnerByKeyFluentHelper |
getInbDeliveryPartnerByKey(String partnerFunction,
String sDDocument)
Fetch a single
InbDeliveryPartner entity using key fields. |
InbDeliverySerialNmbrByKeyFluentHelper |
getInbDeliverySerialNmbrByKey(Long maintenanceItemObjectList)
Fetch a single
InbDeliverySerialNmbr entity using key fields. |
MaintenanceItemObjListByKeyFluentHelper |
getMaintenanceItemObjListByKey(Integer maintenanceItemObject,
Long maintenanceItemObjectList)
Fetch a single
MaintenanceItemObjList entity using key fields. |
PostGoodsReceiptFluentHelper |
postGoodsReceipt(String deliveryDocument)
Creates a fluent helper for the PostGoodsReceipt OData function import.
|
PutawayAllItemsFluentHelper |
putawayAllItems(String deliveryDocument)
Creates a fluent helper for the PutawayAllItems OData function import.
|
PutawayOneItemFluentHelper |
putawayOneItem(String deliveryDocument,
String deliveryDocumentItem)
Creates a fluent helper for the PutawayOneItem OData function import.
|
PutawayOneItemWithBaseQuantityFluentHelper |
putawayOneItemWithBaseQuantity(BigDecimal actualDeliveredQtyInBaseUnit,
String baseUnit,
String deliveryDocument,
String deliveryDocumentItem)
Creates a fluent helper for the PutawayOneItemWithBaseQuantity OData function import.
|
PutawayOneItemWithSalesQuantityFluentHelper |
putawayOneItemWithSalesQuantity(BigDecimal actualDeliveryQuantity,
String deliveryDocument,
String deliveryDocumentItem,
String deliveryQuantityUnit)
Creates a fluent helper for the PutawayOneItemWithSalesQuantity OData function import.
|
ReverseGoodsReceiptFluentHelper |
reverseGoodsReceipt(String deliveryDocument,
LocalDateTime actualGoodsMovementDate)
Creates a fluent helper for the ReverseGoodsReceipt OData function import.
|
SetPutawayQuantityWithBaseQuantityFluentHelper |
setPutawayQuantityWithBaseQuantity(BigDecimal actualDeliveredQtyInBaseUnit,
String baseUnit,
String deliveryDocument,
String deliveryDocumentItem)
Creates a fluent helper for the SetPutawayQuantityWithBaseQuantity OData function import.
|
InbDeliveryDocFlowUpdateFluentHelper |
updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow)
Update an existing
InbDeliveryDocFlow entity and save it to the S/4HANA system. |
InbDeliveryHeaderUpdateFluentHelper |
updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
Update an existing
InbDeliveryHeader entity and save it to the S/4HANA system. |
InbDeliveryItemUpdateFluentHelper |
updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
Update an existing
InbDeliveryItem entity and save it to the S/4HANA system. |
MaintenanceItemObjListUpdateFluentHelper |
updateMaintenanceItemObjList(MaintenanceItemObjList maintenanceItemObjList)
Update an existing
MaintenanceItemObjList entity and save it to the S/4HANA system. |
DefaultInboundDeliveryV2Service |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultInboundDeliveryV2Service()
InboundDeliveryV2Service.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultInboundDeliveryV2Service withServicePath(@Nonnull String servicePath)
InboundDeliveryV2Service
withServicePath
in interface InboundDeliveryV2Service
servicePath
- Service path that will override the default.@Nonnull public DefaultInboundDeliveryV2ServiceBatch batch()
batch
in interface BatchService<InboundDeliveryV2ServiceBatch>
@Nonnull public MaintenanceItemObjListFluentHelper getAllMaintenanceItemObjList()
InboundDeliveryV2Service
MaintenanceItemObjList
entities.getAllMaintenanceItemObjList
in interface InboundDeliveryV2Service
MaintenanceItemObjList
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.@Nonnull public MaintenanceItemObjListByKeyFluentHelper getMaintenanceItemObjListByKey(Integer maintenanceItemObject, Long maintenanceItemObjectList)
InboundDeliveryV2Service
MaintenanceItemObjList
entity using key fields.getMaintenanceItemObjListByKey
in interface InboundDeliveryV2Service
maintenanceItemObject
- The object counter is a consecutive number that identifies the objects in the object list.
Constraints: Not nullable
maintenanceItemObjectList
- Number identifying the object list
Constraints: Not nullable
MaintenanceItemObjList
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.@Nonnull public MaintenanceItemObjListCreateFluentHelper createMaintenanceItemObjList(@Nonnull MaintenanceItemObjList maintenanceItemObjList)
InboundDeliveryV2Service
MaintenanceItemObjList
entity and save it to the S/4HANA system.createMaintenanceItemObjList
in interface InboundDeliveryV2Service
maintenanceItemObjList
- MaintenanceItemObjList
entity object that will be created in the S/4HANA system.MaintenanceItemObjList
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemObjListUpdateFluentHelper updateMaintenanceItemObjList(@Nonnull MaintenanceItemObjList maintenanceItemObjList)
InboundDeliveryV2Service
MaintenanceItemObjList
entity and save it to the S/4HANA system.updateMaintenanceItemObjList
in interface InboundDeliveryV2Service
maintenanceItemObjList
- MaintenanceItemObjList
entity object that will be updated in the S/4HANA system.MaintenanceItemObjList
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemObjListDeleteFluentHelper deleteMaintenanceItemObjList(@Nonnull MaintenanceItemObjList maintenanceItemObjList)
InboundDeliveryV2Service
MaintenanceItemObjList
entity in the S/4HANA system.deleteMaintenanceItemObjList
in interface InboundDeliveryV2Service
maintenanceItemObjList
- MaintenanceItemObjList
entity object that will be deleted in the S/4HANA system.MaintenanceItemObjList
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InbDeliveryDocFlowByKeyFluentHelper getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
InboundDeliveryV2Service
InbDeliveryDocFlow
entity using key fields.getInbDeliveryDocFlowByKey
in interface InboundDeliveryV2Service
precedingDocument
- Number that uniquely identifies the preceding sales, delivery, or billing document (for example, the
quotation from which you created a sales order).
Constraints: Not nullable, Maximum length: 10
precedingDocumentItem
- Preceding Item of an SD Document
Constraints: Not nullable, Maximum length: 6
subsequentDocumentCategory
- The document category of the sales document that you have created from a preceding document (for
example, a delivery note that has been created from a sales order).
Constraints: Not nullable, Maximum length: 4
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.@Nonnull public InbDeliveryDocFlowUpdateFluentHelper updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow)
InboundDeliveryV2Service
InbDeliveryDocFlow
entity and save it to the S/4HANA system.updateInbDeliveryDocFlow
in interface InboundDeliveryV2Service
inbDeliveryDocFlow
- InbDeliveryDocFlow
entity object that will be updated in the S/4HANA system.InbDeliveryDocFlow
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InbDeliveryHeaderFluentHelper getAllInbDeliveryHeader()
InboundDeliveryV2Service
InbDeliveryHeader
entities.getAllInbDeliveryHeader
in interface InboundDeliveryV2Service
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.@Nonnull public InbDeliveryHeaderByKeyFluentHelper getInbDeliveryHeaderByKey(String deliveryDocument)
InboundDeliveryV2Service
InbDeliveryHeader
entity using key fields.getInbDeliveryHeaderByKey
in interface InboundDeliveryV2Service
deliveryDocument
- The number that uniquely identifies the delivery.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InboundDeliveryV2Service
InbDeliveryHeader
entity and save it to the S/4HANA system.createInbDeliveryHeader
in interface InboundDeliveryV2Service
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be created in the S/4HANA system.InbDeliveryHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InbDeliveryHeaderUpdateFluentHelper updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InboundDeliveryV2Service
InbDeliveryHeader
entity and save it to the S/4HANA system.updateInbDeliveryHeader
in interface InboundDeliveryV2Service
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be updated in the S/4HANA system.InbDeliveryHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InboundDeliveryV2Service
InbDeliveryHeader
entity in the S/4HANA system.deleteInbDeliveryHeader
in interface InboundDeliveryV2Service
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be deleted in the S/4HANA system.InbDeliveryHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InbDeliveryItemFluentHelper getAllInbDeliveryItem()
InboundDeliveryV2Service
InbDeliveryItem
entities.getAllInbDeliveryItem
in interface InboundDeliveryV2Service
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.@Nonnull public InbDeliveryItemByKeyFluentHelper getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryV2Service
InbDeliveryItem
entity using key fields.getInbDeliveryItemByKey
in interface InboundDeliveryV2Service
deliveryDocument
- The number that uniquely identifies the delivery.
Constraints: Not nullable, Maximum length: 10
deliveryDocumentItem
- The number that uniquely identifies the item in a delivery.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull public InbDeliveryItemUpdateFluentHelper updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
InboundDeliveryV2Service
InbDeliveryItem
entity and save it to the S/4HANA system.updateInbDeliveryItem
in interface InboundDeliveryV2Service
inbDeliveryItem
- InbDeliveryItem
entity object that will be updated in the S/4HANA system.InbDeliveryItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
InboundDeliveryV2Service
InbDeliveryItem
entity in the S/4HANA system.deleteInbDeliveryItem
in interface InboundDeliveryV2Service
inbDeliveryItem
- InbDeliveryItem
entity object that will be deleted in the S/4HANA system.InbDeliveryItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InbDeliveryPartnerByKeyFluentHelper getInbDeliveryPartnerByKey(String partnerFunction, String sDDocument)
InboundDeliveryV2Service
InbDeliveryPartner
entity using key fields.getInbDeliveryPartnerByKey
in interface InboundDeliveryV2Service
partnerFunction
- The abbreviated form of the name that identifies the partner function.
Constraints: Not nullable, Maximum length: 2
sDDocument
- The number that uniquely identifies the sales, delivery, or billing document.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public InbDeliverySerialNmbrByKeyFluentHelper getInbDeliverySerialNmbrByKey(Long maintenanceItemObjectList)
InboundDeliveryV2Service
InbDeliverySerialNmbr
entity using key fields.getInbDeliverySerialNmbrByKey
in interface InboundDeliveryV2Service
maintenanceItemObjectList
- Number identifying the object list
Constraints: Not nullable
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.@Nonnull public InbDeliverySerialNmbrCreateFluentHelper createInbDeliverySerialNmbr(@Nonnull InbDeliverySerialNmbr inbDeliverySerialNmbr)
InboundDeliveryV2Service
InbDeliverySerialNmbr
entity and save it to the S/4HANA system.createInbDeliverySerialNmbr
in interface InboundDeliveryV2Service
inbDeliverySerialNmbr
- InbDeliverySerialNmbr
entity object that will be created in the S/4HANA system.InbDeliverySerialNmbr
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ConfirmPutawayAllItemsFluentHelper confirmPutawayAllItems(String deliveryDocument)
InboundDeliveryV2Service
Creates a fluent helper for the ConfirmPutawayAllItems OData function import.
confirmPutawayAllItems
in interface InboundDeliveryV2Service
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.@Nonnull public ConfirmPutawayOneItemFluentHelper confirmPutawayOneItem(String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryV2Service
Creates a fluent helper for the ConfirmPutawayOneItem OData function import.
confirmPutawayOneItem
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.@Nonnull public PostGoodsReceiptFluentHelper postGoodsReceipt(String deliveryDocument)
InboundDeliveryV2Service
Creates a fluent helper for the PostGoodsReceipt OData function import.
postGoodsReceipt
in interface InboundDeliveryV2Service
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.@Nonnull public PutawayAllItemsFluentHelper putawayAllItems(String deliveryDocument)
InboundDeliveryV2Service
Creates a fluent helper for the PutawayAllItems OData function import.
putawayAllItems
in interface InboundDeliveryV2Service
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.@Nonnull public PutawayOneItemFluentHelper putawayOneItem(String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryV2Service
Creates a fluent helper for the PutawayOneItem OData function import.
putawayOneItem
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.@Nonnull public ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(String deliveryDocument, LocalDateTime actualGoodsMovementDate)
InboundDeliveryV2Service
Creates a fluent helper for the ReverseGoodsReceipt OData function import.
reverseGoodsReceipt
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.@Nonnull public AddSerialNumberToDeliveryItemFluentHelper addSerialNumberToDeliveryItem(String deliveryDocument, String deliveryDocumentItem, String serialNumber)
InboundDeliveryV2Service
Creates a fluent helper for the AddSerialNumberToDeliveryItem OData function import.
addSerialNumberToDeliveryItem
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.@Nonnull public DeleteAllSerialNumbersFromDeliveryItemFluentHelper deleteAllSerialNumbersFromDeliveryItem(String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryV2Service
Creates a fluent helper for the DeleteAllSerialNumbersFromDeliveryItem OData function import.
deleteAllSerialNumbersFromDeliveryItem
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.@Nonnull public DeleteSerialNumberFromDeliveryItemFluentHelper deleteSerialNumberFromDeliveryItem(String deliveryDocument, String deliveryDocumentItem, String serialNumber)
InboundDeliveryV2Service
Creates a fluent helper for the DeleteSerialNumberFromDeliveryItem OData function import.
deleteSerialNumberFromDeliveryItem
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.@Nonnull public SetPutawayQuantityWithBaseQuantityFluentHelper setPutawayQuantityWithBaseQuantity(BigDecimal actualDeliveredQtyInBaseUnit, String baseUnit, String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryV2Service
Creates a fluent helper for the SetPutawayQuantityWithBaseQuantity OData function import.
setPutawayQuantityWithBaseQuantity
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.@Nonnull public PutawayOneItemWithBaseQuantityFluentHelper putawayOneItemWithBaseQuantity(BigDecimal actualDeliveredQtyInBaseUnit, String baseUnit, String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryV2Service
Creates a fluent helper for the PutawayOneItemWithBaseQuantity OData function import.
putawayOneItemWithBaseQuantity
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.@Nonnull public PutawayOneItemWithSalesQuantityFluentHelper putawayOneItemWithSalesQuantity(BigDecimal actualDeliveryQuantity, String deliveryDocument, String deliveryDocumentItem, String deliveryQuantityUnit)
InboundDeliveryV2Service
Creates a fluent helper for the PutawayOneItemWithSalesQuantity OData function import.
putawayOneItemWithSalesQuantity
in interface InboundDeliveryV2Service
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
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.