‎2007 Oct 19 9:41 PM
Dear SAP friends,
Does anybody knows an easy way to find function codes ( those of type ui_func) of standard ALV grid toolbar?
Searching this forum I learned that you can do se11 and read table RSMPTEXTS for program SAPLSVLV_FULLSCREEN or just se41 for program SAPLSVLV_FULLSCREEN.
Shouldn't there be some kind of complete Reference about function codes of standard ALV grid?
Please share if you know.
Thank you
Tatyana
‎2007 Oct 19 9:53 PM
Hi,
Please check method BUILD_COMPLETE_TOOLBAR of CLASS CL_GUI_ALV_GRID.
Regards,
Ferry Lianto
‎2007 Oct 19 9:53 PM
Hi,
Please check method BUILD_COMPLETE_TOOLBAR of CLASS CL_GUI_ALV_GRID.
Regards,
Ferry Lianto
‎2007 Oct 19 10:38 PM
Hi,
In SE24..for the class CL_GUI_ALV_GRID..The ALV function codes are available as constants...in the attributes section
Thanks
Naren
‎2007 Oct 23 2:55 PM
Thank you, Ferry.
Reading method BUILD_COMPLETE_TOOLBAR of class CL_GUI_ALV_GRID you
can see an icon code, function code and text for the buttons of standard ALV grid toolbar.
Regards,
Tatyana