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

regarding Search help exit ( Table parameter obsolate )

Former Member
0 Likes
686

Hi,

I am working in ECC 6 version and in Function module builder 'Table Parameter is marked as obsolate ' and i cant entry any thing there .

My problem is i want to write a search help exit and due to this obsolate problem i maintained parameters in Changing parameters . When i attached my exit to the search help it shows error , it says like for an exit there must be a table parameter in the interface . What can i do in this case , Please help?

Regards,

Ratheesh BS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

Hi Rateesh,

Though TABLES parameter is obsolete in Function Builder, You can use it. You need to use LIKE instead of TYPE. This will solve the issue.

Best Regards,

Ram.

2 REPLIES 2
Read only

Former Member
0 Likes
619

Hi Rateesh,

Though TABLES parameter is obsolete in Function Builder, You can use it. You need to use LIKE instead of TYPE. This will solve the issue.

Best Regards,

Ram.

Read only

Former Member
0 Likes
618

Yes Ran Kumar Is correct.