Hi,
i implemented one FM 'F4IF_INT_TABLE_VALUE_REQUEST' in my program to show F4 help.
in that i given MULTIPLE_CHOICE = 'X' for multiple line selection, i got the desired output there is no problem with that.
but i want to show the F4 help screen with some of the record already selected.
For example.
we have NAME as search help(values HARI,MADHU,RANI,SINDHU) ,
at first i selected HARI and MADHU, and then when i press F4 again i need HARI and MADHU as already selected.
Reg,
HARIHARAN