cancel
Showing results for 
Search instead for 
Did you mean: 

Split ALV row into multiple lines

prathamesh_gandhi
Participant
0 Kudos

Hi All,

I have 20 columns in my alv, i want to show first 10 columns in one line and next 10 columns in 2nd line. this should be applicable for all rows in available in alv.

Column

row1 row1 row1 row1 row1 row1 row1 row1 row1 row1

Value

row1 row1 row1 row1 row1 row1 row1 row1 row1 row1

Value

row2 row2 row2 row2 row2 row2 row2 row2 row2 row2

Value

row2 row2 row2 row2 row2 row2 row2 row2 row2 row2

Value

Is this possible in webdynpro abap?? How to do this??

Thanks In Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

you can use Header group. refer http://help.sap.com/saphelp_nw70/helpdata/en/b5/ac884118aa1709e10000000a155106/content.htm

also you can have 2 columns in the ALV binded to internal table having 2 fields of type string and then populate the internal table by concatenating 1st 10 column values (separated by space) into single column and do the same for 2nd column.

Thanks,

Chandra

prathamesh_gandhi
Participant
0 Kudos

Hi all,

can any one help me on this..please?

Hi Thomus Jung,

Please give me some hint for this.

Thanks In Advance,

Prathamesh