Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductPlantQualityMgmt" of service "API_PRODUCT_SRV". This service is part of the following communication scenarios: Distributed Manufacturing Integration (SAP_COM_0077), SAP Analytics Cloud for Planning Integration (SAP_COM_0087), Product Integration (SAP_COM_0009). See https://api.sap.com/api/API_PRODUCT_SRV for more information.

Hierarchy

  • any
    • ProductPlantQualityMgmt

Implements

Index

Properties

hasPostToInspectionStock

hasPostToInspectionStock: boolean

Has Post to Inspection Stock. Specifies whether the product is subject to quality inspection (without inspection lot processing) and whether a goods receipt is posted to inspection stock. The indicator is copied to purchase order items and goods receipt items as a default value. 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

matlQualityAuthorizationGroup

matlQualityAuthorizationGroup: string

Material Authorization Group for Activities in QM. The material authorization group restricts user access to material-related data in QM. 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. Maximum length: 6.

nullable

maximumStoragePeriod

maximumStoragePeriod: BigNumber

Maximum Storage Period. The longest amount of time allowed for storing the material. 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

plant

plant: string

Plant. Key uniquely identifying a plant. Maximum length: 4.

product

product: string

Material Number. Alphanumeric key uniquely identifying the material. Maximum length: 40.

qualityMgmtCtrlKey

qualityMgmtCtrlKey: string

Control Key for Quality Management in Procurement. This key determines which conditions are valid for quality management in procurement. 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. Maximum length: 8.

nullable

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', ProductPlantQualityMgmt)

All fields selector.

Static HAS_POST_TO_INSPECTION_STOCK

HAS_POST_TO_INSPECTION_STOCK: BooleanField<ProductPlantQualityMgmt> = new BooleanField('HasPostToInspectionStock', ProductPlantQualityMgmt, 'Edm.Boolean')

Static representation of the hasPostToInspectionStock property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static MATL_QUALITY_AUTHORIZATION_GROUP

MATL_QUALITY_AUTHORIZATION_GROUP: StringField<ProductPlantQualityMgmt> = new StringField('MatlQualityAuthorizationGroup', ProductPlantQualityMgmt, 'Edm.String')

Static representation of the matlQualityAuthorizationGroup property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static MAXIMUM_STORAGE_PERIOD

MAXIMUM_STORAGE_PERIOD: BigNumberField<ProductPlantQualityMgmt> = new BigNumberField('MaximumStoragePeriod', ProductPlantQualityMgmt, 'Edm.Decimal')

Static representation of the maximumStoragePeriod property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PLANT

PLANT: StringField<ProductPlantQualityMgmt> = new StringField('Plant', ProductPlantQualityMgmt, 'Edm.String')

Static representation of the plant property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PRODUCT

PRODUCT: StringField<ProductPlantQualityMgmt> = new StringField('Product', ProductPlantQualityMgmt, 'Edm.String')

Static representation of the product property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static QUALITY_MGMT_CTRL_KEY

QUALITY_MGMT_CTRL_KEY: StringField<ProductPlantQualityMgmt> = new StringField('QualityMgmtCtrlKey', ProductPlantQualityMgmt, 'Edm.String')

Static representation of the qualityMgmtCtrlKey property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [ProductPlantQualityMgmt.PRODUCT,ProductPlantQualityMgmt.PLANT,ProductPlantQualityMgmt.MAXIMUM_STORAGE_PERIOD,ProductPlantQualityMgmt.QUALITY_MGMT_CTRL_KEY,ProductPlantQualityMgmt.MATL_QUALITY_AUTHORIZATION_GROUP,ProductPlantQualityMgmt.HAS_POST_TO_INSPECTION_STOCK]

All fields of the ProductPlantQualityMgmt entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_PRODUCT_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductPlantQualityMgmt"

Technical entity name for ProductPlantQualityMgmt.

Static _keyFields

_keyFields: Array<Selectable<ProductPlantQualityMgmt>> = [ProductPlantQualityMgmt.PRODUCT, ProductPlantQualityMgmt.PLANT]

All key fields of the ProductPlantQualityMgmt entity.

Static _keys

_keys: any = ProductPlantQualityMgmt._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property ProductPlantQualityMgmt.

Static _serviceName

_serviceName: string = "API_PRODUCT_SRV"

Technical service name for ProductPlantQualityMgmt.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity ProductPlantQualityMgmt.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProductPlantQualityMgmt>

    A builder that constructs instances of entity type ProductPlantQualityMgmt.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the ProductPlantQualityMgmt entity type.

    Returns ProductPlantQualityMgmtRequestBuilder

    A ProductPlantQualityMgmt request builder.