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

how to find Function codes

Former Member
0 Likes
746

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

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
610

Hi,

Please check method BUILD_COMPLETE_TOOLBAR of CLASS CL_GUI_ALV_GRID.

Regards,

Ferry Lianto

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
611

Hi,

Please check method BUILD_COMPLETE_TOOLBAR of CLASS CL_GUI_ALV_GRID.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
610

Hi,

In SE24..for the class CL_GUI_ALV_GRID..The ALV function codes are available as constants...in the attributes section

Thanks

Naren

Read only

Former Member
0 Likes
610

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