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

ALV

Former Member
0 Likes
432

hi! all

How to display 2 alv displays in a report but not an Interactive report ?

Thanks and Regards,

Nagulan

3 REPLIES 3
Read only

Former Member
0 Likes
410

You can do this using Events in ALV.

Check program SALV_DEMO_TABLE_EVENTS.

Regards,

Atish

Read only

Former Member
0 Likes
410

Reward points..

Read only

Former Member
0 Likes
410

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.