‎2006 Nov 16 8:20 AM
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.
‎2006 Nov 16 8:24 AM
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
‎2006 Nov 16 8:30 AM
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 ...
‎2006 Nov 16 8:33 AM
See this Example programs in SE38
1.BALVBT01 (Testprogram ALV: Block list)
2.BALVBT02 (Testprogram ALV: Block list without block modules)
Ramesh.