2007 Dec 17 12:37 PM
Hi everyone,
I'm struggling with a search help exit, which has to 'validate' the data returned from a search help.
SO what did I do ? On search help KOST, there's room for a search help exit.
In se37, I copied the FM F4IF_SHLP_EXIT_EXAMPLE to z_exit_kost.
After italics IF CALLCONTROL-STEP = 'DISP'.italics I coded a break-point, but it's never reached when I use the search help.
Am I missing something here ?
thanks in advance !
2007 Dec 17 4:25 PM
Did you populate your search help exit Function module to the search help itself?
You should see a field for this in the definition tab of the search help.
Best Regards,
Chris H.
2007 Dec 17 4:25 PM
Did you populate your search help exit Function module to the search help itself?
You should see a field for this in the definition tab of the search help.
Best Regards,
Chris H.
2007 Dec 17 4:30 PM
Hi Christopher,
I defined the exit in the definition of the search help.
Weird thing is, that when I put a breakpoint in the beginning of the exit, the breakpoint is called when opening the search help en when double-clicking a value in the hitlist, but not when I fill out the parameters and click on search...
2008 Jan 03 10:23 AM