public static final class SalesDistrict.SalesDistrictBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SalesDistrict |
build() |
SalesDistrict.SalesDistrictBuilder |
salesDistrict(String salesDistrict)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
SalesDistrict.SalesDistrictBuilder |
text(SalesDistrictText... value)
Navigation property to_Text for SalesDistrict to multiple SalesDistrictText.
|
String |
toString() |
@Nonnull public SalesDistrict.SalesDistrictBuilder text(SalesDistrictText... value)
value
- The SalesDistrictTexts to build this SalesDistrict with.@Nonnull public SalesDistrict.SalesDistrictBuilder salesDistrict(@Nullable String salesDistrict)
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.
this
.@Nonnull public SalesDistrict build()
Copyright © 2020 SAP SE. All rights reserved.