‎2008 Dec 31 8:34 AM
Hi all,
i created a function module using F4IF_SHLP_EXIT_EXAMPLE.
i wrote code in IF CALLCONTROL-STEP = 'SELECT'.
record_tab is populated with values.
the only problem iam facing is in va01 i attached this search help..but iam not getting
values in hitlist.it is empty with titles.
can anyone suggest some solution.
thanks
‎2008 Dec 31 8:43 AM
Hello,
https[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-edc983384237]
Regards,
Ramya
‎2008 Dec 31 8:45 AM
hi,
AT SELECTION-SCREEN ON VALUE-REQUEST FOR field.
select the field in internal table
use f.m
F4IF_INT_TABLE_VALUE_REQUEST.
and pass the i.tab here in
tables
value_t = i_tab
check this link
http://help.sap.com/erp2005_ehp_04/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm
thanks