public class ProductSalesDeliveryByKeyFluentHelper extends FluentHelperByKey<ProductSalesDeliveryByKeyFluentHelper,ProductSalesDelivery,ProductSalesDeliverySelectable>
ProductSalesDelivery
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 |
---|
ProductSalesDeliveryByKeyFluentHelper(String product,
String productSalesOrg,
String productDistributionChnl)
Creates a fluent helper object that will fetch a single
ProductSalesDelivery entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public ProductSalesDeliveryByKeyFluentHelper(String product, String productSalesOrg, String productDistributionChnl)
ProductSalesDelivery
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.product
- Product NumberConstraints: Not nullable, Maximum length: 40
productDistributionChnl
- Distribution ChannelConstraints: Not nullable, Maximum length: 2
productSalesOrg
- Sales OrganizationConstraints: Not nullable, Maximum length: 4
Copyright © 2018 SAP SE. All rights reserved.