Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • ProductionOrderStatus

Implements

Index

Properties

isUserStatus

isUserStatus: boolean

Is User Status.

nullable

manufacturingOrder

manufacturingOrder: string

Order Number. Key that uniquely identifies an order within a client. Maximum length: 12.

statusCode

statusCode: string

Object status. Key which informs you of the current status of an object. A status can be activated either internally (system status) or externally for information and control purposes. Maximum length: 5.

statusName

statusName: string

Object status. Key with informs you of the current status of an object. A status can either be activated internally (system status) or externally (user status) for information and control purposes. Maximum length: 30.

nullable

statusShortName

statusShortName: string

Individual status of an object (short form). Key which informs you of the current status of an object. A status can be activated either internally (system status) or externally (user status) for information and control purposes. Maximum length: 4.

nullable

Static IS_USER_STATUS

IS_USER_STATUS: BooleanField<ProductionOrderStatus> = new BooleanField('IsUserStatus', ProductionOrderStatus, 'Edm.Boolean')

Static representation of the isUserStatus 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<ProductionOrderStatus> = new StringField('ManufacturingOrder', ProductionOrderStatus, '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 STATUS_CODE

STATUS_CODE: StringField<ProductionOrderStatus> = new StringField('StatusCode', ProductionOrderStatus, 'Edm.String')

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

Static STATUS_NAME

STATUS_NAME: StringField<ProductionOrderStatus> = new StringField('StatusName', ProductionOrderStatus, 'Edm.String')

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

Static STATUS_SHORT_NAME

STATUS_SHORT_NAME: StringField<ProductionOrderStatus> = new StringField('StatusShortName', ProductionOrderStatus, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ProductionOrderStatus.MANUFACTURING_ORDER,ProductionOrderStatus.STATUS_CODE,ProductionOrderStatus.IS_USER_STATUS,ProductionOrderStatus.STATUS_SHORT_NAME,ProductionOrderStatus.STATUS_NAME]

All fields of the ProductionOrderStatus entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductionOrderStatus"

Technical entity name for ProductionOrderStatus.

Static _keyFields

_keyFields: Array<Selectable<ProductionOrderStatus>> = [ProductionOrderStatus.MANUFACTURING_ORDER, ProductionOrderStatus.STATUS_CODE]

All key fields of the ProductionOrderStatus entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCTION_ORDERS"

Technical service name for ProductionOrderStatus.

Methods

Static builder

Static requestBuilder

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

    Returns ProductionOrderStatusRequestBuilder

    A ProductionOrderStatus request builder.