public static class FunctionMessage.FunctionMessageBuilder extends Object
Modifier and Type | Method and Description |
---|---|
FunctionMessage |
build() |
FunctionMessage.FunctionMessageBuilder |
systemMessageIdentification(String systemMessageIdentification)
Constraints: Not nullable, Maximum length: 20
|
FunctionMessage.FunctionMessageBuilder |
systemMessageLongText(String systemMessageLongText)
Constraints: Not nullable, Maximum length: 220
|
FunctionMessage.FunctionMessageBuilder |
systemMessageNumber(String systemMessageNumber)
Constraints: Not nullable, Maximum length: 3
|
FunctionMessage.FunctionMessageBuilder |
systemMessageType(String systemMessageType)
Constraints: Not nullable, Maximum length: 1
|
FunctionMessage.FunctionMessageBuilder |
systemMessageVariable1(String systemMessageVariable1)
Constraints: Not nullable, Maximum length: 50
|
FunctionMessage.FunctionMessageBuilder |
systemMessageVariable2(String systemMessageVariable2)
Constraints: Not nullable, Maximum length: 50
|
FunctionMessage.FunctionMessageBuilder |
systemMessageVariable3(String systemMessageVariable3)
Constraints: Not nullable, Maximum length: 50
|
FunctionMessage.FunctionMessageBuilder |
systemMessageVariable4(String systemMessageVariable4)
Constraints: Not nullable, Maximum length: 50
|
String |
toString() |
@Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageType(@Nullable String systemMessageType)
Original property from the Odata EDM: SystemMessageType
"S" for success messages"E" for error messages"W" for warnings"I" for information messagesDepending on the how a BAPI is implemented, if there is a termination message, a rollback can be executed in the database. All database changes since the last commit work command are cancelled. For further information see the documentation for the BAPI in question.
systemMessageType
- this
.@Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageIdentification(@Nullable String systemMessageIdentification)
Original property from the Odata EDM: SystemMessageIdentification
systemMessageIdentification
- this
.@Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageNumber(@Nullable String systemMessageNumber)
Original property from the Odata EDM: SystemMessageNumber
systemMessageNumber
- this
.@Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageLongText(@Nullable String systemMessageLongText)
Original property from the Odata EDM: SystemMessageLongText
systemMessageLongText
- this
.@Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageVariable1(@Nullable String systemMessageVariable1)
Original property from the Odata EDM: SystemMessageVariable1
systemMessageVariable1
- this
.@Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageVariable2(@Nullable String systemMessageVariable2)
Original property from the Odata EDM: SystemMessageVariable2
systemMessageVariable2
- this
.@Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageVariable3(@Nullable String systemMessageVariable3)
Original property from the Odata EDM: SystemMessageVariable3
systemMessageVariable3
- this
.@Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageVariable4(@Nullable String systemMessageVariable4)
Original property from the Odata EDM: SystemMessageVariable4
systemMessageVariable4
- this
.@Nonnull public FunctionMessage build()
Copyright © 2020 SAP SE. All rights reserved.