2009 Dec 04 2:16 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
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
2009 Dec 04 2:25 PM
Use method REUSE_ALV_GRID_DISPLAY_LVC and all buttons will come in application toolbar.
2009 Dec 04 2:29 PM
Hi pawan,
That is not a method.Its a function Module.
Regards,
Reddy.
2009 Dec 04 2:40 PM
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.