‎2011 Jun 28 4:38 PM
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.
‎2011 Jun 28 6:07 PM
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.
‎2011 Jun 28 6:07 PM
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.