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

On Click Handler in Search Help

alejs
Explorer
0 Kudos
533

Hello SAP Community,

I wanted to ask if there is any way, after the search help displays the data, to check if the user makes a single click on a Row/Value?

I want to show the user another table after he clicks on a row...

Thank you very much in advance!

Alex

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
517

When the value help is invoked (e.g. F4 or click on button), instead of displaying automatically the search help, you may possibly handle it via custom ABAP code, then your custom ABAP code displays the search help, then you get the selected value, and you can do whatever you want (e.g. show another table).

Read only

0 Kudos
490

Hello Sandra_Rossi, 

Thank you for your reply. 

The requirements for our Project have been changed, i dont need to make it that compicated anymore.

Thanks again 🙂

Alex