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: 

Find Function Code

Former Member
0 Kudos
2,299

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

Former Member
0 Kudos
318

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

Former Member
0 Kudos
319

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

Former Member
0 Kudos
318

Hi,

check out in debug mode by clicking on

graphic button.

Regards

Amole

Former Member
0 Kudos
318

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.

Former Member
0 Kudos
318

Hi,

Function code for graphic button is &ABC

Regards

Amole

Former Member
0 Kudos
318

Thanks a lot.

Former Member
0 Kudos
318

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.