cancel
Showing results for 
Search instead for 
Did you mean: 

Clear Message Log

Former Member
0 Kudos

Hi Experts!

Please go through my code:

It displays message but when area is empty it displays <b>'No Message'</b>.

How can i hide it? Even applying Clear_Messages....

CALL METHOD l_current_controller->get_message_manager

RECEIVING

message_manager = l_message_manager.

l_message_manager->clear_messages( ).

CALL METHOD l_message_manager->report_t100_message

EXPORTING

msgid = 'ZHRM_PZ28'

msgno = msg_val

msgty = msg_typ.

Thanks in advance,

Accepted Solutions (1)

Accepted Solutions (1)

SergioFerrari
Active Contributor
0 Kudos

How your WDA (Web Dynpro Application) is set?

Have a look via SE80 to the properties of your WDA.

You should find an area called "Handling of message", try changing the setting.

Sergio

Answers (0)