2008 Nov 03 8:23 AM
hi all,
I want to display a table in matrix when i press f4 for a field.
the rows of the table are A,B,C,D,E and the Columns are 1,2,3,4,5.
if I click 4 opposite to A, A4 should get selected and if I click 1 opposite to B, B1 should get selected.
Tell me is this possible? if so how?
Thanks,
Uday Madhav
2008 Nov 03 8:48 AM
Yes it is possible.
Call a screen when user clicks on F4.
Use Write statement to generate a list.
Use "GET CURSOR" to read the user input. and code accordingly.
2008 Nov 03 9:56 AM
2008 Nov 03 10:55 AM
can i use 'F4IF_INT_TABLE_VALUE_REQUEST' fm code and change according to my above requirement.
pls help me
2008 Nov 03 10:20 PM
I never saw this FM doing what you want to do, I feel that only solution will be to what is mentioned above. It will take some brain, google and time. But thats the solution I guess.