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

f2code in slis_layout_alv

Former Member
0 Likes
1,212

Hi All,

can anyone help me to understand f2code field in SLIS_LAYOUT_ALV structure. There is no description provided in the structure for this field. I' am unable to understand what sort of action can a user take on a layout by using this field.

Thanks,

BJR.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
691

You can assign any standard function code or custom function code and the Function code will get triggered for F2/Double click. Ex: if you assign f2code = '&ETA', double click / F2 on a cell will popup the Details window and if you assign custom function code, you have to handle it in User command.

1 REPLY 1
Read only

Former Member
0 Likes
692

You can assign any standard function code or custom function code and the Function code will get triggered for F2/Double click. Ex: if you assign f2code = '&ETA', double click / F2 on a cell will popup the Details window and if you assign custom function code, you have to handle it in User command.