Hello Bharathi,
Bharathi asked :My requirement is to auto select few entries that i send in value tab.
In the pop up screen. ( Mark the check boxes of few entries automatically when it pop's up on F4).
What is the field that is the check box ?
i dont understand your issues.....can you clear it??? if you want some few entries then based on condition you fetch data from db table and you have to passed this internal table .........then in F4 help you only found your required few entries.......
after your fm, you have to add some code....
if sy-subrc eq 0.
read table it_return1 into wa index1.
dynpro field = wa-fieldval.
endif.
Thanks
Sabyasachi