‎2008 Feb 17 6:01 PM
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
‎2008 Feb 17 6:41 PM
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.
‎2008 Feb 17 6:54 PM
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