public static final class OrganizationDivision.OrganizationDivisionBuilder extends Object
Modifier and Type | Method and Description |
---|---|
OrganizationDivision.OrganizationDivisionBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
OrganizationDivision |
build() |
OrganizationDivision.OrganizationDivisionBuilder |
cnsldtnDivisionT(OrganizationDivisionText... value)
Navigation property to_CnsldtnDivisionT for OrganizationDivision to multiple
OrganizationDivisionText.
|
OrganizationDivision.OrganizationDivisionBuilder |
division_Text(String division_Text)
Constraints: Not nullable, Maximum length: 20
|
OrganizationDivision.OrganizationDivisionBuilder |
division(String division)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public OrganizationDivision.OrganizationDivisionBuilder cnsldtnDivisionT(OrganizationDivisionText... value)
value
- The OrganizationDivisionTexts to build this OrganizationDivision with.@Nonnull public OrganizationDivision.OrganizationDivisionBuilder 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
.@Nonnull public OrganizationDivision.OrganizationDivisionBuilder division_Text(@Nullable String division_Text)
Original property name from the Odata EDM: Division_Text
this
.@Nonnull public OrganizationDivision.OrganizationDivisionBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.@Nonnull public OrganizationDivision build()
Copyright © 2021 SAP SE. All rights reserved.