Application Development 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: 

Need to to show only one button using the FM "POPUP_TO_CONFIRM"

Former Member
0 Kudos
3,644

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.

5 REPLIES 5

Former Member
0 Kudos
657

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.

Former Member
0 Kudos
657

Hi,

Check this Fm POPUP_TO_INFORM

Former Member
0 Kudos
657

Hi Suresh,

Use

POPUP_FOR_INTERACTION

Just fill the text for parameter BUTTON_1. Only one button with desired text will be displayed

Regards

Former Member
0 Kudos
657

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

Former Member
0 Kudos
657

Hi Ravi,

Thanks for your help. My problem has solved.

Regards,

SK.