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

F4IF_SHLP_EXIT_EXAMPLE

Former Member
0 Likes
642

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

2 REPLIES 2
Read only

Former Member
0 Likes
513

Hello,

https[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-edc983384237]

Regards,

Ramya

Read only

Former Member
0 Likes
513

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