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

fuction codes

Former Member
0 Likes
536

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

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

4 REPLIES 4
Read only

Former Member
0 Likes
514

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

Read only

Former Member
0 Likes
513

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

Read only

Former Member
0 Likes
513

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

Read only

Former Member
0 Likes
513

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.