Application Development 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: 

ALV List with two rows of heading

Former Member
0 Kudos

Hi All,

I am working on ALV list display. I have six columns of heading in my ALV. Out of the six columns i need to display five columns in the first row and the sixth heading will be in the second row first column.

Ex:

A B C D E F

G

I need to display a row of values for Column G for every row of A,B,C,D,E,F.

How is this possible with ALV list display.

Ex.

A B C D E F

G

v1A v1B v1C v1D v1E v1F

v1G

v2A v2B v2C v2D v2E v2F

v2G

v3A v3B v3C v3D v3E v3F

v3G

Looking forward to ur reply.

Regards

Ramanan

2 REPLIES 2

Former Member
0 Kudos

Hi Raman ,

you need to use ALV hierarichal display for yr requirement.

former_member555112
Active Contributor
0 Kudos

Hi,

You can use a hierachial list to display your output as required.

You can check the example program BCALV_TEST_HIERSEQ_LIST.

Regards,

Ankur Parab

Edited by: Ankur Parab on Jun 15, 2009 12:33 PM