Application Development 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: 

fcodes - overview

Former Member
0 Kudos

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!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

5 REPLIES 5

Former Member
0 Kudos

<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.

Vinod_Chandran
Active Contributor
0 Kudos

Hi,

I think you need to look at the PF status of the screen.

Cheers

Vinod

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

Perfect!