cancel
Showing results for 
Search instead for 
Did you mean: 

Get GT_T100_MESSAGES

former_member271371
Participant
0 Kudos

Hello,

the method

CALL METHOD wd_comp_controller->go_message_manager->clear_Messages

clear all Messages. But I just want to delete a one warning with MsgID =

HRESS_PTARQ and MSGNO = 101. In

WD_COMP_CONTROLLER->GO_MESSAGE_MANAGER->

GT_T100_MESSAGES

How can I do it

Regards Kerim

Accepted Solutions (0)

Answers (1)

Answers (1)

sagarmehta
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Kerim,

I am assuming you are referring the Team calendar application. Unfortunately FPM does not provide a way to clear just one message. There are two options here:

1. Maintain a team for the user.

2. (I personally do not recommend the following)

Make changes to the method V_TEAM_CALENDAR -> WDDOMODIFYVIEW so that it doesn't raise the message.

In this particular application the message handler is not centrally located and because of this there WDA messages are raised from different methods as and when needed. Which makes it difficult to suppress some messages.

The method you have mentioned will clear all warning messages but only those that have a lifetime set as Manual. but in this case the lifetime is set as automatic which means that FPM will clear it based on its guidelines.

Kind regards,

Sagar