Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "WarehouseOrder" of service "cds_api_warehouse_order_task". This service is part of the following communication scenarios: Warehousing - Process Warehouse Task Integration (SAP_COM_0353). See https://api.sap.com/api/API_WAREHOUSE_ORDER_TASK for more information.

Hierarchy

  • any
    • WarehouseOrder

Implements

Index

Properties

creationDateTime

creationDateTime: Moment

Creation Time.

nullable

executingResource

executingResource: string

Resource (Means of Transportation or User). Maximum length: 18.

nullable

lastChangeDateTime

lastChangeDateTime: Moment

Time of Change.

nullable

toWarehouseTask

toWarehouseTask: WarehouseTask[]

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

warehouse

warehouse: string

Warehouse Number/Warehouse Complex. Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system. All activities within a warehouse, for example, goods movements and physical inventory, are assigned to a specific warehouse number. The physical warehouse where these activities take place is identified by the warehouse number. Maximum length: 4.

warehouseOrder

warehouseOrder: string

Warehouse Order Number. Maximum length: 10.

warehouseOrderStartDateTime

warehouseOrderStartDateTime: Moment

Start Time.

nullable

warehouseOrderStatus

warehouseOrderStatus: string

Warehouse Order Status. Maximum length: 1.

nullable

warehouseOrderStatusName

warehouseOrderStatusName: string

Short Text for Fixed Values. This text appears when fixed values are displayed in the F4 help. It explains the possible input values. SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains. Maximum length: 60.

nullable

whseOrderConfirmedDateTime

whseOrderConfirmedDateTime: Moment

Time of Confirmation.

nullable

whseOrderLatestStartDateTime

whseOrderLatestStartDateTime: Moment

Latest Starting Date (LSD).

nullable

Static ALL_FIELDS

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

All fields selector.

Static CREATION_DATE_TIME

CREATION_DATE_TIME: DateField<WarehouseOrder> = new DateField('CreationDateTime', WarehouseOrder, 'Edm.DateTimeOffset')

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

Static EXECUTING_RESOURCE

EXECUTING_RESOURCE: StringField<WarehouseOrder> = new StringField('ExecutingResource', WarehouseOrder, 'Edm.String')

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

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<WarehouseOrder> = new DateField('LastChangeDateTime', WarehouseOrder, 'Edm.DateTimeOffset')

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

Static TO_WAREHOUSE_TASK

TO_WAREHOUSE_TASK: Link<WarehouseOrder, WarehouseTask> = new Link('to_WarehouseTask', WarehouseOrder, WarehouseTask)

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

Static WAREHOUSE

WAREHOUSE: StringField<WarehouseOrder> = new StringField('Warehouse', WarehouseOrder, 'Edm.String')

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

Static WAREHOUSE_ORDER

WAREHOUSE_ORDER: StringField<WarehouseOrder> = new StringField('WarehouseOrder', WarehouseOrder, 'Edm.String')

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

Static WAREHOUSE_ORDER_START_DATE_TIME

WAREHOUSE_ORDER_START_DATE_TIME: DateField<WarehouseOrder> = new DateField('WarehouseOrderStartDateTime', WarehouseOrder, 'Edm.DateTimeOffset')

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

Static WAREHOUSE_ORDER_STATUS

WAREHOUSE_ORDER_STATUS: StringField<WarehouseOrder> = new StringField('WarehouseOrderStatus', WarehouseOrder, 'Edm.String')

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

Static WAREHOUSE_ORDER_STATUS_NAME

WAREHOUSE_ORDER_STATUS_NAME: StringField<WarehouseOrder> = new StringField('WarehouseOrderStatusName', WarehouseOrder, 'Edm.String')

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

Static WHSE_ORDER_CONFIRMED_DATE_TIME

WHSE_ORDER_CONFIRMED_DATE_TIME: DateField<WarehouseOrder> = new DateField('WhseOrderConfirmedDateTime', WarehouseOrder, 'Edm.DateTimeOffset')

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

Static WHSE_ORDER_LATEST_START_DATE_TIME

WHSE_ORDER_LATEST_START_DATE_TIME: DateField<WarehouseOrder> = new DateField('WhseOrderLatestStartDateTime', WarehouseOrder, 'Edm.DateTimeOffset')

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

Static _allFields

_allFields: any[] = [WarehouseOrder.WAREHOUSE,WarehouseOrder.WAREHOUSE_ORDER,WarehouseOrder.WAREHOUSE_ORDER_STATUS,WarehouseOrder.WAREHOUSE_ORDER_STATUS_NAME,WarehouseOrder.CREATION_DATE_TIME,WarehouseOrder.WAREHOUSE_ORDER_START_DATE_TIME,WarehouseOrder.WHSE_ORDER_CONFIRMED_DATE_TIME,WarehouseOrder.LAST_CHANGE_DATE_TIME,WarehouseOrder.WHSE_ORDER_LATEST_START_DATE_TIME,WarehouseOrder.EXECUTING_RESOURCE,WarehouseOrder.TO_WAREHOUSE_TASK]

All fields of the WarehouseOrder entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "WarehouseOrder"

Technical entity name for WarehouseOrder.

Static _keyFields

_keyFields: Array<Selectable<WarehouseOrder>> = [WarehouseOrder.WAREHOUSE, WarehouseOrder.WAREHOUSE_ORDER]

All key fields of the WarehouseOrder entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "cds_api_warehouse_order_task"

Technical service name for WarehouseOrder.

Methods

Static builder

  • Returns an entity builder to construct instances WarehouseOrder.

    Returns EntityBuilderType<WarehouseOrder, WarehouseOrderType>

    A builder that constructs instances of entity type WarehouseOrder.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<WarehouseOrder>

    A builder that constructs instances of entity type WarehouseOrder.

Static requestBuilder

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

    Returns WarehouseOrderRequestBuilder

    A WarehouseOrder request builder.