2006 Sep 13 10:06 AM
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.
2006 Sep 13 10:10 AM
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
2006 Sep 13 10:10 AM
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
2006 Sep 13 10:12 AM
Hi,
check out in debug mode by clicking on
graphic button.
Regards
Amole
2006 Sep 13 10:21 AM
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.
2006 Sep 13 10:37 AM
2006 Sep 13 10:39 AM
2006 Sep 13 10:40 AM
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.