public static class CustProjSlsOrdText.CustProjSlsOrdTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustProjSlsOrdText |
build() |
CustProjSlsOrdText.CustProjSlsOrdTextBuilder |
customerProject(String customerProject)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
CustProjSlsOrdText.CustProjSlsOrdTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
CustProjSlsOrdText.CustProjSlsOrdTextBuilder |
longText(String longText)
Constraints: none
|
CustProjSlsOrdText.CustProjSlsOrdTextBuilder |
longTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CustProjSlsOrdText.CustProjSlsOrdTextBuilder |
salesOrder(String salesOrder)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public CustProjSlsOrdText.CustProjSlsOrdTextBuilder customerProject(@Nullable String customerProject)
Original property name from the Odata EDM: CustomerProject
this
.@Nonnull public CustProjSlsOrdText.CustProjSlsOrdTextBuilder 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 CustProjSlsOrdText.CustProjSlsOrdTextBuilder longTextID(@Nullable String longTextID)
Original property name from the Odata EDM: LongTextID
ST for user-specific standard texts (individual texts)SYST for cross-application system textsvarious IDs for specific application departments. You must have the appropriate access authorization in order to access these texts.
(standard texts) can have the following text IDs:this
.@Nonnull public CustProjSlsOrdText.CustProjSlsOrdTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.@Nonnull public CustProjSlsOrdText.CustProjSlsOrdTextBuilder salesOrder(@Nullable String salesOrder)
Original property name from the Odata EDM: SalesOrder
this
.@Nonnull public CustProjSlsOrdText build()
Copyright © 2020 SAP SE. All rights reserved.