Skip to Content
0
Former Member
Dec 12, 2011 at 06:36 AM

How to display error message in BSP

353 Views

Hi,

I am working on a BSP application where I want to display some error messages if a particular validation fails.

I have written the code for adding the message using CL_BSP_MESSAGES->ADD_MESSAGE in event DO_HANDLE_EVENT. The message passed is added successfully in table M_MESSAGES in method ADD_MESSAGE . But I want to know what code should be written in the layout to display this error message.