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

Find Function Code

Former Member
0 Likes
3,571

Hi all,

I want to find function code for 'Garphic' button on the applicaiton tollbar of standard ALV report.

I searched in standard status of SAPLSALV and also in all gui_status in function group SMPF.

IF anyone know, please let me know.

Thanks,

Ridhima.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,590

press /h in the text box at top left , click on graphic button and enter , now it will come to debugging mode , now check for sy-ucomm

6 REPLIES 6
Read only

Former Member
0 Likes
1,591

press /h in the text box at top left , click on graphic button and enter , now it will come to debugging mode , now check for sy-ucomm

Read only

Former Member
0 Likes
1,590

Hi,

check out in debug mode by clicking on

graphic button.

Regards

Amole

Read only

Former Member
0 Likes
1,590

Hi ridhima,

1. simple

2. U can put /H (debug)

press the button in any alv report,

and check for sy-ucomm.

3. Other way is

4. goto se80

5. open function group SALV

6. in that there is gui 'STANDARD'

7. there u will find all codes and buttons.

regards,

amit m.

Read only

Former Member
0 Likes
1,590

Hi,

Function code for graphic button is &ABC

Regards

Amole

Read only

Former Member
0 Likes
1,590

Thanks a lot.

Read only

Former Member
0 Likes
1,590

hi,

You can use the fm <b>RS_CUA_GET_FUNCTIONS</b> to get the list of function codes for a given program.

Go to SE37, give the program name(SAPLSALV) as the input parameter for this fm and just execute. You get the get hte list populated in Function_list table. You can know the fcode by seeing the icon displayed beside the text.

I think this is a simple way, as we can know the function codes of many even.

Regards,

Sailaja.