‎2005 Oct 06 8:21 AM
Hi, are there any tables or transactions to look at to find all available fcodes? I specially need the available fcodes in the ALV Grid.
Thanks!
‎2005 Oct 06 8:38 AM
Hi,
You can find the fcodes related to alv grid in class browser.
goto SE24-> Enter class name CL_GUI_ALV_GRID.
Choose 'Display'.
Click on 'Attribute' Tab. Look at attributes starting with MC_FC_ . Actual Function codes are displayed under
initial value column.
regards,
suresh
‎2005 Oct 06 8:27 AM
<b>SAPGUI_SET_FUNCTIONCODE Execute SAP function code. Can also be used to execute transaction code by using '/o' i.e. '/OSE80'.</b>
Try this one
Also U have to check that in the layout of the screen.
‎2005 Oct 06 8:28 AM
Hi,
I think you need to look at the PF status of the screen.
Cheers
Vinod
‎2005 Oct 06 8:28 AM
Hi Rune,
check the function group
SLVC_FULLSCREEN
SLVC
to see function modules used in alv.
check these links this may help you.
http://www.sap-basis-abap.com/sapalv.htm
http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_events.htm
http://www.sapdevelopment.co.uk/reporting/alvhome.htm
regards,
venu.
‎2005 Oct 06 8:38 AM
Hi,
You can find the fcodes related to alv grid in class browser.
goto SE24-> Enter class name CL_GUI_ALV_GRID.
Choose 'Display'.
Click on 'Attribute' Tab. Look at attributes starting with MC_FC_ . Actual Function codes are displayed under
initial value column.
regards,
suresh
‎2005 Oct 06 8:42 AM