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

alv

Former Member
0 Likes
339

Hi all,

so I want to make the header in two rows. Which FM shall I use?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
322

Hai,

Use this FM by passing Heading/Comments:

REUSE_ALV_COMMENTARY_WRITE

2 REPLIES 2
Read only

Former Member
0 Likes
323

Hai,

Use this FM by passing Heading/Comments:

REUSE_ALV_COMMENTARY_WRITE

Read only

0 Likes
322

Hi,

If you want to have two different rows in header for ALV, you will need to use classes instead of FM. You need to do spilt container method first. You cannot do this using FM.

Serch on google/sdn for a code of ALV using abap objects. You should be able to get that.

Hope it helps.

Regards,

Siddhesh S.Tawate