public interface 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) |
InbDeliveryDocFlowFluentHelper getAllInbDeliveryDocFlow()
InbDeliveryDocFlow
entities.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.InbDeliveryDocFlowByKeyFluentHelper getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
InbDeliveryDocFlow
entity using key fields.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.InbDeliveryHeaderFluentHelper getAllInbDeliveryHeader()
InbDeliveryHeader
entities.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.InbDeliveryHeaderByKeyFluentHelper getInbDeliveryHeaderByKey(String deliveryDocument)
InbDeliveryHeader
entity using key fields.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.InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.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.InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity in the S/4HANA system.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.InbDeliveryItemFluentHelper getAllInbDeliveryItem()
InbDeliveryItem
entities.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.InbDeliveryItemByKeyFluentHelper getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem)
InbDeliveryItem
entity using key fields.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.InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity in the S/4HANA system.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.