public class ProductPlantQualityMgmt extends VdmEntity<ProductPlantQualityMgmt>
Modifier and Type | Class and Description |
---|---|
static class |
ProductPlantQualityMgmt.ProductPlantQualityMgmtBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductPlantQualityMgmtSelectable |
ALL_FIELDS
Selector for all available fields of ProductPlantQualityMgmt.
|
static ProductPlantQualityMgmtField<Boolean> |
HAS_POST_TO_INSPECTION_STOCK
Use with available fluent helpers to apply the HasPostToInspectionStock field to query operations.
|
static ProductPlantQualityMgmtField<String> |
MATL_QUALITY_AUTHORIZATION_GROUP
Use with available fluent helpers to apply the MatlQualityAuthorizationGroup field to query operations.
|
static ProductPlantQualityMgmtField<BigDecimal> |
MAXIMUM_STORAGE_PERIOD
Use with available fluent helpers to apply the MaximumStoragePeriod field to query operations.
|
static ProductPlantQualityMgmtField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProductPlantQualityMgmtField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductPlantQualityMgmtField<String> |
QUALITY_MGMT_CTRL_KEY
Use with available fluent helpers to apply the QualityMgmtCtrlKey field to query operations.
|
Constructor and Description |
---|
ProductPlantQualityMgmt() |
ProductPlantQualityMgmt(String product,
String plant,
BigDecimal maximumStoragePeriod,
String qualityMgmtCtrlKey,
String matlQualityAuthorizationGroup,
Boolean hasPostToInspectionStock,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductPlantQualityMgmt.ProductPlantQualityMgmtBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProductPlantQualityMgmtField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Boolean |
getHasPostToInspectionStock()
Constraints: noneYou can select this indicator, if no stock-relevant inspection type has been selected in the inspection setup, and therefore no stock-relevant inspection lots can be created.If you activate a stock-relevant inspection type, the entry in this field is deselected and can no longer be maintained.
|
String |
getMatlQualityAuthorizationGroup()
Constraints: Not nullable, Maximum length: 6 Relevant objects and activities in QM:Changing the material authorization group in the QM material masterIf you want to change the authorization group, you require the relevant authorization for this group.Maintaining the material specificationProcessing inspection lotsProcessing inspection results (characteristic inspection results and defects data)Processing completion of the inspection and usage decisionMaintaining the quality levelMaintaining the quality information recordsWhen you enter a material authorization group in the material master record, the system checks (on a material basis) if the user has authorization for the objects named above.If there is no authorization group entered, no authorization check is carried out.In order to pass the authorization check, the user needs material authorization, which contains the relevant authorization group as the field value.Using the material authorization group, you can control which approvals should be issued during inspection lot processing.
|
BigDecimal |
getMaximumStoragePeriod()
Constraints: Not nullable, Precision: 5, Scale: 0 The value displayed here is for informational purposes only.
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getQualityMgmtCtrlKey()
Constraints: Not nullable, Maximum length: 8 If you activate the indicator for QM in procurement in the material master record at the client level, you must also store a control key at the plant level for quality management in procurement.Depending on the control indicators in the control key, you may have to maintain additional data.
|
Class<ProductPlantQualityMgmt> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setHasPostToInspectionStock(Boolean hasPostToInspectionStock)
Constraints: noneYou can select this indicator, if no stock-relevant inspection type has been selected in the inspection setup, and therefore no stock-relevant inspection lots can be created.If you activate a stock-relevant inspection type, the entry in this field is deselected and can no longer be maintained.
|
void |
setMatlQualityAuthorizationGroup(String matlQualityAuthorizationGroup)
Constraints: Not nullable, Maximum length: 6 Relevant objects and activities in QM:Changing the material authorization group in the QM material masterIf you want to change the authorization group, you require the relevant authorization for this group.Maintaining the material specificationProcessing inspection lotsProcessing inspection results (characteristic inspection results and defects data)Processing completion of the inspection and usage decisionMaintaining the quality levelMaintaining the quality information recordsWhen you enter a material authorization group in the material master record, the system checks (on a material basis) if the user has authorization for the objects named above.If there is no authorization group entered, no authorization check is carried out.In order to pass the authorization check, the user needs material authorization, which contains the relevant authorization group as the field value.Using the material authorization group, you can control which approvals should be issued during inspection lot processing.
|
void |
setMaximumStoragePeriod(BigDecimal maximumStoragePeriod)
Constraints: Not nullable, Precision: 5, Scale: 0 The value displayed here is for informational purposes only.
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setQualityMgmtCtrlKey(String qualityMgmtCtrlKey)
Constraints: Not nullable, Maximum length: 8 If you activate the indicator for QM in procurement in the material master record at the client level, you must also store a control key at the plant level for quality management in procurement.Depending on the control indicators in the control key, you may have to maintain additional data.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ProductPlantQualityMgmtSelectable ALL_FIELDS
public static final ProductPlantQualityMgmtField<String> PRODUCT
public static final ProductPlantQualityMgmtField<String> PLANT
public static final ProductPlantQualityMgmtField<BigDecimal> MAXIMUM_STORAGE_PERIOD
public static final ProductPlantQualityMgmtField<String> QUALITY_MGMT_CTRL_KEY
public static final ProductPlantQualityMgmtField<String> MATL_QUALITY_AUTHORIZATION_GROUP
public static final ProductPlantQualityMgmtField<Boolean> HAS_POST_TO_INSPECTION_STOCK
public ProductPlantQualityMgmt()
public ProductPlantQualityMgmt(@Nullable String product, @Nullable String plant, @Nullable BigDecimal maximumStoragePeriod, @Nullable String qualityMgmtCtrlKey, @Nullable String matlQualityAuthorizationGroup, @Nullable Boolean hasPostToInspectionStock, @Nullable ErpConfigContext erpConfigContext)
public Class<ProductPlantQualityMgmt> getType()
getType
in class VdmObject<ProductPlantQualityMgmt>
public static <T> ProductPlantQualityMgmtField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.public static ProductPlantQualityMgmt.ProductPlantQualityMgmtBuilder builder()
@Nullable public String getProduct()
@Nullable public String getPlant()
@Nullable public BigDecimal getMaximumStoragePeriod()
The value displayed here is for informational purposes only. The field has no functional importance; in particular, there is no functional connection between this and the following fields:Minimum Remaining Shelf LifeTotal Shelf LifeStorage Percentage
@Nullable public String getQualityMgmtCtrlKey()
If you activate the indicator for QM in procurement in the material master record at the client level, you must also store a control key at the plant level for quality management in procurement.Depending on the control indicators in the control key, you may have to maintain additional data.
@Nullable public String getMatlQualityAuthorizationGroup()
Relevant objects and activities in QM:Changing the material authorization group in the QM material masterIf you want to change the authorization group, you require the relevant authorization for this group.Maintaining the material specificationProcessing inspection lotsProcessing inspection results (characteristic inspection results and defects data)Processing completion of the inspection and usage decisionMaintaining the quality levelMaintaining the quality information recordsWhen you enter a material authorization group in the material master record, the system checks (on a material basis) if the user has authorization for the objects named above.If there is no authorization group entered, no authorization check is carried out.In order to pass the authorization check, the user needs material authorization, which contains the relevant authorization group as the field value.Using the material authorization group, you can control which approvals should be issued during inspection lot processing.
@Nullable public Boolean getHasPostToInspectionStock()
You can select this indicator, if no stock-relevant inspection type has been selected in the inspection setup, and therefore no stock-relevant inspection lots can be created.If you activate a stock-relevant inspection type, the entry in this field is deselected and can no longer be maintained. In this case, a corresponding indicator in the inspection type controls whether goods are posted to inspection stock.
@Nullable public ErpConfigContext getErpConfigContext()
public void setProduct(@Nullable String product)
product
- public void setPlant(@Nullable String plant)
plant
- public void setMaximumStoragePeriod(@Nullable BigDecimal maximumStoragePeriod)
The value displayed here is for informational purposes only. The field has no functional importance; in particular, there is no functional connection between this and the following fields:Minimum Remaining Shelf LifeTotal Shelf LifeStorage Percentage
maximumStoragePeriod
- public void setQualityMgmtCtrlKey(@Nullable String qualityMgmtCtrlKey)
If you activate the indicator for QM in procurement in the material master record at the client level, you must also store a control key at the plant level for quality management in procurement.Depending on the control indicators in the control key, you may have to maintain additional data.
qualityMgmtCtrlKey
- public void setMatlQualityAuthorizationGroup(@Nullable String matlQualityAuthorizationGroup)
Relevant objects and activities in QM:Changing the material authorization group in the QM material masterIf you want to change the authorization group, you require the relevant authorization for this group.Maintaining the material specificationProcessing inspection lotsProcessing inspection results (characteristic inspection results and defects data)Processing completion of the inspection and usage decisionMaintaining the quality levelMaintaining the quality information recordsWhen you enter a material authorization group in the material master record, the system checks (on a material basis) if the user has authorization for the objects named above.If there is no authorization group entered, no authorization check is carried out.In order to pass the authorization check, the user needs material authorization, which contains the relevant authorization group as the field value.Using the material authorization group, you can control which approvals should be issued during inspection lot processing.
matlQualityAuthorizationGroup
- public void setHasPostToInspectionStock(@Nullable Boolean hasPostToInspectionStock)
You can select this indicator, if no stock-relevant inspection type has been selected in the inspection setup, and therefore no stock-relevant inspection lots can be created.If you activate a stock-relevant inspection type, the entry in this field is deselected and can no longer be maintained. In this case, a corresponding indicator in the inspection type controls whether goods are posted to inspection stock.
hasPostToInspectionStock
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ProductPlantQualityMgmt>
public boolean equals(Object o)
equals
in class VdmObject<ProductPlantQualityMgmt>
public int hashCode()
hashCode
in class VdmObject<ProductPlantQualityMgmt>
Copyright © 2018 SAP SE. All rights reserved.