Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SalesOrderScheduleLine" of service "API_SALES_ORDER_SRV". This service is part of the following communication scenarios: Sales Order Integration (SAP_COM_0109). See https://api.sap.com/api/API_SALES_ORDER_SRV for more information.

Hierarchy

  • any
    • SalesOrderScheduleLine

Implements

Index

Properties

confdOrderQtyByMatlAvailCheck

confdOrderQtyByMatlAvailCheck: BigNumber

Confirmed Quantity. The item quantity that the system confirms for shipping after checking inventory availability. The confirmed quantity can differ from the order quantity (for example, insufficient stock is available to meet the customer's request). If the availability of inventory changes during delivery processing, the confirmed quantity can also differ from the delivered quantity that the customer actually receives.If you change the order quantity (for example, if you create new schedule lines for the item), the system updates the confirmed quantity (depending on availability).

nullable

confirmedDeliveryDate

confirmedDeliveryDate: Moment

Confirmed Delivery Date.

nullable

correctedQtyInOrderQtyUnit

correctedQtyInOrderQtyUnit: BigNumber

Corrected quantity in sales unit. Rounded quantity of the required quantity in the schedule line in the sales order. The system rounds the quantity using the rounding profiles from the customer-material info record or the material master record. The profile can be switched on for each customer.If you change the rounded quantity, the system automatically performs an availability check and/or delivery scheduling and updates the confirmed quantity. The rounded quantity is cumulated in the total order quantity of the item. The required order quantity remains as the original quantity (before rounding) in the schedule line.If the system does not round the quantity, the rounded quantity of the required order quantity in the schedule line is valid.

nullable

delivBlockReasonForSchedLine

delivBlockReasonForSchedLine: string

Schedule Line Blocked for Delivery. Indicates if a schedule line for the item is blocked for delivery. Maximum length: 2.

nullable

deliveredQtyInOrderQtyUnit

deliveredQtyInOrderQtyUnit: BigNumber

Delivered Quantity.

nullable

openConfdDelivQtyInOrdQtyUnit

openConfdDelivQtyInOrdQtyUnit: BigNumber

Open Confirmed Delivery Quantity.

nullable

orderQuantityUnit

orderQuantityUnit: string

Sales Unit. Unit of measure in which the material is sold. Maximum length: 3.

nullable

requestedDeliveryDate

requestedDeliveryDate: Moment

Requested Delivery Date.

nullable

salesOrder

salesOrder: string

Sales Document. The number that uniquely identifies the sales document. Maximum length: 10.

salesOrderItem

salesOrderItem: string

Sales Document Item. The number that uniquely identifies the item in the sales document. Maximum length: 6.

scheduleLine

scheduleLine: string

Schedule Line Number. The number that uniquely identifies the schedule line in the sales document. When an item has more than one schedule line, the system automatically assigns a unique number to each line. The number is displayed in the details screens for schedule lines.The schedule line number serves internal purposes and does not, for example, determine the sequence of schedule lines in the overview screen. The schedule lines on the overview screen are sorted by date. Maximum length: 4.

scheduleLineOrderQuantity

scheduleLineOrderQuantity: BigNumber

Order Quantity in Sales Units. Required order quantity in an individual schedule line. If you change the required order quantity in the schedule line, the system re-rounds the quantities, determines the rounded quantity, and re-runs the availability check based on the rounded quantity. The required order quantity remains as the orginal quantity (before rounding) in the schedule line.If the system does not round up the quantity, this means that the required order quantity matches the rounded quantity.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK

CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK: BigNumberField<SalesOrderScheduleLine> = new BigNumberField('ConfdOrderQtyByMatlAvailCheck', SalesOrderScheduleLine, 'Edm.Decimal')

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

Static CONFIRMED_DELIVERY_DATE

CONFIRMED_DELIVERY_DATE: DateField<SalesOrderScheduleLine> = new DateField('ConfirmedDeliveryDate', SalesOrderScheduleLine, 'Edm.DateTime')

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

Static CORRECTED_QTY_IN_ORDER_QTY_UNIT

CORRECTED_QTY_IN_ORDER_QTY_UNIT: BigNumberField<SalesOrderScheduleLine> = new BigNumberField('CorrectedQtyInOrderQtyUnit', SalesOrderScheduleLine, 'Edm.Decimal')

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

Static DELIVERED_QTY_IN_ORDER_QTY_UNIT

DELIVERED_QTY_IN_ORDER_QTY_UNIT: BigNumberField<SalesOrderScheduleLine> = new BigNumberField('DeliveredQtyInOrderQtyUnit', SalesOrderScheduleLine, 'Edm.Decimal')

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

Static DELIV_BLOCK_REASON_FOR_SCHED_LINE

DELIV_BLOCK_REASON_FOR_SCHED_LINE: StringField<SalesOrderScheduleLine> = new StringField('DelivBlockReasonForSchedLine', SalesOrderScheduleLine, 'Edm.String')

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

Static OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT

OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT: BigNumberField<SalesOrderScheduleLine> = new BigNumberField('OpenConfdDelivQtyInOrdQtyUnit', SalesOrderScheduleLine, 'Edm.Decimal')

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

Static ORDER_QUANTITY_UNIT

ORDER_QUANTITY_UNIT: StringField<SalesOrderScheduleLine> = new StringField('OrderQuantityUnit', SalesOrderScheduleLine, 'Edm.String')

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

Static REQUESTED_DELIVERY_DATE

REQUESTED_DELIVERY_DATE: DateField<SalesOrderScheduleLine> = new DateField('RequestedDeliveryDate', SalesOrderScheduleLine, 'Edm.DateTime')

Static representation of the requestedDeliveryDate 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<SalesOrderScheduleLine> = new StringField('SalesOrder', SalesOrderScheduleLine, '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<SalesOrderScheduleLine> = new StringField('SalesOrderItem', SalesOrderScheduleLine, '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 SCHEDULE_LINE

SCHEDULE_LINE: StringField<SalesOrderScheduleLine> = new StringField('ScheduleLine', SalesOrderScheduleLine, 'Edm.String')

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

Static SCHEDULE_LINE_ORDER_QUANTITY

SCHEDULE_LINE_ORDER_QUANTITY: BigNumberField<SalesOrderScheduleLine> = new BigNumberField('ScheduleLineOrderQuantity', SalesOrderScheduleLine, 'Edm.Decimal')

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

Static _allFields

_allFields: any[] = [SalesOrderScheduleLine.SALES_ORDER,SalesOrderScheduleLine.SALES_ORDER_ITEM,SalesOrderScheduleLine.SCHEDULE_LINE,SalesOrderScheduleLine.REQUESTED_DELIVERY_DATE,SalesOrderScheduleLine.CONFIRMED_DELIVERY_DATE,SalesOrderScheduleLine.ORDER_QUANTITY_UNIT,SalesOrderScheduleLine.SCHEDULE_LINE_ORDER_QUANTITY,SalesOrderScheduleLine.CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK,SalesOrderScheduleLine.DELIVERED_QTY_IN_ORDER_QTY_UNIT,SalesOrderScheduleLine.OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT,SalesOrderScheduleLine.CORRECTED_QTY_IN_ORDER_QTY_UNIT,SalesOrderScheduleLine.DELIV_BLOCK_REASON_FOR_SCHED_LINE]

All fields of the SalesOrderScheduleLine entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SalesOrderScheduleLine"

Technical entity name for SalesOrderScheduleLine.

Static _keyFields

_keyFields: Array<Selectable<SalesOrderScheduleLine>> = [SalesOrderScheduleLine.SALES_ORDER, SalesOrderScheduleLine.SALES_ORDER_ITEM, SalesOrderScheduleLine.SCHEDULE_LINE]

All key fields of the SalesOrderScheduleLine entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SALES_ORDER_SRV"

Technical service name for SalesOrderScheduleLine.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SalesOrderScheduleLine>

    A builder that constructs instances of entity type SalesOrderScheduleLine.

Static requestBuilder

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

    Returns SalesOrderScheduleLineRequestBuilder

    A SalesOrderScheduleLine request builder.