2006 Aug 11 10:18 PM
How to use two output tables in ALV.
i have to get ouput like
(FROM TABLE 1 )
user item
abc 123
def 123
(FROM TABLE 2)
auditnumber store
1234 111
1313 222
thanks
How to use two output tables in ALV.
i have to get ouput like
(FROM TABLE 1 )
user item
abc 123
def 123
(FROM TABLE 2)
auditnumber store
1234 111
1313 222
thanks
2006 Aug 11 10:28 PM
Hi,
Use the ALV function module REUSE_ALV_BLOCK_LIST_APPEND.
Thanks,
Naren
2006 Aug 12 4:33 AM
Hai,
This cannot be done through Simple ALV Function Module, ie) REUSE_ALV_GRID_DISPLAY. For this you have to use REUSE_ALV_BLOCK_LIST_DISPLAY. Call the function modules in the specified order.
REUSE_ALV_BLOCK_LIST_INIT
REUSE_ALV_BLOCK_LIST_APPEND(Depending upon the number of tables ie) 2 tables - twice call)
REUSE_ALV_BLOCK_LIST_DISPLAY.
2006 Aug 12 4:48 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |