Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_WorkCenterDayOperation" of service "API_WORK_CENTERS". This service is part of the following communication scenarios: Production Planning Integration (SAP_COM_0104). See https://api.sap.com/api/API_WORK_CENTERS for more information.

Hierarchy

  • any
    • WorkCenterDayOperation

Implements

Index

Properties

confirmedQuantity

confirmedQuantity: BigNumber

Confirmed Quantity.

nullable

confirmedQuantityInBaseUnit

confirmedQuantityInBaseUnit: string

Production Unit of Measure. Maximum length: 3.

nullable

erlstSchedldExecDurnInWorkdays

erlstSchedldExecDurnInWorkdays: number

Earliest Scheduled Execution Duration in Workdays.

nullable

manufacturingOrder

manufacturingOrder: string

Manufacturing Order ID. Maximum length: 12.

manufacturingOrderCategory

manufacturingOrderCategory: string

Manufacturing Order Category. Maximum length: 2.

manufacturingOrderOperation

manufacturingOrderOperation: string

Manufacturing Order Operation. Maximum length: 4.

manufacturingOrderSequence

manufacturingOrderSequence: string

Manufacturing Order Sequence. Maximum length: 6.

nullable

material

material: string

Material Number for Order. Number of the material that is to be produced with this order. Maximum length: 40.

nullable

mfgOrderOperationText

mfgOrderOperationText: string

Manufacturing Order Operation Text. Maximum length: 40.

nullable

opActualExecutionDays

opActualExecutionDays: number

Actual Execution Duration in Workdays.

nullable

opErlstSchedldExecEndDte

opErlstSchedldExecEndDte: Moment

Earliest Scheduled Execution End Date.

nullable

opErlstSchedldExecEndTme

opErlstSchedldExecEndTme: Time

Earliest Scheduled Execution End Time.

nullable

opErlstSchedldExecStrtDte

opErlstSchedldExecStrtDte: Moment

Earliest Scheduled Execution Start Date.

nullable

opErlstSchedldExecStrtTme

opErlstSchedldExecStrtTme: Time

Earliest Scheduled Execution Start Time.

nullable

opPlannedTotalQuantity

opPlannedTotalQuantity: BigNumber

Operation Total Quantity. Total quantity planned for this operation.

nullable

operationIsReleased

operationIsReleased: boolean

Boolean Variable (X = True, - = False, Space = Unknown).

nullable

operationUnit

operationUnit: string

Operation Unit of Measure. Maximum length: 3.

nullable

workCenterInternalId

workCenterInternalId: string

Work Center Internal ID. Maximum length: 8.

Static ALL_FIELDS

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

All fields selector.

Static CONFIRMED_QUANTITY

CONFIRMED_QUANTITY: BigNumberField<WorkCenterDayOperation> = new BigNumberField('ConfirmedQuantity', WorkCenterDayOperation, 'Edm.Decimal')

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

Static CONFIRMED_QUANTITY_IN_BASE_UNIT

CONFIRMED_QUANTITY_IN_BASE_UNIT: StringField<WorkCenterDayOperation> = new StringField('ConfirmedQuantityInBaseUnit', WorkCenterDayOperation, 'Edm.String')

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

Static ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS

ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS: NumberField<WorkCenterDayOperation> = new NumberField('ErlstSchedldExecDurnInWorkdays', WorkCenterDayOperation, 'Edm.Int32')

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

Static MANUFACTURING_ORDER

MANUFACTURING_ORDER: StringField<WorkCenterDayOperation> = new StringField('ManufacturingOrder', WorkCenterDayOperation, 'Edm.String')

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

Static MANUFACTURING_ORDER_CATEGORY

MANUFACTURING_ORDER_CATEGORY: StringField<WorkCenterDayOperation> = new StringField('ManufacturingOrderCategory', WorkCenterDayOperation, 'Edm.String')

Static representation of the manufacturingOrderCategory 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<WorkCenterDayOperation> = new StringField('ManufacturingOrderOperation', WorkCenterDayOperation, '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<WorkCenterDayOperation> = new StringField('ManufacturingOrderSequence', WorkCenterDayOperation, '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 MATERIAL

MATERIAL: StringField<WorkCenterDayOperation> = new StringField('Material', WorkCenterDayOperation, '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 MFG_ORDER_OPERATION_TEXT

MFG_ORDER_OPERATION_TEXT: StringField<WorkCenterDayOperation> = new StringField('MfgOrderOperationText', WorkCenterDayOperation, 'Edm.String')

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

Static OPERATION_IS_RELEASED

OPERATION_IS_RELEASED: BooleanField<WorkCenterDayOperation> = new BooleanField('OperationIsReleased', WorkCenterDayOperation, 'Edm.Boolean')

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

Static OPERATION_UNIT

OPERATION_UNIT: StringField<WorkCenterDayOperation> = new StringField('OperationUnit', WorkCenterDayOperation, 'Edm.String')

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

Static OP_ACTUAL_EXECUTION_DAYS

OP_ACTUAL_EXECUTION_DAYS: NumberField<WorkCenterDayOperation> = new NumberField('OpActualExecutionDays', WorkCenterDayOperation, 'Edm.Int32')

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

Static OP_ERLST_SCHEDLD_EXEC_END_DTE

OP_ERLST_SCHEDLD_EXEC_END_DTE: DateField<WorkCenterDayOperation> = new DateField('OpErlstSchedldExecEndDte', WorkCenterDayOperation, 'Edm.DateTime')

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

Static OP_ERLST_SCHEDLD_EXEC_END_TME

OP_ERLST_SCHEDLD_EXEC_END_TME: TimeField<WorkCenterDayOperation> = new TimeField('OpErlstSchedldExecEndTme', WorkCenterDayOperation, 'Edm.Time')

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

Static OP_ERLST_SCHEDLD_EXEC_STRT_DTE

OP_ERLST_SCHEDLD_EXEC_STRT_DTE: DateField<WorkCenterDayOperation> = new DateField('OpErlstSchedldExecStrtDte', WorkCenterDayOperation, 'Edm.DateTime')

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

Static OP_ERLST_SCHEDLD_EXEC_STRT_TME

OP_ERLST_SCHEDLD_EXEC_STRT_TME: TimeField<WorkCenterDayOperation> = new TimeField('OpErlstSchedldExecStrtTme', WorkCenterDayOperation, 'Edm.Time')

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

Static OP_PLANNED_TOTAL_QUANTITY

OP_PLANNED_TOTAL_QUANTITY: BigNumberField<WorkCenterDayOperation> = new BigNumberField('OpPlannedTotalQuantity', WorkCenterDayOperation, 'Edm.Decimal')

Static representation of the opPlannedTotalQuantity 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<WorkCenterDayOperation> = new StringField('WorkCenterInternalID', WorkCenterDayOperation, '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 _allFields

_allFields: any[] = [WorkCenterDayOperation.WORK_CENTER_INTERNAL_ID,WorkCenterDayOperation.MANUFACTURING_ORDER,WorkCenterDayOperation.MANUFACTURING_ORDER_OPERATION,WorkCenterDayOperation.MANUFACTURING_ORDER_CATEGORY,WorkCenterDayOperation.MFG_ORDER_OPERATION_TEXT,WorkCenterDayOperation.MATERIAL,WorkCenterDayOperation.OPERATION_IS_RELEASED,WorkCenterDayOperation.OP_ERLST_SCHEDLD_EXEC_STRT_DTE,WorkCenterDayOperation.OP_ERLST_SCHEDLD_EXEC_STRT_TME,WorkCenterDayOperation.OP_ERLST_SCHEDLD_EXEC_END_DTE,WorkCenterDayOperation.OP_ERLST_SCHEDLD_EXEC_END_TME,WorkCenterDayOperation.OP_PLANNED_TOTAL_QUANTITY,WorkCenterDayOperation.OPERATION_UNIT,WorkCenterDayOperation.CONFIRMED_QUANTITY,WorkCenterDayOperation.CONFIRMED_QUANTITY_IN_BASE_UNIT,WorkCenterDayOperation.ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS,WorkCenterDayOperation.OP_ACTUAL_EXECUTION_DAYS,WorkCenterDayOperation.MANUFACTURING_ORDER_SEQUENCE]

All fields of the WorkCenterDayOperation entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_WorkCenterDayOperation"

Technical entity name for WorkCenterDayOperation.

Static _keyFields

_keyFields: Array<Selectable<WorkCenterDayOperation>> = [WorkCenterDayOperation.WORK_CENTER_INTERNAL_ID, WorkCenterDayOperation.MANUFACTURING_ORDER, WorkCenterDayOperation.MANUFACTURING_ORDER_OPERATION, WorkCenterDayOperation.MANUFACTURING_ORDER_CATEGORY]

All key fields of the WorkCenterDayOperation entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_WORK_CENTERS"

Technical service name for WorkCenterDayOperation.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<WorkCenterDayOperation>

    A builder that constructs instances of entity type WorkCenterDayOperation.

Static requestBuilder

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

    Returns WorkCenterDayOperationRequestBuilder

    A WorkCenterDayOperation request builder.