cancel
Showing results for 
Search instead for 
Did you mean: 

Message area not clearing in FPM WD-message-area after upgrade

Former Member
0 Kudos


message area not clearing in fpm and its following to other screen on clicking exit button after upgrade .

Accepted Solutions (0)

Answers (3)

Answers (3)

simon_hoeg
Advisor
Advisor
0 Kudos

Hi Koustav,

you should debug this, i.e. check for IF_FPM_MESSAGE_MANAGER how many times the messages are reported: At each roundtrip? Furthermore check the lifetime of your messages. Are they bound to the lifetime of the application?

Regards,

Simon

rohit3611
Contributor
0 Kudos

Hi,

there is a method CLEAR_MESSAGES provided by the IF_FPM_MESSAGE_MANAGER interface.


It will clear all the messages of FPM applications.


Please use it.


Best regards,

Rohit

Former Member
0 Kudos

Hi Rohit ,

I understand your point but then we have to do it manually in WDDOEXT method for each n every view but how can it be done globaly ??

rohit3611
Contributor
0 Kudos

Hi Koustav,

Generally we have a message class for APPLICATION, all the messages code are handled there.

In place of doexit, have a class for messages and with your feeder class help you handle this.

Best regards,

Rohit

Former Member
0 Kudos

Hi Koustav,

There is a method provided by IF_FPM_MESSAGE_MANAGER called CLEAR_MESSAGES.

You can use it to clear the messages.

It is the only method to clear those messages with a manual LIFETIME from the message area.

Go through this link for better understanding.

Method for Clearing Messages - Floorplan Manager for Web Dynpro ABAP - SAP Library

Regards,

AkkI