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: 

search help exit

Former Member
0 Kudos
120

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 !

1 ACCEPTED SOLUTION

Former Member
0 Kudos
97

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.

3 REPLIES 3

Former Member
0 Kudos
98

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.

0 Kudos
97

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...

Former Member
0 Kudos
97

solved