public static class PickingReport.PickingReportBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PickingReport.PickingReportBuilder |
actualDeliveryQuantity(BigDecimal actualDeliveryQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
PickingReport.PickingReportBuilder |
batch(String batch)
Constraints: Not nullable, Maximum length: 10
|
PickingReport |
build() |
PickingReport.PickingReportBuilder |
deliveryDocument(String deliveryDocument)
Constraints: Not nullable, Maximum length: 6
|
PickingReport.PickingReportBuilder |
deliveryDocumentItem(String deliveryDocumentItem)
Constraints: Not nullable, Maximum length: 6
|
PickingReport.PickingReportBuilder |
deliveryDocumentItemText(String deliveryDocumentItemText)
Constraints: Not nullable, Maximum length: 40
|
PickingReport.PickingReportBuilder |
deliveryQuantityUnit(String deliveryQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
PickingReport.PickingReportBuilder |
material(String material)
Constraints: Not nullable, Maximum length: 40
|
PickingReport.PickingReportBuilder |
systemMessageIdentification(String systemMessageIdentification)
Constraints: Not nullable, Maximum length: 20
|
PickingReport.PickingReportBuilder |
systemMessageNumber(String systemMessageNumber)
Constraints: Not nullable, Maximum length: 3
|
PickingReport.PickingReportBuilder |
systemMessageType(String systemMessageType)
Constraints: Not nullable, Maximum length: 1
|
PickingReport.PickingReportBuilder |
systemMessageVariable1(String systemMessageVariable1)
Constraints: Not nullable, Maximum length: 50
|
PickingReport.PickingReportBuilder |
systemMessageVariable2(String systemMessageVariable2)
Constraints: Not nullable, Maximum length: 50
|
PickingReport.PickingReportBuilder |
systemMessageVariable3(String systemMessageVariable3)
Constraints: Not nullable, Maximum length: 50
|
PickingReport.PickingReportBuilder |
systemMessageVariable4(String systemMessageVariable4)
Constraints: Not nullable, Maximum length: 50
|
String |
toString() |
@Nonnull public PickingReport.PickingReportBuilder systemMessageIdentification(@Nullable String systemMessageIdentification)
Original property from the Odata EDM: SystemMessageIdentification
systemMessageIdentification
- this
.@Nonnull public PickingReport.PickingReportBuilder systemMessageNumber(@Nullable String systemMessageNumber)
Original property from the Odata EDM: SystemMessageNumber
systemMessageNumber
- this
.@Nonnull public PickingReport.PickingReportBuilder systemMessageType(@Nullable String systemMessageType)
Original property from the Odata EDM: SystemMessageType
systemMessageType
- this
.@Nonnull public PickingReport.PickingReportBuilder systemMessageVariable1(@Nullable String systemMessageVariable1)
Original property from the Odata EDM: SystemMessageVariable1
systemMessageVariable1
- this
.@Nonnull public PickingReport.PickingReportBuilder systemMessageVariable2(@Nullable String systemMessageVariable2)
Original property from the Odata EDM: SystemMessageVariable2
systemMessageVariable2
- this
.@Nonnull public PickingReport.PickingReportBuilder systemMessageVariable3(@Nullable String systemMessageVariable3)
Original property from the Odata EDM: SystemMessageVariable3
systemMessageVariable3
- this
.@Nonnull public PickingReport.PickingReportBuilder systemMessageVariable4(@Nullable String systemMessageVariable4)
Original property from the Odata EDM: SystemMessageVariable4
systemMessageVariable4
- this
.@Nonnull public PickingReport.PickingReportBuilder batch(@Nullable String batch)
Original property from the Odata EDM: Batch
batch
- this
.@Nonnull public PickingReport.PickingReportBuilder deliveryQuantityUnit(@Nullable String deliveryQuantityUnit)
Original property from the Odata EDM: DeliveryQuantityUnit
deliveryQuantityUnit
- this
.@Nonnull public PickingReport.PickingReportBuilder actualDeliveryQuantity(@Nullable BigDecimal actualDeliveryQuantity)
Original property from the Odata EDM: ActualDeliveryQuantity
The delivery quantity may be proposed from a sales order item. You can change the quantity in the delivery, subject to any limitations that apply to over- and underdeliveries. If the delivery does not refer to a sales order, you can enter a delivery quantity manually.
actualDeliveryQuantity
- this
.@Nonnull public PickingReport.PickingReportBuilder deliveryDocumentItemText(@Nullable String deliveryDocumentItemText)
Original property from the Odata EDM: DeliveryDocumentItemText
Short texts are used throughout sales order processing, shipping, and billing. They also appear on printed order confirmations.The system proposes the short text from the material master record. If you have included a short text in a customer-material info record, it replaces the material master text during sales document processing. You can change the text at the item level in the sales document or during delivery processing.
deliveryDocumentItemText
- this
.@Nonnull public PickingReport.PickingReportBuilder material(@Nullable String material)
Original property from the Odata EDM: Material
material
- this
.@Nonnull public PickingReport.PickingReportBuilder deliveryDocumentItem(@Nullable String deliveryDocumentItem)
Original property from the Odata EDM: DeliveryDocumentItem
deliveryDocumentItem
- this
.@Nonnull public PickingReport.PickingReportBuilder deliveryDocument(@Nullable String deliveryDocument)
Original property from the Odata EDM: DeliveryDocument
deliveryDocument
- this
.@Nonnull public PickingReport build()
Copyright © 2020 SAP SE. All rights reserved.