Application Development 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: 

search exit

Former Member
0 Kudos
75

hi all,

i created a function module similar to f4if_shlp_exit_example

i wrote code for CALLCONTROL-STEP = 'SELECT'.

and attached my elementary search help to standard.

when f4...hit list is empty with titles but its displaying one entry found at bottom.

thanks.

2 REPLIES 2

Former Member
0 Kudos
47

Hi ,

Refer f4if_shlp_exit_example functionl module where used list program for exaple.

former_member156446
Active Contributor
0 Kudos
47

Hi Krupa

You need to use this FM also .. to have the data in lt_result to show up in the Pop up sscreen..

* Prepare for output
CALL FUNCTION 'F4UT_RESULTS_MAP'
TABLES
shlp_tab = shlp_tab
record_tab = record_tab
source_tab = lt_result
CHANGING
shlp = shlp
callcontrol = callcontrol
EXCEPTIONS
illegal_structure = 1
OTHERS = 2.

For info check [my wiki On CRM search help exit.|https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/creatingaSearchhelpexit(CRMobject)]