public static final class DistributionChannel.DistributionChannelBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DistributionChannel.DistributionChannelBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
DistributionChannel |
build() |
DistributionChannel.DistributionChannelBuilder |
cnsldtnDistributionChnlT(DistributionChannelText... value)
Navigation property to_CnsldtnDistributionChnlT for DistributionChannel to multiple
DistributionChannelText.
|
DistributionChannel.DistributionChannelBuilder |
distributionChannel_Text(String distributionChannel_Text)
Constraints: Not nullable, Maximum length: 20
|
DistributionChannel.DistributionChannelBuilder |
distributionChannel(String distributionChannel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public DistributionChannel.DistributionChannelBuilder cnsldtnDistributionChnlT(DistributionChannelText... value)
value
- The DistributionChannelTexts to build this DistributionChannel with.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
.public DistributionChannel.DistributionChannelBuilder distributionChannel_Text(@Nullable String distributionChannel_Text)
Original property name from the Odata EDM: DistributionChannel_Text
this
.public DistributionChannel.DistributionChannelBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.public DistributionChannel build()
Copyright © 2020 SAP SE. All rights reserved.