Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • ProcessOrder

Implements

Index

Properties

Methods

Properties

actualCostsCostingVariant

actualCostsCostingVariant: string

Costing Variant For Actual Costs. Maximum length: 4.

nullable

companyCode

companyCode: string

Company Code. Maximum length: 4.

nullable

customerName

customerName: string

Name of Customer. Maximum length: 80.

nullable

functionalArea

functionalArea: string

Functional Area. Maximum length: 16.

nullable

manufacturingObject

manufacturingObject: string

Object Number. Maximum length: 22.

nullable

manufacturingOrderCategory

manufacturingOrderCategory: string

Manufacturing Order Category. Maximum length: 2.

nullable

manufacturingOrderType

manufacturingOrderType: string

Manufacturing Order Type. Maximum length: 4.

nullable

material

material: string

Material Number for Order. Maximum length: 40.

nullable

materialAvailyIsNotChecked

materialAvailyIsNotChecked: string

Material Availy Is Not Checked. Maximum length: 1.

nullable

materialName

materialName: string

Material Description. Maximum length: 40.

nullable

mfgOrderConfirmedYieldQty

mfgOrderConfirmedYieldQty: BigNumber

Confirmed Yield Quantity From Order Confirmation.

nullable

mfgOrderPlannedEndDate

mfgOrderPlannedEndDate: Moment

Manufacturing Order Planned End Date.

nullable

mfgOrderPlannedEndTime

mfgOrderPlannedEndTime: Time

Manufacturing Order Planned End Time.

nullable

mfgOrderPlannedStartDate

mfgOrderPlannedStartDate: Moment

Manufacturing Order Planned Start Date.

nullable

mfgOrderPlannedStartTime

mfgOrderPlannedStartTime: Time

Manufacturing Order Planned Start Time.

nullable

mfgOrderScheduledEndDate

mfgOrderScheduledEndDate: Moment

Manufacturing Order Scheduled End Date.

nullable

mfgOrderScheduledEndTime

mfgOrderScheduledEndTime: Time

Manufacturing Order Scheduled End Time.

nullable

mfgOrderScheduledStartDate

mfgOrderScheduledStartDate: Moment

Manufacturing Order Scheduled Start Date.

nullable

mfgOrderScheduledStartTime

mfgOrderScheduledStartTime: Time

Manufacturing Order Scheduled Start Time.

nullable

mrpArea

mrpArea: string

MRP Area. Maximum length: 10.

nullable

mrpController

mrpController: string

MRP Controller. Maximum length: 3.

nullable

orderHasGeneratedOperations

orderHasGeneratedOperations: string

Order Has Generated Operations. Maximum length: 1.

nullable

orderInternalBillOfOperations

orderInternalBillOfOperations: string

Routing number of operations in the order. Maximum length: 10.

nullable

orderIsClosed

orderIsClosed: string

Order Is Closed. Maximum length: 1.

nullable

orderIsConfirmed

orderIsConfirmed: string

Order Is Confirmed. Maximum length: 1.

nullable

orderIsCreated

orderIsCreated: string

Order Is Created. Maximum length: 1.

nullable

orderIsDeleted

orderIsDeleted: string

Order Is Deleted. Maximum length: 1.

nullable

orderIsDelivered

orderIsDelivered: string

Order Is Delivered. Maximum length: 1.

nullable

orderIsLocked

orderIsLocked: string

Order Is Locked. Maximum length: 1.

nullable

orderIsMarkedForDeletion

orderIsMarkedForDeletion: string

Order Is Marked For Deletion. Maximum length: 1.

nullable

orderIsPartiallyConfirmed

orderIsPartiallyConfirmed: string

Order Is Partially Confirmed. Maximum length: 1.

nullable

orderIsPartiallyDelivered

orderIsPartiallyDelivered: string

Order Is Partially Delivered. Maximum length: 1.

nullable

orderIsPartiallyReleased

orderIsPartiallyReleased: string

Order Is Partially Released. Maximum length: 1.

nullable

orderIsPreCosted

orderIsPreCosted: string

Order Is Pre Costed. Maximum length: 1.

nullable

orderIsPrinted

orderIsPrinted: string

Order Is Printed. Maximum length: 1.

nullable

orderIsReleased

orderIsReleased: string

Order Is Released. Maximum length: 1.

nullable

orderIsScheduled

orderIsScheduled: string

Order Is Scheduled. Maximum length: 1.

nullable

orderIsTechnicallyCompleted

orderIsTechnicallyCompleted: string

Order Is Technically Completed. Maximum length: 1.

nullable

orderIsToBeHandledInBatches

orderIsToBeHandledInBatches: string

Order Is To Be Handled In Batches. Maximum length: 1.

nullable

plannedCostsCostingVariant

plannedCostsCostingVariant: string

Costing Variant for Planned Costs. Maximum length: 4.

nullable

plannedOrder

plannedOrder: string

Planned Order. Maximum length: 10.

nullable

plant

plant: string

Planning Plant for an Order. Maximum length: 4.

nullable

processOrder

processOrder: string

Manufacturing Order ID. Maximum length: 12.

productionPlant

productionPlant: string

Production Plant in Planned Order. Maximum length: 4.

nullable

productionSupervisor

productionSupervisor: string

Production Supervisor. Maximum length: 3.

nullable

productionUnit

productionUnit: string

Production Unit of Measure. Maximum length: 3.

nullable

productionVersion

productionVersion: string

Production Version. Maximum length: 4.

nullable

salesOrder

salesOrder: string

Sales Order. Maximum length: 10.

nullable

salesOrderItem

salesOrderItem: string

Sales Order Item. Maximum length: 6.

nullable

settlementRuleIsCreated

settlementRuleIsCreated: string

Settlement Rule Is Created. Maximum length: 1.

nullable

settlementRuleIsCrtedManually

settlementRuleIsCrtedManually: string

Settlement Rule Is Crted Manually. Maximum length: 1.

nullable

toProcessOrderComponent

toProcessOrderComponent: ProcessOrderComponent[]

One-to-many navigation property to the ProcessOrderComponent entity.

toProcessOrderItem

toProcessOrderItem: ProcessOrderItem[]

One-to-many navigation property to the ProcessOrderItem entity.

toProcessOrderOperation

toProcessOrderOperation: ProcessOrderOperation[]

One-to-many navigation property to the ProcessOrderOperation entity.

toProcessOrderStatus

toProcessOrderStatus: ProcessOrderStatus[]

One-to-many navigation property to the ProcessOrderStatus entity.

totalQuantity

totalQuantity: BigNumber

Manufacturing Order Planned Total Quantity.

nullable

userId

userId: string

Object ID for recipient. Maximum length: 70.

nullable

wbsDescription

wbsDescription: string

PS: Short description (1st text line). Maximum length: 40.

nullable

wbsElement

wbsElement: string

WBS Element. Maximum length: 24.

nullable

wbsElementInternalId

wbsElementInternalId: string

Work Breakdown Structure Element Internal ID. Maximum length: 24.

nullable

Static ACTUAL_COSTS_COSTING_VARIANT

ACTUAL_COSTS_COSTING_VARIANT: StringField<ProcessOrder> = new StringField('ActualCostsCostingVariant', ProcessOrder, 'Edm.String')

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

Static ALL_FIELDS

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

All fields selector.

Static COMPANY_CODE

COMPANY_CODE: StringField<ProcessOrder> = new StringField('CompanyCode', ProcessOrder, 'Edm.String')

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

Static CUSTOMER_NAME

CUSTOMER_NAME: StringField<ProcessOrder> = new StringField('CustomerName', ProcessOrder, 'Edm.String')

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

Static FUNCTIONAL_AREA

FUNCTIONAL_AREA: StringField<ProcessOrder> = new StringField('FunctionalArea', ProcessOrder, 'Edm.String')

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

Static MANUFACTURING_OBJECT

MANUFACTURING_OBJECT: StringField<ProcessOrder> = new StringField('ManufacturingObject', ProcessOrder, 'Edm.String')

Static representation of the manufacturingObject 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<ProcessOrder> = new StringField('ManufacturingOrderCategory', ProcessOrder, '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_TYPE

MANUFACTURING_ORDER_TYPE: StringField<ProcessOrder> = new StringField('ManufacturingOrderType', ProcessOrder, '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<ProcessOrder> = new StringField('Material', ProcessOrder, '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_AVAILY_IS_NOT_CHECKED

MATERIAL_AVAILY_IS_NOT_CHECKED: StringField<ProcessOrder> = new StringField('MaterialAvailyIsNotChecked', ProcessOrder, 'Edm.String')

Static representation of the materialAvailyIsNotChecked 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<ProcessOrder> = new StringField('MaterialName', ProcessOrder, '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_CONFIRMED_YIELD_QTY

MFG_ORDER_CONFIRMED_YIELD_QTY: BigNumberField<ProcessOrder> = new BigNumberField('MfgOrderConfirmedYieldQty', ProcessOrder, 'Edm.Decimal')

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

Static MFG_ORDER_PLANNED_END_DATE

MFG_ORDER_PLANNED_END_DATE: DateField<ProcessOrder> = new DateField('MfgOrderPlannedEndDate', ProcessOrder, 'Edm.DateTime')

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

Static MFG_ORDER_PLANNED_END_TIME

MFG_ORDER_PLANNED_END_TIME: TimeField<ProcessOrder> = new TimeField('MfgOrderPlannedEndTime', ProcessOrder, 'Edm.Time')

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

Static MFG_ORDER_PLANNED_START_DATE

MFG_ORDER_PLANNED_START_DATE: DateField<ProcessOrder> = new DateField('MfgOrderPlannedStartDate', ProcessOrder, 'Edm.DateTime')

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

Static MFG_ORDER_PLANNED_START_TIME

MFG_ORDER_PLANNED_START_TIME: TimeField<ProcessOrder> = new TimeField('MfgOrderPlannedStartTime', ProcessOrder, 'Edm.Time')

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

Static MFG_ORDER_SCHEDULED_END_DATE

MFG_ORDER_SCHEDULED_END_DATE: DateField<ProcessOrder> = new DateField('MfgOrderScheduledEndDate', ProcessOrder, 'Edm.DateTime')

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

Static MFG_ORDER_SCHEDULED_END_TIME

MFG_ORDER_SCHEDULED_END_TIME: TimeField<ProcessOrder> = new TimeField('MfgOrderScheduledEndTime', ProcessOrder, 'Edm.Time')

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

Static MFG_ORDER_SCHEDULED_START_DATE

MFG_ORDER_SCHEDULED_START_DATE: DateField<ProcessOrder> = new DateField('MfgOrderScheduledStartDate', ProcessOrder, 'Edm.DateTime')

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

Static MFG_ORDER_SCHEDULED_START_TIME

MFG_ORDER_SCHEDULED_START_TIME: TimeField<ProcessOrder> = new TimeField('MfgOrderScheduledStartTime', ProcessOrder, 'Edm.Time')

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

Static MRP_AREA

MRP_AREA: StringField<ProcessOrder> = new StringField('MRPArea', ProcessOrder, 'Edm.String')

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

Static MRP_CONTROLLER

MRP_CONTROLLER: StringField<ProcessOrder> = new StringField('MRPController', ProcessOrder, 'Edm.String')

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

Static ORDER_HAS_GENERATED_OPERATIONS

ORDER_HAS_GENERATED_OPERATIONS: StringField<ProcessOrder> = new StringField('OrderHasGeneratedOperations', ProcessOrder, 'Edm.String')

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

Static ORDER_INTERNAL_BILL_OF_OPERATIONS

ORDER_INTERNAL_BILL_OF_OPERATIONS: StringField<ProcessOrder> = new StringField('OrderInternalBillOfOperations', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_CLOSED

ORDER_IS_CLOSED: StringField<ProcessOrder> = new StringField('OrderIsClosed', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_CONFIRMED

ORDER_IS_CONFIRMED: StringField<ProcessOrder> = new StringField('OrderIsConfirmed', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_CREATED

ORDER_IS_CREATED: StringField<ProcessOrder> = new StringField('OrderIsCreated', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_DELETED

ORDER_IS_DELETED: StringField<ProcessOrder> = new StringField('OrderIsDeleted', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_DELIVERED

ORDER_IS_DELIVERED: StringField<ProcessOrder> = new StringField('OrderIsDelivered', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_LOCKED

ORDER_IS_LOCKED: StringField<ProcessOrder> = new StringField('OrderIsLocked', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_MARKED_FOR_DELETION

ORDER_IS_MARKED_FOR_DELETION: StringField<ProcessOrder> = new StringField('OrderIsMarkedForDeletion', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_PARTIALLY_CONFIRMED

ORDER_IS_PARTIALLY_CONFIRMED: StringField<ProcessOrder> = new StringField('OrderIsPartiallyConfirmed', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_PARTIALLY_DELIVERED

ORDER_IS_PARTIALLY_DELIVERED: StringField<ProcessOrder> = new StringField('OrderIsPartiallyDelivered', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_PARTIALLY_RELEASED

ORDER_IS_PARTIALLY_RELEASED: StringField<ProcessOrder> = new StringField('OrderIsPartiallyReleased', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_PRE_COSTED

ORDER_IS_PRE_COSTED: StringField<ProcessOrder> = new StringField('OrderIsPreCosted', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_PRINTED

ORDER_IS_PRINTED: StringField<ProcessOrder> = new StringField('OrderIsPrinted', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_RELEASED

ORDER_IS_RELEASED: StringField<ProcessOrder> = new StringField('OrderIsReleased', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_SCHEDULED

ORDER_IS_SCHEDULED: StringField<ProcessOrder> = new StringField('OrderIsScheduled', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_TECHNICALLY_COMPLETED

ORDER_IS_TECHNICALLY_COMPLETED: StringField<ProcessOrder> = new StringField('OrderIsTechnicallyCompleted', ProcessOrder, 'Edm.String')

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

Static ORDER_IS_TO_BE_HANDLED_IN_BATCHES

ORDER_IS_TO_BE_HANDLED_IN_BATCHES: StringField<ProcessOrder> = new StringField('OrderIsToBeHandledInBatches', ProcessOrder, 'Edm.String')

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

Static PLANNED_COSTS_COSTING_VARIANT

PLANNED_COSTS_COSTING_VARIANT: StringField<ProcessOrder> = new StringField('PlannedCostsCostingVariant', ProcessOrder, 'Edm.String')

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

Static PLANNED_ORDER

PLANNED_ORDER: StringField<ProcessOrder> = new StringField('PlannedOrder', ProcessOrder, 'Edm.String')

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

Static PLANT

PLANT: StringField<ProcessOrder> = new StringField('Plant', ProcessOrder, '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 PROCESS_ORDER

PROCESS_ORDER: StringField<ProcessOrder> = new StringField('ProcessOrder', ProcessOrder, 'Edm.String')

Static representation of the processOrder 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<ProcessOrder> = new StringField('ProductionPlant', ProcessOrder, '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_SUPERVISOR

PRODUCTION_SUPERVISOR: StringField<ProcessOrder> = new StringField('ProductionSupervisor', ProcessOrder, 'Edm.String')

Static representation of the productionSupervisor 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<ProcessOrder> = new StringField('ProductionUnit', ProcessOrder, '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 PRODUCTION_VERSION

PRODUCTION_VERSION: StringField<ProcessOrder> = new StringField('ProductionVersion', ProcessOrder, 'Edm.String')

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

Static SALES_ORDER

SALES_ORDER: StringField<ProcessOrder> = new StringField('SalesOrder', ProcessOrder, 'Edm.String')

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

Static SALES_ORDER_ITEM

SALES_ORDER_ITEM: StringField<ProcessOrder> = new StringField('SalesOrderItem', ProcessOrder, 'Edm.String')

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

Static SETTLEMENT_RULE_IS_CREATED

SETTLEMENT_RULE_IS_CREATED: StringField<ProcessOrder> = new StringField('SettlementRuleIsCreated', ProcessOrder, 'Edm.String')

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

Static SETTLEMENT_RULE_IS_CRTED_MANUALLY

SETTLEMENT_RULE_IS_CRTED_MANUALLY: StringField<ProcessOrder> = new StringField('SettlementRuleIsCrtedManually', ProcessOrder, 'Edm.String')

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

Static TOTAL_QUANTITY

TOTAL_QUANTITY: BigNumberField<ProcessOrder> = new BigNumberField('TotalQuantity', ProcessOrder, 'Edm.Decimal')

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

Static TO_PROCESS_ORDER_COMPONENT

TO_PROCESS_ORDER_COMPONENT: Link<ProcessOrder, ProcessOrderComponent> = new Link('to_ProcessOrderComponent', ProcessOrder, ProcessOrderComponent)

Static representation of the one-to-many navigation property toProcessOrderComponent for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_PROCESS_ORDER_ITEM

TO_PROCESS_ORDER_ITEM: Link<ProcessOrder, ProcessOrderItem> = new Link('to_ProcessOrderItem', ProcessOrder, ProcessOrderItem)

Static representation of the one-to-many navigation property toProcessOrderItem for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_PROCESS_ORDER_OPERATION

TO_PROCESS_ORDER_OPERATION: Link<ProcessOrder, ProcessOrderOperation> = new Link('to_ProcessOrderOperation', ProcessOrder, ProcessOrderOperation)

Static representation of the one-to-many navigation property toProcessOrderOperation for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_PROCESS_ORDER_STATUS

TO_PROCESS_ORDER_STATUS: Link<ProcessOrder, ProcessOrderStatus> = new Link('to_ProcessOrderStatus', ProcessOrder, ProcessOrderStatus)

Static representation of the one-to-many navigation property toProcessOrderStatus for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static USER_ID

USER_ID: StringField<ProcessOrder> = new StringField('UserID', ProcessOrder, 'Edm.String')

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

Static WBS_DESCRIPTION

WBS_DESCRIPTION: StringField<ProcessOrder> = new StringField('WBSDescription', ProcessOrder, 'Edm.String')

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

Static WBS_ELEMENT

WBS_ELEMENT: StringField<ProcessOrder> = new StringField('WBSElement', ProcessOrder, 'Edm.String')

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

Static WBS_ELEMENT_INTERNAL_ID

WBS_ELEMENT_INTERNAL_ID: StringField<ProcessOrder> = new StringField('WBSElementInternalID', ProcessOrder, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ProcessOrder.PROCESS_ORDER,ProcessOrder.ORDER_IS_DELETED,ProcessOrder.ORDER_IS_PRE_COSTED,ProcessOrder.SETTLEMENT_RULE_IS_CREATED,ProcessOrder.ORDER_IS_PARTIALLY_RELEASED,ProcessOrder.ORDER_IS_LOCKED,ProcessOrder.ORDER_IS_TECHNICALLY_COMPLETED,ProcessOrder.ORDER_IS_CLOSED,ProcessOrder.ORDER_IS_PARTIALLY_DELIVERED,ProcessOrder.ORDER_IS_MARKED_FOR_DELETION,ProcessOrder.SETTLEMENT_RULE_IS_CRTED_MANUALLY,ProcessOrder.PRODUCTION_PLANT,ProcessOrder.ORDER_IS_SCHEDULED,ProcessOrder.ORDER_HAS_GENERATED_OPERATIONS,ProcessOrder.ORDER_IS_TO_BE_HANDLED_IN_BATCHES,ProcessOrder.MATERIAL_AVAILY_IS_NOT_CHECKED,ProcessOrder.MATERIAL,ProcessOrder.MATERIAL_NAME,ProcessOrder.PRODUCTION_UNIT,ProcessOrder.TOTAL_QUANTITY,ProcessOrder.MANUFACTURING_ORDER_TYPE,ProcessOrder.MRP_AREA,ProcessOrder.ORDER_INTERNAL_BILL_OF_OPERATIONS,ProcessOrder.MANUFACTURING_OBJECT,ProcessOrder.PLANT,ProcessOrder.MFG_ORDER_CONFIRMED_YIELD_QTY,ProcessOrder.MFG_ORDER_PLANNED_START_DATE,ProcessOrder.MFG_ORDER_PLANNED_START_TIME,ProcessOrder.MFG_ORDER_PLANNED_END_DATE,ProcessOrder.MFG_ORDER_PLANNED_END_TIME,ProcessOrder.MFG_ORDER_SCHEDULED_START_DATE,ProcessOrder.MFG_ORDER_SCHEDULED_START_TIME,ProcessOrder.MFG_ORDER_SCHEDULED_END_DATE,ProcessOrder.ORDER_IS_CREATED,ProcessOrder.MFG_ORDER_SCHEDULED_END_TIME,ProcessOrder.SALES_ORDER,ProcessOrder.SALES_ORDER_ITEM,ProcessOrder.PLANNED_ORDER,ProcessOrder.CUSTOMER_NAME,ProcessOrder.WBS_ELEMENT,ProcessOrder.WBS_ELEMENT_INTERNAL_ID,ProcessOrder.WBS_DESCRIPTION,ProcessOrder.COMPANY_CODE,ProcessOrder.FUNCTIONAL_AREA,ProcessOrder.ORDER_IS_RELEASED,ProcessOrder.PLANNED_COSTS_COSTING_VARIANT,ProcessOrder.ACTUAL_COSTS_COSTING_VARIANT,ProcessOrder.USER_ID,ProcessOrder.PRODUCTION_VERSION,ProcessOrder.MRP_CONTROLLER,ProcessOrder.PRODUCTION_SUPERVISOR,ProcessOrder.MANUFACTURING_ORDER_CATEGORY,ProcessOrder.ORDER_IS_PRINTED,ProcessOrder.ORDER_IS_CONFIRMED,ProcessOrder.ORDER_IS_PARTIALLY_CONFIRMED,ProcessOrder.ORDER_IS_DELIVERED,ProcessOrder.TO_PROCESS_ORDER_COMPONENT,ProcessOrder.TO_PROCESS_ORDER_ITEM,ProcessOrder.TO_PROCESS_ORDER_OPERATION,ProcessOrder.TO_PROCESS_ORDER_STATUS]

All fields of the ProcessOrder entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProcessOrder"

Technical entity name for ProcessOrder.

Static _keyFields

_keyFields: Array<Selectable<ProcessOrder>> = [ProcessOrder.PROCESS_ORDER]

All key fields of the ProcessOrder entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PROCESS_ORDERS"

Technical service name for ProcessOrder.

Methods

Static builder

  • Returns an entity builder to construct instances ProcessOrder.

    Returns EntityBuilderType<ProcessOrder, ProcessOrderType>

    A builder that constructs instances of entity type ProcessOrder.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProcessOrder>

    A builder that constructs instances of entity type ProcessOrder.

Static requestBuilder

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

    Returns ProcessOrderRequestBuilder

    A ProcessOrder request builder.