public class CustomerSalesAreaTaxByKeyFluentHelper extends FluentHelperByKey<CustomerSalesAreaTaxByKeyFluentHelper,CustomerSalesAreaTax,CustomerSalesAreaTaxSelectable>
CustomerSalesAreaTax
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 |
---|
CustomerSalesAreaTaxByKeyFluentHelper(String customer,
String salesOrganization,
String distributionChannel,
String division,
String departureCountry,
String customerTaxCategory)
Creates a fluent helper object that will fetch a single
CustomerSalesAreaTax entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<CustomerSalesAreaTax> |
getEntityClass() |
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, getQueryBuilder, select, toQuery, withErrorHandler
execute, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getThis, getVersionIdentifier, withCustomHttpHeader, withCustomHttpHeaders, withHttpHeader
public CustomerSalesAreaTaxByKeyFluentHelper(String customer, String salesOrganization, String distributionChannel, String division, String departureCountry, String customerTaxCategory)
CustomerSalesAreaTax
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
departureCountry
- Identifies the country in which the delivery originates.Constraints: Not nullable, Maximum length: 3
distributionChannel
- Specifies a distribution channel that you want to use as a reference for customer and material master data for other distribution channels.Constraints: Not nullable, Maximum length: 2
customerTaxCategory
- Identifies the condition that the system uses to automatically determine country-specific taxes during pricing.Constraints: Not nullable, Maximum length: 4
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
protected Class<CustomerSalesAreaTax> getEntityClass()
getEntityClass
in class FluentHelperBasic<CustomerSalesAreaTaxByKeyFluentHelper,CustomerSalesAreaTax,CustomerSalesAreaTax>
protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<CustomerSalesAreaTaxByKeyFluentHelper,CustomerSalesAreaTax,CustomerSalesAreaTaxSelectable>
Copyright © 2018 SAP SE. All rights reserved.