Modifier and Type | Method and Description |
---|---|
Return |
build() |
Return.ReturnBuilder |
collectiveProcessing(String collectiveProcessing)
Constraints: Not nullable, Maximum length: 10
|
Return.ReturnBuilder |
collectiveProcessingMsgCounter(String collectiveProcessingMsgCounter)
Constraints: Not nullable, Maximum length: 2
|
Return.ReturnBuilder |
collectiveProcessingType(String collectiveProcessingType)
Constraints: Not nullable, Maximum length: 1
|
Return.ReturnBuilder |
deliveryDocument(String deliveryDocument)
Constraints: Not nullable, Maximum length: 10
|
Return.ReturnBuilder |
deliveryDocumentItem(String deliveryDocumentItem)
Constraints: Not nullable, Maximum length: 6
|
Return.ReturnBuilder |
scheduleLine(String scheduleLine)
Constraints: Not nullable, Maximum length: 4
|
Return.ReturnBuilder |
systemMessageIdentification(String systemMessageIdentification)
Constraints: Not nullable, Maximum length: 20
|
Return.ReturnBuilder |
systemMessageNumber(String systemMessageNumber)
Constraints: Not nullable, Maximum length: 3
|
Return.ReturnBuilder |
systemMessageType(String systemMessageType)
Constraints: Not nullable, Maximum length: 1
|
Return.ReturnBuilder |
systemMessageVariable1(String systemMessageVariable1)
Constraints: Not nullable, Maximum length: 50
|
Return.ReturnBuilder |
systemMessageVariable2(String systemMessageVariable2)
Constraints: Not nullable, Maximum length: 50
|
Return.ReturnBuilder |
systemMessageVariable3(String systemMessageVariable3)
Constraints: Not nullable, Maximum length: 50
|
Return.ReturnBuilder |
systemMessageVariable4(String systemMessageVariable4)
Constraints: Not nullable, Maximum length: 50
|
String |
toString() |
@Nonnull public Return.ReturnBuilder collectiveProcessing(@Nullable String collectiveProcessing)
Original property from the Odata EDM: CollectiveProcessing
The system assigns the number automatically when you create a group of deliveries or invoices, for example. You cannot change this number manually.
collectiveProcessing
- this
.@Nonnull public Return.ReturnBuilder deliveryDocument(@Nullable String deliveryDocument)
Original property from the Odata EDM: DeliveryDocument
deliveryDocument
- this
.@Nonnull public Return.ReturnBuilder deliveryDocumentItem(@Nullable String deliveryDocumentItem)
Original property from the Odata EDM: DeliveryDocumentItem
deliveryDocumentItem
- this
.@Nonnull public Return.ReturnBuilder scheduleLine(@Nullable String scheduleLine)
Original property 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.
scheduleLine
- this
.@Nonnull public Return.ReturnBuilder collectiveProcessingMsgCounter(@Nullable String collectiveProcessingMsgCounter)
Original property from the Odata EDM: CollectiveProcessingMsgCounter
collectiveProcessingMsgCounter
- this
.@Nonnull public Return.ReturnBuilder systemMessageIdentification(@Nullable String systemMessageIdentification)
Original property from the Odata EDM: SystemMessageIdentification
systemMessageIdentification
- this
.@Nonnull public Return.ReturnBuilder systemMessageNumber(@Nullable String systemMessageNumber)
Original property from the Odata EDM: SystemMessageNumber
systemMessageNumber
- this
.@Nonnull public Return.ReturnBuilder systemMessageType(@Nullable String systemMessageType)
Original property from the Odata EDM: SystemMessageType
systemMessageType
- this
.@Nonnull public Return.ReturnBuilder systemMessageVariable1(@Nullable String systemMessageVariable1)
Original property from the Odata EDM: SystemMessageVariable1
systemMessageVariable1
- this
.@Nonnull public Return.ReturnBuilder systemMessageVariable2(@Nullable String systemMessageVariable2)
Original property from the Odata EDM: SystemMessageVariable2
systemMessageVariable2
- this
.@Nonnull public Return.ReturnBuilder systemMessageVariable3(@Nullable String systemMessageVariable3)
Original property from the Odata EDM: SystemMessageVariable3
systemMessageVariable3
- this
.@Nonnull public Return.ReturnBuilder systemMessageVariable4(@Nullable String systemMessageVariable4)
Original property from the Odata EDM: SystemMessageVariable4
systemMessageVariable4
- this
.@Nonnull public Return.ReturnBuilder collectiveProcessingType(@Nullable String collectiveProcessingType)
Original property from the Odata EDM: CollectiveProcessingType
For each collective processing type you can define the types of document (for example, deliveries and billing documents) that the user can process in this way.For the collective processing of deliveries, for example, you can specify that the user can only processDeliveries that refer to existing sales ordersDelivery returns
collectiveProcessingType
- this
.Copyright © 2021 SAP SE. All rights reserved.