2024 Jul 08 2:16 PM
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
2024 Jul 08 2:23 PM
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).
2024 Jul 08 3:07 PM
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