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

Adding Function Codes to Default ALV ToolBar

Former Member
0 Likes
426

Hi guys,

Do you know if I can add function codes to the default SAP ALV toolbar? i.e. Update the table behind it with a couple of my own function codes.

Note: I don't want to copy the STANDARD toolbar from SALV.

Many Thanks,

Philip Johannesen

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
297

If you don't want to create a duplicate of SALV STANDARD menu you have to use OO programing to access to the toolbar.

Look at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf">ALV Gird Control (BC-SRV-ALE)</a> (look for "Defining GUI Elements in the Toolbar")

Regards