Application Development 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 CALL SCREEN

fabio_bellocchio
Participant
0 Kudos

Hi Guys,

please.. How can a Search Help call a SCREEN ?

I have a problem in a ABAP WebDynpro app, apparently because the search help is calling a SCREEN from the program SAPLSZA1.

This is the error message:

"Sending of dynpro SAPLSZA1 0201 not possible: No window system type specified"

The search help is KRED.

Any idea??

Thanks!

1 ACCEPTED SOLUTION

mvoros
Active Contributor
0 Kudos

Hi,

it can call screen using search help exit. KRED is a collective search and for example it contains search help KREDY. This search help uses exit F4IF_SHLP_EXIT_VENDOR_FUZZY. It is just a function module.

Cheers

6 REPLIES 6

mvoros
Active Contributor
0 Kudos

Hi,

it can call screen using search help exit. KRED is a collective search and for example it contains search help KREDY. This search help uses exit F4IF_SHLP_EXIT_VENDOR_FUZZY. It is just a function module.

Cheers

0 Kudos

Great,

probably that´s the way.

Could you just tell me where I can check whether a Search Help implements an EXIT, and which is the Function Module?

Thank you very much,

regards

mvoros
Active Contributor
0 Kudos

You can easily check it in SE11. Enter the name of your search help. There is field with the name of the function module for all search helps implemented using use exit.

former_member156446
Active Contributor
0 Kudos

you can check this weblog of mine to code the search help exit

[https://wiki.sdn.sap.com/wiki/x/du0|https://wiki.sdn.sap.com/wiki/x/du0]

fabio_bellocchio
Participant
0 Kudos

The problem was solved with Search Help KRED_C.