public static final class DistributionChannelText.DistributionChannelTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DistributionChannelText |
build() |
DistributionChannelText.DistributionChannelTextBuilder |
distributionChannel(DistributionChannel value)
Navigation property to_DistributionChannel for DistributionChannelText to single
DistributionChannel.
|
DistributionChannelText.DistributionChannelTextBuilder |
distributionChannel(String value)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
DistributionChannelText.DistributionChannelTextBuilder |
distributionChannelName(String distributionChannelName)
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 distributionChannel(DistributionChannel value)
value
- The DistributionChannel to build this DistributionChannelText with.@Nonnull public DistributionChannelText.DistributionChannelTextBuilder distributionChannel(String value)
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.
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 distributionChannelName(@Nullable String distributionChannelName)
Original property name from the Odata EDM: DistributionChannelName
public DistributionChannelText build()
Copyright © 2020 SAP SE. All rights reserved.