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 Header DIsplay

Former Member
0 Kudos

Hi,

I wan to display ALV report.

But I want to display sub colum headres under main column header.

For Eg:Header will look like this

Sno| opening balance |

tax1

tax2

tax3

-


|----


|

So Tax1, tax2, tax3 are sub column headres under main header - opening balance.

Plz let me know how to populate field catalogue for this case.

2 REPLIES 2

Former Member
0 Kudos

hi,

i think you can do this using a hierarchial list display

use the FM reuse_alv_hierseq_list_display

0 Kudos

Hi Sushant

Actually my data is not hierarchial so this function module will not be helpful

My data contains of three fields tax1, tax2, tax3, And i have to display it under the corresponding heading.

However above my heading for tax1, tax2, tax3 i have to display opening balance.

Its like opening balance individually does not have any value it. has 3 sub headers tax1 tax2 tax3.