‎2007 Apr 18 1:37 PM
Hi,
Where can I find Function codes?
See for removing buttons like sort asc, sort dsc, filter etc in ALV report we use IT_EXCLUDING parameter and pass the relevant function codes..
How can we find the Function codes for the same..
regards,
nazeer
‎2007 Apr 18 1:38 PM
Place the cursor on that button (using the tab key on the key board).
Press f1. You can find the fcode for that button.
regards,
Ravi
‎2007 Apr 18 1:38 PM
Place the cursor on that button (using the tab key on the key board).
Press f1. You can find the fcode for that button.
regards,
Ravi
‎2007 Apr 18 1:38 PM
In the ALV list when displayed go to
system-> status u get window there u have a field GUI Status double click you will navigate to se41 there u can find all the FCODEs
santhosh
‎2007 Apr 18 1:51 PM
Hai,
To know the function code:
Press F1 and F9 on the button.
Hope this also helps you.
Reward points if it helps you.
Regds,
Rama chary.Pammi
‎2007 Apr 19 5:08 AM
Hi nazeer,
Go to Se37 and Enter the Function Module Name like 'Reuse_Alv_Grid_Display' and See the Documentation Of the Function Module.
In It_Excluding parameter Documentation Consist of all the Function Codes For all Functions like Sort, Choose Options.
Note : Reward If Helpful.
Thanks.