2011 Feb 21 4:52 AM
Hi,
I am working on a report program. I have two internal tables. I want to display both the internal internal tables seperaltely, on the same output screen. Plese help in how to dispaly both these tables. Currently, i am only able to display one table using the REUSE_ALV_LIST_DISPLAY. Using loop does not work in this case.
Thanks,
Prisford Pereira.
Hi,
I am working on a report program. I have two internal tables. I want to display both the internal internal tables seperaltely, on the same output screen. Plese help in how to dispaly both these tables. Currently, i am only able to display one table using the REUSE_ALV_LIST_DISPLAY. Using loop does not work in this case.
Thanks,
Prisford Pereira.
2011 Feb 21 5:05 AM
2011 Feb 21 5:07 AM
2011 Feb 21 5:15 AM
Hi,
Try to use block alv is sutable for your requirement.. the below link is for sample code for block alv report.
http://www.sap-basis-abap.com/abap/sample-program-on-block-lists.htm
Regards,
Dhina..