@Named public class DefaultReadCreateAndDeleteInboundDeliveriesService extends Object implements ReadCreateAndDeleteInboundDeliveriesService
This service enables you to read, create, and delete inbound deliveries in an API call. It can be consumed in Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_INBOUND_DELIVERY_SRV |
API Version: | 1 |
Communication Scenario: | Delivery Processing Integration (SAP_COM_0106) |
Scope Items: | Free of Charge Delivery (BDA) |
Constructor and Description |
---|
DefaultReadCreateAndDeleteInboundDeliveriesService() |
public DefaultReadCreateAndDeleteInboundDeliveriesService()
public InbDeliveryDocFlowFluentHelper getAllInbDeliveryDocFlow()
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryDocFlow
entities.getAllInbDeliveryDocFlow
in interface ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryDocFlow
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.public InbDeliveryDocFlowByKeyFluentHelper getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryDocFlow
entity using key fields.getInbDeliveryDocFlowByKey
in interface ReadCreateAndDeleteInboundDeliveriesService
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 DocumentConstraints: 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.public InbDeliveryHeaderFluentHelper getAllInbDeliveryHeader()
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryHeader
entities.getAllInbDeliveryHeader
in interface ReadCreateAndDeleteInboundDeliveriesService
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.public InbDeliveryHeaderByKeyFluentHelper getInbDeliveryHeaderByKey(String deliveryDocument)
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryHeader
entity using key fields.getInbDeliveryHeaderByKey
in interface ReadCreateAndDeleteInboundDeliveriesService
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.public InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryHeader
entity and save it to the S/4HANA system.createInbDeliveryHeader
in interface ReadCreateAndDeleteInboundDeliveriesService
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.public InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryHeader
entity in the S/4HANA system.deleteInbDeliveryHeader
in interface ReadCreateAndDeleteInboundDeliveriesService
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.public InbDeliveryItemFluentHelper getAllInbDeliveryItem()
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryItem
entities.getAllInbDeliveryItem
in interface ReadCreateAndDeleteInboundDeliveriesService
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.public InbDeliveryItemByKeyFluentHelper getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem)
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryItem
entity using key fields.getInbDeliveryItemByKey
in interface ReadCreateAndDeleteInboundDeliveriesService
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.public InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
ReadCreateAndDeleteInboundDeliveriesService
InbDeliveryItem
entity in the S/4HANA system.deleteInbDeliveryItem
in interface ReadCreateAndDeleteInboundDeliveriesService
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.Copyright © 2017 SAP SE. All rights reserved.