SAP NEWS-754-MESSAGES



Get Example source ABAP code based on a different SAP table
  



Messages in ABAP Release 7.54
ITOC

ABAP_MODIFICATION_NN 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.