‎2008 May 22 4:13 AM
hi! all
How to display 2 alv displays in a report but not an Interactive report ?
Thanks and Regards,
Nagulan
‎2008 May 22 4:17 AM
You can do this using Events in ALV.
Check program SALV_DEMO_TABLE_EVENTS.
Regards,
Atish
‎2008 May 22 4:18 AM
‎2008 May 22 4:41 AM
Hi,
U can use BLOCK ALV for displaying 2 different repors.
use FM: REUSE_ALV_BLOCK_LIST_INIT,
REUSE_ALV_BLOCK_LIST_APPEND'
REUSE_ALV_BLOCK_LIST_DISPLAY.
use .....BLOCK_LIST_APPEND twice to prvide 2 o/p tables.
Reward if helpful.
Regards.