ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 7.5x → Changes in Release 7.54
Messages in Release 7.54
1. Implicit message type in IF_T100_DYN_MSG
Other versions:
7.31 | 7.40 | 7.54
Modification 1
Implicit Message Type in IF_T100_DYN_MSG
If the object reference variable oref in the variant
MESSAGE oref of the statement
MESSAGE (for sending a message) points to an
object that includes the system interface IF_T100_DYN_MSG, the addition TYPE can be omitted and the message type from the interface attribute MSGTY of the object is used implicitly.
Until now, however, the statement MESSAGE oref could only have the further
additions RAISING and
DISPLAY LIKE if TYPE
was specified explicitly. These additions are now also possible if TYPE is not specified.