public static class ProductSalesText.ProductSalesTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductSalesText |
build() |
ProductSalesText.ProductSalesTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProductSalesText.ProductSalesTextBuilder |
longText(String longText)
Constraints: none
|
ProductSalesText.ProductSalesTextBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
ProductSalesText.ProductSalesTextBuilder |
productDistributionChnl(String productDistributionChnl)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProductSalesText.ProductSalesTextBuilder |
productSalesOrg(String productSalesOrg)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
@Nonnull public ProductSalesText.ProductSalesTextBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductSalesText.ProductSalesTextBuilder productSalesOrg(@Nullable String productSalesOrg)
Original property name from the Odata EDM: ProductSalesOrg
You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area.
sales organization may include legal liability for products and customer claims.this
.@Nonnull public ProductSalesText.ProductSalesTextBuilder productDistributionChnl(@Nullable String productDistributionChnl)
Original property name from the Odata EDM: ProductDistributionChnl
You can maintain information about customers and products by sales organization and distribution channel. Within a sales organization you can deliver goods to a given customer through more than one distribution channel.You can assign a distribution channel to one or more sales organizations. If, for example, you have numerous sales organizations, each sales organization may use the "Wholesale" distribution channel.For each combination of sales organization and distribution channel, you can further assign one or more of the divisions that are defined for the sales organization. You can, for example, assign "Food" and "Non-food" divisions to the "Wholesale" distribution channel. A particular combination of sales organization, distribution channel, and division is known as a sales area.
wholesale, retail, or direct sales.this
.@Nonnull public ProductSalesText.ProductSalesTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public ProductSalesText.ProductSalesTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.@Nonnull public ProductSalesText build()
Copyright © 2021 SAP SE. All rights reserved.