2008 Dec 31 9:26 AM
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.
2008 Dec 31 9:58 AM
Hi ,
Refer f4if_shlp_exit_example functionl module where used list program for exaple.
2008 Dec 31 7:08 PM
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)]