public static class SDDocumentReasonText.SDDocumentReasonTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SDDocumentReasonText |
build() |
SDDocumentReasonText.SDDocumentReasonTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SDDocumentReasonText.SDDocumentReasonTextBuilder |
sDDocumentReason(String sDDocumentReason)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
SDDocumentReasonText.SDDocumentReasonTextBuilder |
sDDocumentReasonText(String sDDocumentReasonText)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
@Nonnull public SDDocumentReasonText.SDDocumentReasonTextBuilder sDDocumentReason(@Nullable String sDDocumentReason)
Original property name from the Odata EDM: SDDocumentReason
You can freely define order reasons according to the needs of your organization. When you generate sales statistics, you can use the order reason as one of the selection criteria.Enter one of the values predefined for your system. If you are creating a credit or debit memo request, you must enter an order reason.If the order reason specifies, for example, that a customer placed a sales order as a result of contact at a trade fair, you can later generate statistics for all sales orders that were placed at trade fairs.
this
.@Nonnull public SDDocumentReasonText.SDDocumentReasonTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public SDDocumentReasonText.SDDocumentReasonTextBuilder sDDocumentReasonText(@Nullable String sDDocumentReasonText)
Original property name from the Odata EDM: SDDocumentReasonText
this
.@Nonnull public SDDocumentReasonText build()
Copyright © 2020 SAP SE. All rights reserved.