‎2009 Dec 02 2:53 PM
Hi experts,
i have to display a table with multiple headers. Example:
Header 1 = Sales order header
Header 2 = Sales order items
It's possible to create an ABAP list with 2 headers?
Thanks in advance.
‎2009 Dec 02 2:56 PM
Hi Dan,
I dont think its possible. However if you use BLOCKED ALV concept, you can give a heading for each table.
Regards
Abhii
‎2009 Dec 02 2:56 PM
Hi Dan,
I dont think its possible. However if you use BLOCKED ALV concept, you can give a heading for each table.
Regards
Abhii
‎2009 Dec 02 3:06 PM
Then, in SQ01 report this thing it's possible ...i saw many reports created in SQ01 with multiple table headers (ABAP list)
‎2009 Dec 02 3:11 PM
‎2009 Dec 02 3:34 PM
an example of multiple headers in ALV list is in t-code ME2L. Actually, table from ME2L contains 3 headers.
So, how it's possible to creat such a table ?
‎2009 Dec 02 3:46 PM
Hi Dan,
It is not called mutiple header. You can use Hirarchical ALV.
Regards
Abhii
‎2009 Dec 02 3:48 PM
Hi
If you need an ALV layout just as that transaction, u need to use the fm ALV REUSE_ALV_HIERSEQ_LIST_DISPLAY
Max
‎2009 Dec 02 3:09 PM
Hi,
Iam not sure but maybe it is possible by joining the two list...Otherwise REUSE_ALV_BLOCK_LIST_APPEND FM is also there..
Also try to combine with fieldcatlog merge.
Thanks & Regards,
Anagah Deshmukh