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

Push Button

Former Member
0 Likes
724

I have 3 pushbuttons on my confirmation dialog screen. It's defaulting to the 3rd button. I want it to default to the 1st one which is save Yes button instead of the Cancel button. Please advice on how to do this.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
589

ello,

If you are using the function module 'POPUP_TO_CONFIRM', this function module has an import parameter called (DEFAULT_BUTTON).You can control which button seems as default one in dialog, setting this parameter.

Regards,

Sükrü

Read only

0 Likes
589

Thank you so much! I wish I had known of this module before. I will change program to use this.