public class ChangeMstrObMgReMatlBOMByKeyFluentHelper extends FluentHelperByKey<ChangeMstrObMgReMatlBOMByKeyFluentHelper,ChangeMstrObMgReMatlBOM,ChangeMstrObMgReMatlBOMSelectable>
ChangeMstrObMgReMatlBOM
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.Constructor and Description |
---|
ChangeMstrObMgReMatlBOMByKeyFluentHelper(String changeNumber,
String material,
String plant,
String billOfMaterialVariantUsage)
Creates a fluent helper object that will fetch a single
ChangeMstrObMgReMatlBOM entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public ChangeMstrObMgReMatlBOMByKeyFluentHelper(String changeNumber, String material, String plant, String billOfMaterialVariantUsage)
ChangeMstrObMgReMatlBOM
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.material
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
changeNumber
- Number used to uniquely identify a change master record.Constraints: Not nullable, Maximum length: 12
billOfMaterialVariantUsage
- This key defines the area (such as engineering/design or production) where a BOM can be used.Constraints: Not nullable, Maximum length: 1
Copyright © 2018 SAP SE. All rights reserved.