public static final class CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder extends Object
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder customerReturn(CustomerReturn value)
value
- The CustomerReturn to build this CustomerReturnScheduleLine with.@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder customerReturn(String value)
Original property name from the Odata EDM: CustomerReturn
value
- The customerReturn to build this CustomerReturnScheduleLine with.@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder customerReturnItem(CustomerReturnItem value)
value
- The CustomerReturnItem to build this CustomerReturnScheduleLine with.@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder customerReturnItem(String value)
Original property name from the Odata EDM: CustomerReturnItem
value
- The customerReturnItem to build this CustomerReturnScheduleLine with.public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder scheduleLine(@Nullable String scheduleLine)
Original property name from the Odata EDM: ScheduleLine
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.
public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder orderQuantityUnit(@Nullable String orderQuantityUnit)
Original property name from the Odata EDM: OrderQuantityUnit
public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder confdOrderQtyByMatlAvailCheck(@Nullable BigDecimal confdOrderQtyByMatlAvailCheck)
Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
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).
public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder deliveredQtyInOrderQtyUnit(@Nullable BigDecimal deliveredQtyInOrderQtyUnit)
Original property name from the Odata EDM: DeliveredQtyInOrderQtyUnit
public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder openConfdDelivQtyInOrdQtyUnit(@Nullable BigDecimal openConfdDelivQtyInOrdQtyUnit)
Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder delivBlockReasonForSchedLine(@Nullable String delivBlockReasonForSchedLine)
Original property name from the Odata EDM: DelivBlockReasonForSchedLine
public CustomerReturnScheduleLine build()
Copyright © 2019 SAP SE. All rights reserved.