2009 Dec 22 9:52 AM
hello experts,
I want to display two ALV grid tables on the same screen. How can I use position(x,y) for ALV to get displayed in the same screen?
One ALV is getting displayed using fm REUSE_ALV_GRID_DISPLAY, I want to display another ALV using the same fm, but with the another internal table.
Advance thanks...
Regards,
Viral Patel
2009 Dec 24 6:33 AM
Hi,
You can go in for Block ALV, it is quite simple.
Just define a screen in the screen painter and create two custome container and use two 'set_table_for_first_display'
methods to tranfer the seperate field catalogs to the custom control.
let me know if need furthur help.
Hope this helps you.
Regards,
Abhijit G. Borkar
Hi,
You can go in for Block ALV, it is quite simple.
Just define a screen in the screen painter and create two custome container and use two 'set_table_for_first_display'
methods to tranfer the seperate field catalogs to the custom control.
let me know if need furthur help.
Hope this helps you.
Regards,
Abhijit G. Borkar
2009 Dec 22 9:58 AM
This function module only allows full screen display, you need custom splitter containers instead. See the controls examples in SE80.
Thomas
2009 Dec 22 10:00 AM
Hi,
You can achieve this using object oriented programming.
Using class 'CL_GUI_EAST_SPLITTER_CONTAINER' for multiple alv displays.
Search on the net for more information.
2009 Dec 22 10:02 AM
Hi,
As per my knowledge, you can display a single ALV on the screen using Classical ALV.
If you want to display more than 1 ALV on the same screen you have 2 options:
Use OOPS ALV
or
Use Block ALV
I hope it helps.
2009 Dec 22 10:10 AM
Hi,
You can go through following link:
http://www.sap-basis-abap.com/abap/display-two-level-interactive-list-in-alv.htm
Its a OOPs ALV try to implement this.
Vivek Gupta
2009 Dec 22 10:19 AM
HAI,
you can draw two custom controls on your Screen and then use OOPS ALV to display two grids.
Best Regards,
rama
2009 Dec 24 6:08 AM
[http://wiki.sdn.sap.com/wiki/display/ABAP/DisplaytwoormoreALVsononescreenusingSplitterControl]
2009 Dec 24 6:33 AM
Hi,
You can go in for Block ALV, it is quite simple.
Just define a screen in the screen painter and create two custome container and use two 'set_table_for_first_display'
methods to tranfer the seperate field catalogs to the custom control.
let me know if need furthur help.
Hope this helps you.
Regards,
Abhijit G. Borkar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |