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 Exit

arpitgoyal
Product and Topic Expert
Product and Topic Expert
0 Likes
869

Hi

I have created a Srch Help - TESTSRCHHELP. To this I have added the Search Help Exit: TESTFUNCMODULE (a function module). Now when I try to activate the SRCH HELP I get the following error message:

Function module TESTFUNCMODULE has no TABLES-parameter SHLP_TAB

Function module TESTFUNCMODULE has no TABLES-parameter RECORD_TAB

I then tried to change my TESTFUNCMODULE to add TABLES parameter SHLP_TAB and RECORD_TAB. But I get the following error:

TABLES parameters are obsolete!

What to do now? I can't create Search Help because it gives me error on Function Module and Function Module can't have Tables parameter cause they are obsolete.

What am I doing wrong here?

~Arpit

5 REPLIES 5
Read only

Former Member
0 Likes
764

Try to create those parameters in CHANGING tab.

Regards

Sathar

Read only

arpitgoyal
Product and Topic Expert
Product and Topic Expert
0 Likes
764

thanks for the reply, but:

Function module TESTFUNCMODULE has no TABLES-parameter SHLP_TAB

Function module TESTFUNCMODULE has no TABLES-parameter RECORD_TAB

Required CHANGING-parameter SHLP_TAB of function module TESTFUNCMODULE invalid

Required CHANGING-parameter RECORD_TAB of function module TESTFUNCMODULE invalid

Got this error!!!

Any other way?

Regards,

Arpit

Read only

arpitgoyal
Product and Topic Expert
Product and Topic Expert
0 Likes
764

Got a workaround

Read only

0 Likes
764

Hi Arpit,

What was your workaround?

Could you please specify if you remember?

Thanks

Read only

arpitgoyal
Product and Topic Expert
Product and Topic Expert
764

Sorry it has been 11 yes since this and 10 yes since I touched ABAP. So don’t think I recall any of it.