Application Development 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: 

How to display 2 tables in ALV simulteneously

Former Member
0 Kudos

Hi,

How do i display the output from 2 internal tables simultaneously in the screen., i.e. there will be 2 tables in output.Plz help

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

You need to use OOALV for that as REUSE dont provide this functionality.

Refer programs with BCALV_* in SE38 for details.

Regards,

Amit

Reward all helpful replies.

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

You need to use OOALV for that as REUSE dont provide this functionality.

Refer programs with BCALV_* in SE38 for details.

Regards,

Amit

Reward all helpful replies.

0 Kudos

There are several examples in SDN - have a look at:

former_member480923
Active Contributor
0 Kudos

I you dont want to use OO method then u can use the following FM

REUSE_ALV_HIERSEQ_LIST_DISPLAY or

This is used to display 2 Tables at one shot. But the condition is that u need to have some sort of relation between the 2 displayed table. Otherwise u need to divide the Screen into 2 parts by creating 2 custom Container or Use a splitter Control to divide it - then use the OO alv method to display ALV.

Hope That Helps

Anirban M.

Former Member
0 Kudos

Hi,

Please checkout this posting

Regards,

ABY