‎2009 Feb 16 6:16 AM
hello experts,
i am facing a prob regarding select options
in selection screen .
i have likp-lfdat (delivery date),
and lilp-traid(truck no) in in selection screen .
requirement is such that , when i will enter date say 16/02/2009, then press f4 help fpr truck no,
onli those truch no will show , for that particular date,
i used f4if_int_table_value_request for that,
*but the prob is when i put date in s-screen,
if i not press enter on key-board, the desired truck no is showing, but accompanied with prev date truck no, which client don want,*
how can i rectify that plz help,
‎2009 Feb 16 6:22 AM
by using that function module u must be enter after giving the date ...
so u create a button in selection screen then click on button write the code for f4 function ..
then your problem is solved ...
‎2009 Feb 16 6:25 AM
first read the date using FM DYNP_VALUE_READ and then make use of the data returned by it.Then use FM f4if_int_table_value_request
‎2009 Feb 16 6:30 AM
hi vishal thnx for ur response,
i do used this FM named by u, its not working, i first made select date, vbeln, traid from likp, pass that itab in denp_value_read frm, then call the fm
f4if_int_table_value_request, bt its not working.