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

f4 help on field

Former Member
0 Likes
674

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

4 REPLIES 4
Read only

Former Member
0 Likes
653

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.

Read only

0 Likes
653

pls explain how to do more elaborately.

Read only

0 Likes
653

can i use 'F4IF_INT_TABLE_VALUE_REQUEST' fm code and change according to my above requirement.

pls help me

Read only

0 Likes
653

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.