‎2006 Aug 14 7:00 AM
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
‎2006 Aug 14 7:04 AM
Hi Kishore,
I think u will have to capture the user actions by checking SY-UCOMM.
Cheers
VJ
‎2006 Aug 14 7:10 AM
hi,
better use a fm from funct-group SPO2 like POPUP_TO_DECIDE_WITH_MESSAGE
Andreas
‎2006 Aug 14 7:38 AM
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