cancel
Showing results for 
Search instead for 
Did you mean: 

Message Problem in Webdynpro

hyun-soo_kim
Explorer
0 Kudos

Hi all..

If the parent window have an error message, popup window from the parent window shows the same message as the parent. I think the error mesage is inherited from the parent.

Is there any way to avoid this?

I dont't mean not to display any messages in popup window.

I want to exclud the only message from parent.

Please give me a help.

Thanks in advance.

Soo..

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

hi,

Where ever you want to display the message just pass the parameter view as view name in the message manager like the following code.

  • report message

CALL METHOD lo_message_manager->report_t100_message

EXPORTING

msgid = 'ZHR_ERRMSG'

msgno = '085'

msgty = 'W'

view = 'POPUPVIEW' " Give View name here in which view you want to show

  • SHOW_AS_POPUP =

  • CONTROLLER_PERMANENT_MSG =

  • MSG_INDEX =

  • CANCEL_NAVIGATION =

.

i hope it helps.

regards

arjun

hyun-soo_kim
Explorer
0 Kudos

Thanks for your answer..

But my problem is..

The message that is displayed in parent windows is still displayed in child windows when popup

is generated at first.

How can i avoid this ?

Soo..

arjun_thakur
Active Contributor
0 Kudos

hi,

please give the name of parent view in the view parameter of message manager.

Answers (1)

Answers (1)

Former Member
0 Kudos

What SP Level are you on? I remember this to be a problem until SP11. There are few notes with regards to this on service market place.

Regards

Rohit Chowdhary

former_member188831
Contributor
0 Kudos

Yes i agree with Roshit.

Now i am using SP13 even i am also having parent and popup windows/views.

the messages are not apprearing..

please try to find out the notes for it and fix it.

Regards,

Mahesh.Gattu