public class InbDeliveryDocFlowByKeyFluentHelper extends FluentHelperByKey<InbDeliveryDocFlowByKeyFluentHelper,InbDeliveryDocFlow,InbDeliveryDocFlowSelectable>
InbDeliveryDocFlow
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.Constructor and Description |
---|
InbDeliveryDocFlowByKeyFluentHelper(String precedingDocument,
String precedingDocumentItem,
String subsequentDocumentCategory)
Creates a fluent helper object that will fetch a single
InbDeliveryDocFlow entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public InbDeliveryDocFlowByKeyFluentHelper(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
InbDeliveryDocFlow
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.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
Copyright © 2018 SAP SE. All rights reserved.