2009 Jun 24 12:41 PM
Hi,
We would like to show only one button with FM "POPUP_TO_CONFIRM". I have checked with various options, but could n't find solution for this. even checked all exist blogs in SDN also.
Can any body have idea how to achieve on above mentioned?
Regards,
SK.
2009 Jun 24 12:45 PM
well you got the wrong FM here...
it has quite a reading name... popup to confirm... when you are asked to confirm something you have the "cancel" option by nature, cause when i can choose only one button anyway, why the hell do you think i have to extra click it?
i´d rather go for a type I message in your case.
if you have a popup where the user HAS to click yes and has no other possibility is quite senseless since you can assume he cliocked yes and leave the popup completeley away.
2009 Jun 24 12:47 PM
2009 Jun 24 12:52 PM
Hi Suresh,
Use
POPUP_FOR_INTERACTION
Just fill the text for parameter BUTTON_1. Only one button with desired text will be displayed
Regards
2009 Jun 24 12:56 PM
Suresh ,
Goto SE51 and Craete a Modal Dialogue Box for your Calling Program and create a Custom Button on taht screen ,
And then Define your Flow Logic..Whatever maybe your requirement .
Regards,
Rajesh
2009 Jun 24 1:10 PM
Hi Ravi,
Thanks for your help. My problem has solved.
Regards,
SK.