public static final class ConsolidationAllMDText.ConsolidationAllMDTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ConsolidationAllMDText.ConsolidationAllMDTextBuilder |
additionalCharcFieldName(String additionalCharcFieldName)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
ConsolidationAllMDText |
build() |
ConsolidationAllMDText.ConsolidationAllMDTextBuilder |
cnsldtnAllMD(ConsolidationAllMasterData value)
Navigation property to_CnsldtnAllMD for ConsolidationAllMDText to single
ConsolidationAllMasterData.
|
ConsolidationAllMDText.ConsolidationAllMDTextBuilder |
consolidationMDLongText(String consolidationMDLongText)
Constraints: Not nullable, Maximum length: 40
|
ConsolidationAllMDText.ConsolidationAllMDTextBuilder |
consolidationMDMedText(String consolidationMDMedText)
Constraints: Not nullable, Maximum length: 20
|
ConsolidationAllMDText.ConsolidationAllMDTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public ConsolidationAllMDText.ConsolidationAllMDTextBuilder cnsldtnAllMD(ConsolidationAllMasterData value)
value
- The ConsolidationAllMasterData to build this ConsolidationAllMDText with.@Nonnull public ConsolidationAllMDText.ConsolidationAllMDTextBuilder additionalCharcFieldName(@Nullable String additionalCharcFieldName)
Original property name from the Odata EDM: AdditionalCharcFieldName
this
.@Nonnull public ConsolidationAllMDText.ConsolidationAllMDTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
language in which texts are output on the printer or on the screen.this
.@Nonnull public ConsolidationAllMDText.ConsolidationAllMDTextBuilder consolidationMDMedText(@Nullable String consolidationMDMedText)
Original property name from the Odata EDM: ConsolidationMDMedText
- Short field label- Medium-length field label- Long field label. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).A heading can be defined to output the field values in lists. This heading is automatically included in the list header row in the logon language.NoteFor more information, see Semantic Properties of Data Elements
ABAP Dictionary:this
.@Nonnull public ConsolidationAllMDText.ConsolidationAllMDTextBuilder consolidationMDLongText(@Nullable String consolidationMDLongText)
Original property name from the Odata EDM: ConsolidationMDLongText
- Short field label- Medium-length field label- Long field label. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).A heading can be defined to output the field values in lists. This heading is automatically included in the list header row in the logon language.NoteFor more information, see Semantic Properties of Data Elements
ABAP Dictionary:this
.@Nonnull public ConsolidationAllMDText build()
Copyright © 2021 SAP SE. All rights reserved.