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

Function codes ininteractive ALV

Former Member
0 Likes
629

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

Former Member
0 Likes
593

Hi,

Check this table,

RSNORMTXT -CODE ---Std Function codes

4 REPLIES 4
Read only

Former Member
0 Likes
593

Hi,

In debugg you can check those function codes.

Regards

Pinaki

Read only

Former Member
0 Likes
594

Hi,

Check this table,

RSNORMTXT -CODE ---Std Function codes

Read only

Former Member
0 Likes
593

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.

Read only

Former Member
0 Likes
593

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.