public static class SpecStatusSchema.SpecStatusSchemaBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SpecStatusSchema |
build() |
SpecStatusSchema.SpecStatusSchemaBuilder |
specificationHdrStsDfltSchema(Boolean specificationHdrStsDfltSchema)
Constraints: none
|
SpecStatusSchema.SpecStatusSchemaBuilder |
specificationHdrStsSchema(String specificationHdrStsSchema)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
SpecStatusSchema.SpecStatusSchemaBuilder |
specificationType(String specificationType)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
public SpecStatusSchema.SpecStatusSchemaBuilder specificationType(@Nullable String specificationType)
Original property name from the Odata EDM: SpecificationType
For materials, you can define a default status scheme based on the material type, for example.You can define the input help for subobject types in Customizing for Status and Action Management under Define Status Scheme.
Web UI, if you select a subobject type and then select the Status tab, the system automatically displays this default status scheme. This applies only for objects that have subobject types. If an object does not have a subobject type, you leave this field empty.public SpecStatusSchema.SpecStatusSchemaBuilder specificationHdrStsSchema(@Nullable String specificationHdrStsSchema)
Original property name from the Odata EDM: SpecificationHdrStsSchema
You define a status scheme in Customizing for Recipe Development under Status Management -> Define Status Scheme.
public SpecStatusSchema.SpecStatusSchemaBuilder specificationHdrStsDfltSchema(@Nullable Boolean specificationHdrStsDfltSchema)
Original property name from the Odata EDM: SpecificationHdrStsDfltSchema
If you select the Status tab, the system automatically displays the default status scheme you have defined here.
public SpecStatusSchema build()
Copyright © 2019 SAP SE. All rights reserved.