public static final class ProductGroupText.ProductGroupTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductGroupText |
build() |
ProductGroupText.ProductGroupTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProductGroupText.ProductGroupTextBuilder |
materialGroup(ProductGroup value)
Navigation property to_MaterialGroup for ProductGroupText to single ProductGroup.
|
ProductGroupText.ProductGroupTextBuilder |
materialGroup(String value)
(Key Field) Constraints: Not nullable, Maximum length: 9
|
ProductGroupText.ProductGroupTextBuilder |
materialGroupName(String materialGroupName)
Constraints: Not nullable, Maximum length: 20
|
ProductGroupText.ProductGroupTextBuilder |
materialGroupText(String materialGroupText)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
@Nonnull public ProductGroupText.ProductGroupTextBuilder materialGroup(ProductGroup value)
value
- The ProductGroup to build this ProductGroupText with.@Nonnull public ProductGroupText.ProductGroupTextBuilder materialGroup(String value)
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.
value
- The materialGroup to build this ProductGroupText with.public ProductGroupText.ProductGroupTextBuilder 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.
public ProductGroupText.ProductGroupTextBuilder materialGroupName(@Nullable String materialGroupName)
Original property name from the Odata EDM: MaterialGroupName
public ProductGroupText.ProductGroupTextBuilder materialGroupText(@Nullable String materialGroupText)
Original property name from the Odata EDM: MaterialGroupText
public ProductGroupText build()
Copyright © 2019 SAP SE. All rights reserved.