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

select options prob in selection screen

Former Member
0 Likes
399

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,

3 REPLIES 3
Read only

Former Member
0 Likes
378

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 ...

Read only

Former Member
0 Likes
378

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

Read only

0 Likes
378

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.