public static final class ProductGroup.ProductGroupBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductGroup.ProductGroupBuilder |
authorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
ProductGroup |
build() |
ProductGroup.ProductGroupBuilder |
materialGroup(String materialGroup)
(Key Field) Constraints: Not nullable, Maximum length: 9
|
ProductGroup.ProductGroupBuilder |
text(ProductGroupText... value)
Navigation property to_Text for ProductGroup to multiple ProductGroupText.
|
String |
toString() |
@Nonnull public ProductGroup.ProductGroupBuilder text(ProductGroupText... value)
value
- The ProductGroupTexts to build this ProductGroup with.@Nonnull public ProductGroup.ProductGroupBuilder materialGroup(@Nullable String materialGroup)
Original property name from the Odata EDM: MaterialGroup
You can use product groups to:Restrict the scope of analysesSearch specifically for product master records via search helpsIf you have not defined a product group hierarchy using the classification system, you maintain product groups in Customizing for the Material Master in Define material groups.If you have defined a product group hierarchy, which is normally the case in retail, you maintain product groups in Customizing for Material Groups or from the initial Retailing screen by choosing Master data -> Material group.
them to a particular product group.this
.@Nonnull public ProductGroup.ProductGroupBuilder authorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
In order to carry out a specific activity, the user must have authorization for the combination of the activity and the authorization group.
this
.@Nonnull public ProductGroup build()
Copyright © 2021 SAP SE. All rights reserved.