Modifier and Type | Method and Description |
---|---|
Messages |
build() |
Messages.MessagesBuilder |
message(String message)
Constraints: Not nullable, Maximum length: 220
|
String |
toString() |
Messages.MessagesBuilder |
type_2(String type_2)
Constraints: Not nullable, Maximum length: 1
|
@Nonnull public Messages.MessagesBuilder type_2(@Nullable String type_2)
Original property from the Odata EDM: Type
"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.
type_2
- this
.@Nonnull public Messages.MessagesBuilder message(@Nullable String message)
Original property from the Odata EDM: Message
message
- this
.Copyright © 2021 SAP SE. All rights reserved.