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 & Srarch Help Exit Problem with parameter

Former Member
0 Likes
1,506

I crated a search help in se11.

after that i decleared 2 parameters from table lfa1.

and i made a search help exit for exporting a parameter.

Afater that i exported a parameter in the search help exit.

but it didn't work. I couldn't get the prarmeter in a screen.

So i tried to import the parameter after I exported the parameter. this time it worked well.

I think the parameter id memory was refreshed after the search help exit is finished.

How can I solve this problem.

I think i got succeed with this program before I made the same search help & search help exit a month ago.

but this time it didn't work.

Thank you for reading,

Regards Jonghwan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
937

Hi,

I think the parameter id would not be available after the search help exit.

The Search help exit should have the same interface parameters as the FM F4IF_SHLP_EXIT_EXAMPLE.

We cannot send the data provided on the screen to the Search help.

If you are using the screen parameter to filter some values in the values in result tab of the search help, you can do the filter after fetching all the values.

Else, you may need to enhance / use user-exit to meet ur req.

Regards,

teja

2 REPLIES 2
Read only

Former Member
0 Likes
938

Hi,

I think the parameter id would not be available after the search help exit.

The Search help exit should have the same interface parameters as the FM F4IF_SHLP_EXIT_EXAMPLE.

We cannot send the data provided on the screen to the Search help.

If you are using the screen parameter to filter some values in the values in result tab of the search help, you can do the filter after fetching all the values.

Else, you may need to enhance / use user-exit to meet ur req.

Regards,

teja

Read only

0 Likes
937

I didn't set any filter to the parameter or screen element,

I don't know why the Parameter(SAP) Memory is refreshed.

I'll search for the information about parameter id.

If i got any solutions for it,

I'll let you know

thank you for your answer.

Take a great rest for weekend.

Regards,

Jonghwan