Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductionOrderConf" of service "API_PROD_ORDER_CONFIRMATION". See https://api.sap.com/api/API_PROD_ORDER_CONFIRMATION for more information.

Hierarchy

  • any
    • ProductionOrderConf

Implements

Index

Properties

capacityRequirementSplit

capacityRequirementSplit: number

Split number.

nullable

confirmationReworkQuantity

confirmationReworkQuantity: BigNumber

Current Confirmation Rework Quantity.

nullable

confirmationScrapQuantity

confirmationScrapQuantity: BigNumber

Scrap to Be Confirmed.

nullable

confirmationText

confirmationText: string

Confirmation Text. Maximum length: 40.

nullable

confirmationTotalQuantity

confirmationTotalQuantity: BigNumber

Total Rework.

nullable

confirmationUnit

confirmationUnit: string

Confirmation Unit of Measure. Maximum length: 3.

nullable

confirmationYieldQuantity

confirmationYieldQuantity: BigNumber

Yield to be Confirmed.

nullable

enteredByExternalUser

enteredByExternalUser: string

Created By. Maximum length: 12.

nullable

enteredByUser

enteredByUser: string

Entered By. Maximum length: 12.

nullable

isFinalConfirmation

isFinalConfirmation: boolean

Activation of Final Confirmation.

nullable

isReversed

isReversed: boolean

Indicator: Document was reversed.

nullable

lastChangedByUser

lastChangedByUser: string

Changed By. Maximum length: 12.

nullable

manufacturingOrderOperation

manufacturingOrderOperation: string

Manufacturing Order Operation. Maximum length: 4.

nullable

manufacturingOrderSequence

manufacturingOrderSequence: string

Manufacturing Order Sequence. Maximum length: 6.

nullable

manufacturingOrderType

manufacturingOrderType: string

Manufacturing Order Type. Maximum length: 4.

nullable

material

material: string

Material Number for Order. Maximum length: 40.

nullable

materialName

materialName: string

Material Description. Maximum length: 40.

nullable

mfgOrderConfirmationEntryDate

mfgOrderConfirmationEntryDate: Moment

Entry Date of Confirmation.

nullable

mfgOrderConfirmationEntryTime

mfgOrderConfirmationEntryTime: Time

Confirmation Entry Time.

nullable

mfgOrderPlannedTotalQty

mfgOrderPlannedTotalQty: BigNumber

Manufacturing Order Planned Total Quantity.

nullable

opTotalConfirmedScrapQty

opTotalConfirmedScrapQty: BigNumber

Total Scrap Quantity Confirmed.

nullable

opTotalConfirmedYieldQty

opTotalConfirmedYieldQty: BigNumber

Total Confirmed Yield.

nullable

operationConfirmationCount

operationConfirmationCount: string

Confirmation counter. Maximum length: 8.

postingDate

postingDate: Moment

Posting Date.

nullable

productionOrder

productionOrder: string

Manufacturing Order ID. Maximum length: 12.

nullable

productionOrderConfirmation

productionOrderConfirmation: string

Completion confirmation number for the operation. Maximum length: 10.

productionPlant

productionPlant: string

Production Plant in Planned Order. Maximum length: 4.

nullable

productionUnit

productionUnit: string

Production Unit of Measure. Maximum length: 3.

nullable

workCenter

workCenter: string

Work Center. Maximum length: 8.

nullable

workCenterInternalId

workCenterInternalId: string

Object ID. Maximum length: 8.

nullable

workCenterTypeCode

workCenterTypeCode: string

Object types of the CIM resource. Maximum length: 2.

nullable

Static CAPACITY_REQUIREMENT_SPLIT

CAPACITY_REQUIREMENT_SPLIT: NumberField<ProductionOrderConf> = new NumberField('CapacityRequirementSplit', ProductionOrderConf, 'Edm.Byte')

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

Static CONFIRMATION_REWORK_QUANTITY

CONFIRMATION_REWORK_QUANTITY: BigNumberField<ProductionOrderConf> = new BigNumberField('ConfirmationReworkQuantity', ProductionOrderConf, 'Edm.Decimal')

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

Static CONFIRMATION_SCRAP_QUANTITY

CONFIRMATION_SCRAP_QUANTITY: BigNumberField<ProductionOrderConf> = new BigNumberField('ConfirmationScrapQuantity', ProductionOrderConf, 'Edm.Decimal')

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

Static CONFIRMATION_TEXT

CONFIRMATION_TEXT: StringField<ProductionOrderConf> = new StringField('ConfirmationText', ProductionOrderConf, 'Edm.String')

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

Static CONFIRMATION_TOTAL_QUANTITY

CONFIRMATION_TOTAL_QUANTITY: BigNumberField<ProductionOrderConf> = new BigNumberField('ConfirmationTotalQuantity', ProductionOrderConf, 'Edm.Decimal')

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

Static CONFIRMATION_UNIT

CONFIRMATION_UNIT: StringField<ProductionOrderConf> = new StringField('ConfirmationUnit', ProductionOrderConf, 'Edm.String')

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

Static CONFIRMATION_YIELD_QUANTITY

CONFIRMATION_YIELD_QUANTITY: BigNumberField<ProductionOrderConf> = new BigNumberField('ConfirmationYieldQuantity', ProductionOrderConf, 'Edm.Decimal')

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

Static ENTERED_BY_EXTERNAL_USER

ENTERED_BY_EXTERNAL_USER: StringField<ProductionOrderConf> = new StringField('EnteredByExternalUser', ProductionOrderConf, 'Edm.String')

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

Static ENTERED_BY_USER

ENTERED_BY_USER: StringField<ProductionOrderConf> = new StringField('EnteredByUser', ProductionOrderConf, 'Edm.String')

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

Static IS_FINAL_CONFIRMATION

IS_FINAL_CONFIRMATION: BooleanField<ProductionOrderConf> = new BooleanField('IsFinalConfirmation', ProductionOrderConf, 'Edm.Boolean')

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

Static IS_REVERSED

IS_REVERSED: BooleanField<ProductionOrderConf> = new BooleanField('IsReversed', ProductionOrderConf, 'Edm.Boolean')

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

Static LAST_CHANGED_BY_USER

LAST_CHANGED_BY_USER: StringField<ProductionOrderConf> = new StringField('LastChangedByUser', ProductionOrderConf, 'Edm.String')

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

Static MANUFACTURING_ORDER_OPERATION

MANUFACTURING_ORDER_OPERATION: StringField<ProductionOrderConf> = new StringField('ManufacturingOrderOperation', ProductionOrderConf, 'Edm.String')

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

Static MANUFACTURING_ORDER_SEQUENCE

MANUFACTURING_ORDER_SEQUENCE: StringField<ProductionOrderConf> = new StringField('ManufacturingOrderSequence', ProductionOrderConf, 'Edm.String')

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

Static MANUFACTURING_ORDER_TYPE

MANUFACTURING_ORDER_TYPE: StringField<ProductionOrderConf> = new StringField('ManufacturingOrderType', ProductionOrderConf, 'Edm.String')

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

Static MATERIAL

MATERIAL: StringField<ProductionOrderConf> = new StringField('Material', ProductionOrderConf, 'Edm.String')

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

Static MATERIAL_NAME

MATERIAL_NAME: StringField<ProductionOrderConf> = new StringField('MaterialName', ProductionOrderConf, 'Edm.String')

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

Static MFG_ORDER_CONFIRMATION_ENTRY_DATE

MFG_ORDER_CONFIRMATION_ENTRY_DATE: DateField<ProductionOrderConf> = new DateField('MfgOrderConfirmationEntryDate', ProductionOrderConf, 'Edm.DateTime')

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

Static MFG_ORDER_CONFIRMATION_ENTRY_TIME

MFG_ORDER_CONFIRMATION_ENTRY_TIME: TimeField<ProductionOrderConf> = new TimeField('MfgOrderConfirmationEntryTime', ProductionOrderConf, 'Edm.Time')

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

Static MFG_ORDER_PLANNED_TOTAL_QTY

MFG_ORDER_PLANNED_TOTAL_QTY: BigNumberField<ProductionOrderConf> = new BigNumberField('MfgOrderPlannedTotalQty', ProductionOrderConf, 'Edm.Decimal')

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

Static OPERATION_CONFIRMATION_COUNT

OPERATION_CONFIRMATION_COUNT: StringField<ProductionOrderConf> = new StringField('OperationConfirmationCount', ProductionOrderConf, 'Edm.String')

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

Static OP_TOTAL_CONFIRMED_SCRAP_QTY

OP_TOTAL_CONFIRMED_SCRAP_QTY: BigNumberField<ProductionOrderConf> = new BigNumberField('OpTotalConfirmedScrapQty', ProductionOrderConf, 'Edm.Decimal')

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

Static OP_TOTAL_CONFIRMED_YIELD_QTY

OP_TOTAL_CONFIRMED_YIELD_QTY: BigNumberField<ProductionOrderConf> = new BigNumberField('OpTotalConfirmedYieldQty', ProductionOrderConf, 'Edm.Decimal')

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

Static POSTING_DATE

POSTING_DATE: DateField<ProductionOrderConf> = new DateField('PostingDate', ProductionOrderConf, 'Edm.DateTime')

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

Static PRODUCTION_ORDER

PRODUCTION_ORDER: StringField<ProductionOrderConf> = new StringField('ProductionOrder', ProductionOrderConf, 'Edm.String')

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

Static PRODUCTION_ORDER_CONFIRMATION

PRODUCTION_ORDER_CONFIRMATION: StringField<ProductionOrderConf> = new StringField('ProductionOrderConfirmation', ProductionOrderConf, 'Edm.String')

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

Static PRODUCTION_PLANT

PRODUCTION_PLANT: StringField<ProductionOrderConf> = new StringField('ProductionPlant', ProductionOrderConf, 'Edm.String')

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

Static PRODUCTION_UNIT

PRODUCTION_UNIT: StringField<ProductionOrderConf> = new StringField('ProductionUnit', ProductionOrderConf, 'Edm.String')

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

Static WORK_CENTER

WORK_CENTER: StringField<ProductionOrderConf> = new StringField('WorkCenter', ProductionOrderConf, 'Edm.String')

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

Static WORK_CENTER_INTERNAL_ID

WORK_CENTER_INTERNAL_ID: StringField<ProductionOrderConf> = new StringField('WorkCenterInternalID', ProductionOrderConf, 'Edm.String')

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

Static WORK_CENTER_TYPE_CODE

WORK_CENTER_TYPE_CODE: StringField<ProductionOrderConf> = new StringField('WorkCenterTypeCode', ProductionOrderConf, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ProductionOrderConf.PRODUCTION_ORDER_CONFIRMATION,ProductionOrderConf.MANUFACTURING_ORDER_SEQUENCE,ProductionOrderConf.CAPACITY_REQUIREMENT_SPLIT,ProductionOrderConf.WORK_CENTER,ProductionOrderConf.WORK_CENTER_INTERNAL_ID,ProductionOrderConf.WORK_CENTER_TYPE_CODE,ProductionOrderConf.PRODUCTION_PLANT,ProductionOrderConf.IS_FINAL_CONFIRMATION,ProductionOrderConf.MFG_ORDER_CONFIRMATION_ENTRY_DATE,ProductionOrderConf.MFG_ORDER_CONFIRMATION_ENTRY_TIME,ProductionOrderConf.POSTING_DATE,ProductionOrderConf.OPERATION_CONFIRMATION_COUNT,ProductionOrderConf.IS_REVERSED,ProductionOrderConf.ENTERED_BY_EXTERNAL_USER,ProductionOrderConf.LAST_CHANGED_BY_USER,ProductionOrderConf.ENTERED_BY_USER,ProductionOrderConf.CONFIRMATION_YIELD_QUANTITY,ProductionOrderConf.OP_TOTAL_CONFIRMED_YIELD_QTY,ProductionOrderConf.CONFIRMATION_SCRAP_QUANTITY,ProductionOrderConf.OP_TOTAL_CONFIRMED_SCRAP_QTY,ProductionOrderConf.CONFIRMATION_REWORK_QUANTITY,ProductionOrderConf.CONFIRMATION_TOTAL_QUANTITY,ProductionOrderConf.PRODUCTION_ORDER,ProductionOrderConf.CONFIRMATION_UNIT,ProductionOrderConf.CONFIRMATION_TEXT,ProductionOrderConf.MANUFACTURING_ORDER_TYPE,ProductionOrderConf.MATERIAL,ProductionOrderConf.MATERIAL_NAME,ProductionOrderConf.MFG_ORDER_PLANNED_TOTAL_QTY,ProductionOrderConf.PRODUCTION_UNIT,ProductionOrderConf.MANUFACTURING_ORDER_OPERATION]

All fields of the ProductionOrderConf entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductionOrderConf"

Technical entity name for ProductionOrderConf.

Static _keyFields

_keyFields: Array<Selectable<ProductionOrderConf>> = [ProductionOrderConf.PRODUCTION_ORDER_CONFIRMATION, ProductionOrderConf.OPERATION_CONFIRMATION_COUNT]

All key fields of the ProductionOrderConf entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PROD_ORDER_CONFIRMATION"

Technical service name for ProductionOrderConf.

Methods

Static builder

  • Returns an entity builder to construct instances ProductionOrderConf.

    Returns EntityBuilderType<ProductionOrderConf, ProductionOrderConfType>

    A builder that constructs instances of entity type ProductionOrderConf.

Static requestBuilder

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

    Returns ProductionOrderConfRequestBuilder

    A ProductionOrderConf request builder.