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: 
Read only

Search Help CALL SCREEN

fabio_bellocchio
Participant
0 Likes
1,105

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
Read only

mvoros
Active Contributor
0 Likes
875

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

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!

6 REPLIES 6
Read only

mvoros
Active Contributor
0 Likes
876

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

Read only

0 Likes
875

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

Read only

mvoros
Active Contributor
0 Likes
875

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.

Read only

former_member156446
Active Contributor
0 Likes
875

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]

Read only

Former Member
Read only

fabio_bellocchio
Participant
0 Likes
875

The problem was solved with Search Help KRED_C.