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

ABAP list with multiple headers

Former Member
0 Likes
1,139

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
971

Hi Dan,

I dont think its possible. However if you use BLOCKED ALV concept, you can give a heading for each table.

Regards

Abhii

7 REPLIES 7
Read only

Former Member
0 Likes
972

Hi Dan,

I dont think its possible. However if you use BLOCKED ALV concept, you can give a heading for each table.

Regards

Abhii

Read only

0 Likes
971

Then, in SQ01 report this thing it's possible ...i saw many reports created in SQ01 with multiple table headers (ABAP list)

Read only

0 Likes
971

Hi Dan,

FYI .

[;

Regards

Abhii

Read only

0 Likes
971

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 ?

Read only

0 Likes
971

Hi Dan,

It is not called mutiple header. You can use Hirarchical ALV.

Regards

Abhii

Read only

0 Likes
971

Hi

If you need an ALV layout just as that transaction, u need to use the fm ALV REUSE_ALV_HIERSEQ_LIST_DISPLAY

Max

Read only

Former Member
0 Likes
971

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