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

Former Member
0 Likes
229

HI Experts,

Iam using View and Search help exit in my search help.

as we know the search help data i mean the view will store in RECORD_TAB Data.

I need to restict this RECORD_TAB Data in my exit.For that i need to capture this RECORD_TAB Data in one internal table

in the exit.

Do we have any function module which will downloead the RECORD_TAB data into our Internal table.

1 REPLY 1
Read only

Former Member
0 Likes
200

Hi,

I cannot fully understand what you pretend, but check function F4IF_SHLP_EXIT_EXAMPLE which is used as pattern for all the search help exits to be created. Within your exit you can restrict the information. Additionally, you might [find this|http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm] interesting.