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

Execute program using a button on Selection screen

Former Member
0 Likes
527

Hi Experts,

I had placed a push button on my selection screen and now i want this button to carry all the behaviour of the std F8 function in terms of validations and execution.

How can i do this?

Thanks

Dany

2 REPLIES 2
Read only

Former Member
0 Likes
439

Hi dan

Try to put the Push button in Apllication tool bar level using SE41. There you can assign the function key F8.

Hope this will workout.

Regards

sandeep.

Read only

0 Likes
439

Adding to the good answer provided above, you need to put your validation logic in the event At USER-COMMAND. There is where you will process the command (function key) raised by clicking on the toolbar. (assuming you did the step described by Reddy).

Leonardo De Araujo