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 Menu Bar

Former Member
0 Likes
471

Hello Experts,

I am facing Problem in ALV to make my MENU BAR workable.

I have created ALV grid using container and class.

field catlog and populated that

I tried copying MENUBAR using TCode se41 form standard,

and bar is visible. but its not functioning.

I have used method set_table_for_first_display and REFRESH_TABLE_DISPLAY of class cl_gui_alv_grid to display data into grid.

Where do i need to pass the value of PF-STATUS.

So that i don't need to code for standard menubar that i have copied using Tcode SE41

Hello Experts,

I am facing Problem in ALV to make my MENU BAR workable.

I have created ALV grid using container and class.

field catlog and populated that

I tried copying MENUBAR using TCode se41 form standard,

and bar is visible. but its not functioning.

I have used method set_table_for_first_display and REFRESH_TABLE_DISPLAY of class cl_gui_alv_grid to display data into grid.

Where do i need to pass the value of PF-STATUS.

So that i don't need to code for standard menubar that i have copied using Tcode SE41

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
429

Where did you copy the standard menu bar from?

Because just copying the menu bar does not automatically mean that the function codes behind it will work.

You will have to copy the the PBO (for setting at least the PF-status) and PAI module (for handling function codes for menu bar) as well.

Read only

Former Member
0 Likes
429

Hi,

I have already done that in PBO