public static final class DistributionChannelText.DistributionChannelTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DistributionChannelText |
build() |
DistributionChannelText.DistributionChannelTextBuilder |
cnsldtnDistributionChannel(DistributionChannel value)
Navigation property to_CnsldtnDistributionChannel for DistributionChannelText to single
DistributionChannel.
|
DistributionChannelText.DistributionChannelTextBuilder |
distributionChannel(String distributionChannel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
DistributionChannelText.DistributionChannelTextBuilder |
distributionChannelText(String distributionChannelText)
Constraints: Not nullable, Maximum length: 20
|
DistributionChannelText.DistributionChannelTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public DistributionChannelText.DistributionChannelTextBuilder cnsldtnDistributionChannel(DistributionChannel value)
value
- The DistributionChannel to build this DistributionChannelText with.public DistributionChannelText.DistributionChannelTextBuilder 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.
public DistributionChannelText.DistributionChannelTextBuilder distributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
You can maintain information about customers and materials 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.public DistributionChannelText.DistributionChannelTextBuilder distributionChannelText(@Nullable String distributionChannelText)
Original property name from the Odata EDM: DistributionChannelText
public DistributionChannelText build()
Copyright © 2019 SAP SE. All rights reserved.