‎2009 Sep 08 5:53 AM
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.
‎2009 Sep 08 12:26 PM
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
‎2009 Sep 08 12:26 PM
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
‎2009 Sep 11 9:07 AM
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