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: 

Function codes ininteractive ALV

Former Member
0 Kudos

Hello all,

In interactive alv we can use function code as &IC1 to indicate double click .

Here my doubt is where we can find all this function codes. Is there any table or ?

Thanks in advance.

Apps.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check this table,

RSNORMTXT -CODE ---Std Function codes

4 REPLIES 4

Former Member
0 Kudos

Hi,

In debugg you can check those function codes.

Regards

Pinaki

Former Member
0 Kudos

Hi,

Check this table,

RSNORMTXT -CODE ---Std Function codes

Former Member
0 Kudos

Hi,

You can check these Standard codes using Standard Program.

in SE41(Menu Painter) give Program-SAPLSALV. and status STANDARD

and then click on display.

you can find all the function codes......

Hope this will help you.

With Regards,

Sharmishta.

Former Member
0 Kudos

Hi,

try this .

In the alv display screen,before clicking any button( if u want to know function code ),

press /h on the command box and press enter.This gives u message like debugging on.

Then click on button required,it will goto debugging ,then type sy-ucomm and press F5,u will get function code associated with the button.

Hope this helps u.