Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_PurchaseOrderScheduleLine" of service "API_PURCHASEORDER_PROCESS_SRV". This service is part of the following communication scenarios: Distributed Manufacturing Integration (SAP_COM_0077), Purchase Order Integration (SAP_COM_0053). See https://api.sap.com/api/API_PURCHASEORDER_PROCESS_SRV for more information.

Hierarchy

  • any
    • PurchaseOrderScheduleLine

Implements

Index

Properties

delivDateCategory

delivDateCategory: string

Category of delivery date. Indicates whether the delivery date is to be entered and displayed as a calendar day, week or month. Maximum length: 1.

nullable

performancePeriodEndDate

performancePeriodEndDate: Moment

End Date for Period of Performance.

nullable

performancePeriodStartDate

performancePeriodStartDate: Moment

Start Date for Period of Performance.

nullable

purchaseRequisition

purchaseRequisition: string

Purchase Requisition Number. Alphanumeric key uniquely identifying the document. Maximum length: 10.

nullable

purchaseRequisitionItem

purchaseRequisitionItem: string

Item number of purchase requisition. Specifies the number that uniquely identifies an item in . Maximum length: 5.

nullable

purchasingDocument

purchasingDocument: string

Purchasing Document Number. Alphanumeric key uniquely identifying the document. Maximum length: 10.

purchasingDocumentItem

purchasingDocumentItem: string

Item Number of Purchasing Document. Specifies the number that uniquely identifies an item in . Maximum length: 5.

schedLineStscDeliveryDate

schedLineStscDeliveryDate: Moment

Statistics-Relevant Delivery Date. Date for the calculation of the delivery time. Calculation of the delivery time is an element in the determination of a supplier's adherence to delivery dates (that is, the supplier's delivery timeliness, or on-time delivery performance) in MM Supplier Evaluation.If it becomes known that the supplier can only deliver ordered goods some days later than originally stipulated, for instance, you can change the delivery date accordingly for materials planning and control purposes. However, the statistics-relevant delivery date remains unchanged.As a result, the supplier's "on-time delivery performance" score worsens. At the same time, it is ensured that materials planning and control works on the basis of the right date.The system inserts the delivery date into this field in the following cases:You do not enter a statistical delivery date.You change the delivery date, have not entered a statistical delivery date, and the PO or scheduling agreement delivery schedule has not yet been transmitted to the supplier.

nullable

scheduleLine

scheduleLine: string

Delivery Schedule Line Counter. Alphanumeric key uniquely identifying the document. Maximum length: 4.

scheduleLineCommittedQuantity

scheduleLineCommittedQuantity: BigNumber

Committed Quantity. Specifies the quantity that is available or that can be delivered on confirmed date using warehouse stock and/or receipts.

nullable

scheduleLineDeliveryDate

scheduleLineDeliveryDate: Moment

Item delivery date. Date on which an item is to be delivered or the service provided.

nullable

scheduleLineDeliveryTime

scheduleLineDeliveryTime: Time

Delivery Date Time-Spot. Point in time on a certain date at which delivery is to take place.

nullable

scheduleLineOrderQuantity

scheduleLineOrderQuantity: BigNumber

Scheduled Quantity. Quantity to be delivered by the supplier in respect of this schedule line. This quantity is referred to by Goods Receiving and Invoice Verification for checking purposes.

nullable

Static ALL_FIELDS

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

All fields selector.

Static DELIV_DATE_CATEGORY

DELIV_DATE_CATEGORY: StringField<PurchaseOrderScheduleLine> = new StringField('DelivDateCategory', PurchaseOrderScheduleLine, 'Edm.String')

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

Static PERFORMANCE_PERIOD_END_DATE

PERFORMANCE_PERIOD_END_DATE: DateField<PurchaseOrderScheduleLine> = new DateField('PerformancePeriodEndDate', PurchaseOrderScheduleLine, 'Edm.DateTime')

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

Static PERFORMANCE_PERIOD_START_DATE

PERFORMANCE_PERIOD_START_DATE: DateField<PurchaseOrderScheduleLine> = new DateField('PerformancePeriodStartDate', PurchaseOrderScheduleLine, 'Edm.DateTime')

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

Static PURCHASE_REQUISITION

PURCHASE_REQUISITION: StringField<PurchaseOrderScheduleLine> = new StringField('PurchaseRequisition', PurchaseOrderScheduleLine, 'Edm.String')

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

Static PURCHASE_REQUISITION_ITEM

PURCHASE_REQUISITION_ITEM: StringField<PurchaseOrderScheduleLine> = new StringField('PurchaseRequisitionItem', PurchaseOrderScheduleLine, 'Edm.String')

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

Static PURCHASING_DOCUMENT

PURCHASING_DOCUMENT: StringField<PurchaseOrderScheduleLine> = new StringField('PurchasingDocument', PurchaseOrderScheduleLine, 'Edm.String')

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

Static PURCHASING_DOCUMENT_ITEM

PURCHASING_DOCUMENT_ITEM: StringField<PurchaseOrderScheduleLine> = new StringField('PurchasingDocumentItem', PurchaseOrderScheduleLine, 'Edm.String')

Static representation of the purchasingDocumentItem 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<PurchaseOrderScheduleLine> = new StringField('ScheduleLine', PurchaseOrderScheduleLine, '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_COMMITTED_QUANTITY

SCHEDULE_LINE_COMMITTED_QUANTITY: BigNumberField<PurchaseOrderScheduleLine> = new BigNumberField('ScheduleLineCommittedQuantity', PurchaseOrderScheduleLine, 'Edm.Decimal')

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

Static SCHEDULE_LINE_DELIVERY_DATE

SCHEDULE_LINE_DELIVERY_DATE: DateField<PurchaseOrderScheduleLine> = new DateField('ScheduleLineDeliveryDate', PurchaseOrderScheduleLine, 'Edm.DateTime')

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

Static SCHEDULE_LINE_DELIVERY_TIME

SCHEDULE_LINE_DELIVERY_TIME: TimeField<PurchaseOrderScheduleLine> = new TimeField('ScheduleLineDeliveryTime', PurchaseOrderScheduleLine, 'Edm.Time')

Static representation of the scheduleLineDeliveryTime 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<PurchaseOrderScheduleLine> = new BigNumberField('ScheduleLineOrderQuantity', PurchaseOrderScheduleLine, '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 SCHED_LINE_STSC_DELIVERY_DATE

SCHED_LINE_STSC_DELIVERY_DATE: DateField<PurchaseOrderScheduleLine> = new DateField('SchedLineStscDeliveryDate', PurchaseOrderScheduleLine, 'Edm.DateTime')

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

Static _allFields

_allFields: any[] = [PurchaseOrderScheduleLine.PURCHASING_DOCUMENT,PurchaseOrderScheduleLine.PURCHASING_DOCUMENT_ITEM,PurchaseOrderScheduleLine.SCHEDULE_LINE,PurchaseOrderScheduleLine.DELIV_DATE_CATEGORY,PurchaseOrderScheduleLine.SCHEDULE_LINE_DELIVERY_DATE,PurchaseOrderScheduleLine.SCHEDULE_LINE_ORDER_QUANTITY,PurchaseOrderScheduleLine.SCHEDULE_LINE_DELIVERY_TIME,PurchaseOrderScheduleLine.SCHED_LINE_STSC_DELIVERY_DATE,PurchaseOrderScheduleLine.PURCHASE_REQUISITION,PurchaseOrderScheduleLine.PURCHASE_REQUISITION_ITEM,PurchaseOrderScheduleLine.SCHEDULE_LINE_COMMITTED_QUANTITY,PurchaseOrderScheduleLine.PERFORMANCE_PERIOD_START_DATE,PurchaseOrderScheduleLine.PERFORMANCE_PERIOD_END_DATE]

All fields of the PurchaseOrderScheduleLine entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_PurchaseOrderScheduleLine"

Technical entity name for PurchaseOrderScheduleLine.

Static _keyFields

_keyFields: Array<Selectable<PurchaseOrderScheduleLine>> = [PurchaseOrderScheduleLine.PURCHASING_DOCUMENT, PurchaseOrderScheduleLine.PURCHASING_DOCUMENT_ITEM, PurchaseOrderScheduleLine.SCHEDULE_LINE]

All key fields of the PurchaseOrderScheduleLine entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PURCHASEORDER_PROCESS_SRV"

Technical service name for PurchaseOrderScheduleLine.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PurchaseOrderScheduleLine>

    A builder that constructs instances of entity type PurchaseOrderScheduleLine.

Static requestBuilder

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

    Returns PurchaseOrderScheduleLineRequestBuilder

    A PurchaseOrderScheduleLine request builder.