Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • ProductQualityMgmt

Implements

Index

Properties

product

product: string

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

qltyMgmtInProcmtIsActive

qltyMgmtInProcmtIsActive: boolean

QM in Procurement Is Active. If you set this indicator, you should activate "QM in procurement" for all plants pertaining to a client. 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

Static PRODUCT

PRODUCT: StringField<ProductQualityMgmt> = new StringField('Product', ProductQualityMgmt, '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 QLTY_MGMT_IN_PROCMT_IS_ACTIVE

QLTY_MGMT_IN_PROCMT_IS_ACTIVE: BooleanField<ProductQualityMgmt> = new BooleanField('QltyMgmtInProcmtIsActive', ProductQualityMgmt, 'Edm.Boolean')

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

Static _allFields

_allFields: any[] = [ProductQualityMgmt.PRODUCT,ProductQualityMgmt.QLTY_MGMT_IN_PROCMT_IS_ACTIVE]

All fields of the ProductQualityMgmt entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductQualityMgmt"

Technical entity name for ProductQualityMgmt.

Static _keyFields

_keyFields: Array<Selectable<ProductQualityMgmt>> = [ProductQualityMgmt.PRODUCT]

All key fields of the ProductQualityMgmt entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCT_SRV"

Technical service name for ProductQualityMgmt.

Methods

Static builder

Static requestBuilder

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

    Returns ProductQualityMgmtRequestBuilder

    A ProductQualityMgmt request builder.