Modifier and Type | Method and Description |
---|---|
Division |
build() |
Division.DivisionBuilder |
division(String division)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Division.DivisionBuilder |
text(DivisionText... value)
Navigation property to_Text for Division to multiple DivisionText.
|
String |
toString() |
@Nonnull public Division.DivisionBuilder text(DivisionText... value)
value
- The DivisionTexts to build this Division with.public Division.DivisionBuilder division(@Nullable String division)
Original property name from the Odata EDM: Division
A product or service is always assigned to just one division. From the point of view of sales and distribution, the use of divisions lets you organize your sales structure around groups of similar products or product lines. This allows the people in a division who process orders and service customers to specialize within a manageable area of expertise.If a sales organization sells food and non-food products through both retail and wholesaledistribution channels each distribution channel could then be further split into food and non-food divisions.
areas and the business areas for a material, product, or service.this
.public Division build()
Copyright © 2020 SAP SE. All rights reserved.