public class CustSalesPartnerFuncByKeyFluentHelper extends FluentHelperByKey<CustSalesPartnerFuncByKeyFluentHelper,CustSalesPartnerFunc,CustSalesPartnerFuncSelectable>
CustSalesPartnerFunc
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 |
---|
CustSalesPartnerFuncByKeyFluentHelper(String customer,
String salesOrganization,
String distributionChannel,
String division,
String partnerCounter,
String partnerFunction)
Creates a fluent helper object that will fetch a single
CustSalesPartnerFunc entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public CustSalesPartnerFuncByKeyFluentHelper(String customer, String salesOrganization, String distributionChannel, String division, String partnerCounter, String partnerFunction)
CustSalesPartnerFunc
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.division
- A way of grouping materials, products, or services. The system uses divisions to determine the sales areas and the business areas for a material, product, or service.Constraints: Not nullable, Maximum length: 2
partnerFunction
- The abbreviated form of the name that identifies the partner function.Constraints: Not nullable, Maximum length: 2
partnerCounter
- The sequential number that the system applies when there is more than one partner for a particular partner function.Constraints: Not nullable, Maximum length: 3
distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels are wholesale, retail, or direct sales.Constraints: Not nullable, Maximum length: 2
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims.Constraints: Not nullable, Maximum length: 4
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.Constraints: Not nullable, Maximum length: 10
Copyright © 2018 SAP SE. All rights reserved.