‎2006 Feb 13 9:43 AM
Hi all,
I am using alv grid to display a report.
As I click one of the radio button One report should be displayed.When we click another button another set of report should be displayed. Each report uses different itab.
I need to commonize the use of the fn REUSE_ALV_BLOCK_GRID_DISPLAY.
I dont want to use the same fn again but with different itab name.
Regards,
Priya
‎2006 Feb 13 9:52 AM
Hi,
you could use your radio button to change the search of the fieldcatalog.
Don't set the name of any structure, just the fieldcatalog.
I think, you must use the internal table to set the data into the ALV Grid.
Rgd
Frédéric
‎2006 Feb 13 9:56 AM
Hi priya,
You can achieve this by displaying your report in tabstrips.But i am not sure that this facility is available in alv function modules.By using classes we can achieve this.
Bye,
Bujji
‎2006 Feb 13 9:57 AM