public static final class DistributionChannel.DistributionChannelBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DistributionChannel |
build() |
DistributionChannel.DistributionChannelBuilder |
distributionChannel(String distributionChannel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
DistributionChannel.DistributionChannelBuilder |
text(DistributionChannelText... value)
Navigation property to_Text for DistributionChannel to multiple DistributionChannelText.
|
String |
toString() |
@Nonnull public DistributionChannel.DistributionChannelBuilder text(DistributionChannelText... value)
value
- The DistributionChannelTexts to build this DistributionChannel with.@Nonnull public DistributionChannel.DistributionChannelBuilder 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.this
.@Nonnull public DistributionChannel build()
Copyright © 2021 SAP SE. All rights reserved.