
With this API method, you can suppress messages in the standard message dialog. It can only be used in the callback BeforeMessageDisplay.
To call the method, use Application.Run and specify the following input parameter:
The message ID is a unique identifier for a message that is valid in the current messages dialog. It can be retrieved with function SAPListOfMessages.
lret = Application.Run("SAPSuppressMessage", "5")
The message with message ID 5 is suppressed in the message dialog.