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

fcodes - overview

Former Member
0 Likes
738

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
Read only

Former Member
0 Likes
681

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
Read only

Former Member
0 Likes
681

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

Read only

Vinod_Chandran
Active Contributor
0 Likes
681

Hi,

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

Cheers

Vinod

Read only

Former Member
0 Likes
681

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.

Read only

Former Member
0 Likes
682

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

Read only

0 Likes
681

Perfect!