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

Regarding ALV ToolBar

Former Member
0 Likes
599

Hi ,

In ALV Report using OOPS i had used SET_TABLE_FOR_FIRST_DISPLAY Method .I had header part and list area.When I am using that method stanard PF-status(like sort,filter..) are coming default in the list area only.So my report is displayed like header part, list area(with buttons like sort,filter etc..).But i need those buttons in Application toolbar?

Regards,

Reddy

Edited by: pydi reddy on Dec 4, 2009 3:17 PM

Hi ,

In ALV Report using OOPS i had used SET_TABLE_FOR_FIRST_DISPLAY Method .I had header part and list area.When I am using that method stanard PF-status(like sort,filter..) are coming default in the list area only.So my report is displayed like header part, list area(with buttons like sort,filter etc..).But i need those buttons in Application toolbar?

Regards,

Reddy

Edited by: pydi reddy on Dec 4, 2009 3:17 PM

3 REPLIES 3
Read only

Pawan_Kesari
Active Contributor
0 Likes
569

Use method REUSE_ALV_GRID_DISPLAY_LVC and all buttons will come in application toolbar.

Read only

0 Likes
569

Hi pawan,

That is not a method.Its a function Module.

Regards,

Reddy.

Read only

0 Likes
569

But this FM use the same class CL_GUI_ALV_GRID and method set_table_for_first_display to display data and moreover it will solve your problem.