Skip to Content
0
Former Member
Jun 26, 2009 at 12:03 PM

how I input selection criteria to the FM F4IF_INT_TABLE_VALUE_REQUEST

462 Views

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