2013 Jun 21 8:57 AM
I am studying the search help exit recently, I have tried all the other function in this session, but I found some problem in the CALLCONTROL-STEP = 'SELONE'.
There are some explaination in the demo program which I can't understand. The explaination list below:
* If you do not change CALLCONTROL-STEP, the next step is the
* dialog, to select one of the elementary searchhelps.
* If you want to skip this dialog, you have to return the selected
* elementary searchhelp in SHLP and to change CALLCONTROL-STEP to
* either to 'PRESEL' or to 'SELECT'.
I have two question about this. 1. What is the dialog, does it means the search help selection where we can type some filter like 'D*'?
2. How to skip the dialog, I tried many code, it can't be skipped. Anybody has the example?
2013 Jun 21 9:45 AM
2013 Jun 21 9:45 AM
2013 Jun 24 7:28 AM
Hi Raymond, I use the code you gave, but it can't stop this dialog pop-up
2013 Jun 21 12:21 PM
Hi,
if you want to skip the dialog, meaning no list appear and you return immediatly to the caller, just set
CALLCONTROL-HIDE_LIST = abap_true.
Kind regards,
Hendrik