Application Development 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: 

alv rpeort menu bar only (system and help buutons displayed)

Former Member
0 Kudos

HI Experts,

I am getting one problem in ALV Grid display report as follows.

1: When I execute the report,in selection screen I can see all the menu bar buttons.

Problem :

After putting the values in selection screen when I run the report in output menu bar I can see only

two buttons(System and help).

Requirement: After the report output I want to show all the standard menu bar buttons.

Please explain what could be the problem and solution for same.

Thanks & Regards,

Shekhar

1 REPLY 1

Former Member
0 Kudos

Hi,

Check if you are passing any PF-STATUS to the ALV. It looks like you are passing a custom status to the ALV but it has not been created properly.

If you ahve copied this report from somewhere check if there is a PF-STATUS that is being used. it could be in the call to the function 'REUSE_ALV_GRID_DISPLAY' or also be passed to teh events table. You need to either remove the passing of the custom status or create it with standard fucntions.

Regards,

Himanshu