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

Display multiple tables as output

Former Member
0 Likes
3,039

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,035

Hi,

Try to use REUSE_ALV_BLOCK_LIST_DISPLAY.

Regards,

Dhina.

Read only

Former Member
0 Likes
1,035

Hi,

Check the below thread

please Search the forum or all the available sources

Cheerz

Ram

Read only

Former Member
0 Likes
1,035

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..