Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding Message type W

Former Member
0 Likes
630

Hi all,

Iam using a warning message like " message w000()" , now message of this type has two controls "enter" to continue further processing and "esc" which exits from the current processing.

Now how do we catch these events( "Enter" or "Esc").

In a more crisp way , is there a method by which i can use warning message like a IF statement.

Thanks in Advance

Kishore Kumar Yerra

3 REPLIES 3
Read only

Former Member
0 Likes
583

Hi Kishore,

I think u will have to capture the user actions by checking SY-UCOMM.

Cheers

VJ

Read only

0 Likes
583

hi,

better use a fm from funct-group SPO2 like POPUP_TO_DECIDE_WITH_MESSAGE

Andreas

Read only

0 Likes
583

Hi ,

I think Andreas is right . Its better to use FM POPUP_TO_DECIDE_WITH_MESSAGE . To know more about the FM click <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/2a/f9ffe3493111d182b70000e829fbfe/frameset.htm">Here</a>

Regards ,

Shounak M