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

Multiple ALV Display

Former Member
0 Likes
436

Hi All,

How can i display Multiple ALV Grids at a time in the output screen ?

I have to create dynamic table structures for each ALV, but all this ALV's has to be displayed at 1 time in the first output screen!

Regards

Rakesh.

3 REPLIES 3
Read only

Former Member
0 Likes
393

Have a custom control on the screen.

Create a custom conatiner.

Use EASY splitter container.

Now you have two containers, in which each of the ALV grids can be displayed with the two dynamic tables you have.

Look at the BCALV examples in your system.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
393

Hi

You create 2 fieldcatalogs

use FM Reuse_alv_block_list_append twice

and pass first fieldcatalog and second fieldcatalog and also itab1 and itab2

last caLL grid FM ...

Read only

Former Member
0 Likes
393

See this Example programs in SE38

1.BALVBT01 (Testprogram ALV: Block list)

2.BALVBT02 (Testprogram ALV: Block list without block modules)

Ramesh.