Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_CustomerReturnScheduleLine" of service "API_CUSTOMER_RETURN_SRV". This service is part of the following communication scenarios: Customer Return Integration (SAP_COM_0157). See https://api.sap.com/api/API_CUSTOMER_RETURN_SRV for more information.

Hierarchy

  • any
    • CustomerReturnScheduleLine

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

customerReturn

customerReturn: string

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

customerReturnItem

customerReturnItem: string

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

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

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.

toCustomerReturn

toCustomerReturn: CustomerReturn

One-to-one navigation property to the CustomerReturn entity.

toCustomerReturnItem

toCustomerReturnItem: CustomerReturnItem

One-to-one navigation property to the CustomerReturnItem entity.

Static CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK

CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK: BigNumberField<CustomerReturnScheduleLine> = new BigNumberField('ConfdOrderQtyByMatlAvailCheck', CustomerReturnScheduleLine, '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 CUSTOMER_RETURN

CUSTOMER_RETURN: StringField<CustomerReturnScheduleLine> = new StringField('CustomerReturn', CustomerReturnScheduleLine, 'Edm.String')

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

Static CUSTOMER_RETURN_ITEM

CUSTOMER_RETURN_ITEM: StringField<CustomerReturnScheduleLine> = new StringField('CustomerReturnItem', CustomerReturnScheduleLine, 'Edm.String')

Static representation of the customerReturnItem 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<CustomerReturnScheduleLine> = new BigNumberField('DeliveredQtyInOrderQtyUnit', CustomerReturnScheduleLine, '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<CustomerReturnScheduleLine> = new StringField('DelivBlockReasonForSchedLine', CustomerReturnScheduleLine, '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<CustomerReturnScheduleLine> = new BigNumberField('OpenConfdDelivQtyInOrdQtyUnit', CustomerReturnScheduleLine, '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<CustomerReturnScheduleLine> = new StringField('OrderQuantityUnit', CustomerReturnScheduleLine, '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 SCHEDULE_LINE

SCHEDULE_LINE: StringField<CustomerReturnScheduleLine> = new StringField('ScheduleLine', CustomerReturnScheduleLine, '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 TO_CUSTOMER_RETURN

TO_CUSTOMER_RETURN: OneToOneLink<CustomerReturnScheduleLine, CustomerReturn> = new OneToOneLink('to_CustomerReturn', CustomerReturnScheduleLine, CustomerReturn)

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

Static TO_CUSTOMER_RETURN_ITEM

TO_CUSTOMER_RETURN_ITEM: OneToOneLink<CustomerReturnScheduleLine, CustomerReturnItem> = new OneToOneLink('to_CustomerReturnItem', CustomerReturnScheduleLine, CustomerReturnItem)

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

Static _allFields

_allFields: any[] = [CustomerReturnScheduleLine.CUSTOMER_RETURN,CustomerReturnScheduleLine.CUSTOMER_RETURN_ITEM,CustomerReturnScheduleLine.SCHEDULE_LINE,CustomerReturnScheduleLine.ORDER_QUANTITY_UNIT,CustomerReturnScheduleLine.CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK,CustomerReturnScheduleLine.DELIVERED_QTY_IN_ORDER_QTY_UNIT,CustomerReturnScheduleLine.OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT,CustomerReturnScheduleLine.DELIV_BLOCK_REASON_FOR_SCHED_LINE,CustomerReturnScheduleLine.TO_CUSTOMER_RETURN,CustomerReturnScheduleLine.TO_CUSTOMER_RETURN_ITEM]

All fields of the CustomerReturnScheduleLine entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_CustomerReturnScheduleLine"

Technical entity name for CustomerReturnScheduleLine.

Static _keyFields

_keyFields: Array<Selectable<CustomerReturnScheduleLine>> = [CustomerReturnScheduleLine.CUSTOMER_RETURN, CustomerReturnScheduleLine.CUSTOMER_RETURN_ITEM, CustomerReturnScheduleLine.SCHEDULE_LINE]

All key fields of the CustomerReturnScheduleLine entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CUSTOMER_RETURN_SRV"

Technical service name for CustomerReturnScheduleLine.

Methods

Static builder

Static requestBuilder

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

    Returns CustomerReturnScheduleLineRequestBuilder

    A CustomerReturnScheduleLine request builder.