public static final class SalesDistrictText.SalesDistrictTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SalesDistrictText |
build() |
SalesDistrictText.SalesDistrictTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SalesDistrictText.SalesDistrictTextBuilder |
salesDistrict(SalesDistrict value)
Navigation property to_SalesDistrict for SalesDistrictText to single SalesDistrict.
|
SalesDistrictText.SalesDistrictTextBuilder |
salesDistrict(String value)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
SalesDistrictText.SalesDistrictTextBuilder |
salesDistrictName(String salesDistrictName)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
@Nonnull public SalesDistrictText.SalesDistrictTextBuilder salesDistrict(SalesDistrict value)
value
- The SalesDistrict to build this SalesDistrictText with.@Nonnull public SalesDistrictText.SalesDistrictTextBuilder salesDistrict(String value)
Original property name from the Odata EDM: SalesDistrict
Each customer can be assigned to a sales district. You can use sales districts to apply pricing conditions. When you want to generate sales statistics, you can use sales districts as a selection criteria.The system can propose a value from the customer master record of the sold-to party. You can change the value manually in the document at the header or item level.
value
- The salesDistrict to build this SalesDistrictText with.@Nonnull public SalesDistrictText.SalesDistrictTextBuilder 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 SalesDistrictText.SalesDistrictTextBuilder salesDistrictName(@Nullable String salesDistrictName)
Original property name from the Odata EDM: SalesDistrictName
this
.@Nonnull public SalesDistrictText build()
Copyright © 2021 SAP SE. All rights reserved.