Hi,
I have created a button to call a R3 search help using the class/method: CALL METHOD cl_wdr_value_help_handler=>handle_dd_shlp. It works; however, now I need to do the following and need some help.
1. If the user selects a record from the search results, need to navigate to the next view.
2. If the user clicks cancel (X), go back to the initial view.
Code placed after calling the method get executed, but the search help screen is still visible (on top).
The main goal here is to try to capture events of a user action when using a Search Help. Can you recommend how to achieve this?
Thanks,
Monica