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

ALV list

Former Member
0 Likes
459

Hi all

When I output the ALV grid to ALV list, the menu bar on the ALV list has a ?????????????? ????????? as menu objects . What can I do to remove these question marks from the menu bar.

I am using ABAP objects to output data into the ALV grid.

Please help

Thanks

Adhil

Hi all

When I output the ALV grid to ALV list, the menu bar on the ALV list has a ?????????????? ????????? as menu objects . What can I do to remove these question marks from the menu bar.

I am using ABAP objects to output data into the ALV grid.

Please help

Thanks

Adhil

2 REPLIES 2
Read only

Former Member
0 Likes
432

Hi,

There might be a problem with the menu painter if u r using any. Check it.

Read only

0 Likes
432

You can remove all the unnesesary button by passing button names through

"it_toolbar_excluding"

internal table in "set_table_for_first_display" function of AVL Grid object.

Hope this helps