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

Split ALV Column heading into two

Former Member
0 Likes
549

Hello All,

I have a ALV Column Header - ALV LIST - SAP 46C.

Material   |  Info Type |  Quantity |  Price etc..

Due to space contraints and other reason client needs to split the Info type column into two.

Material   |  Info  |  Quantity |  Price etc..
           | Type   |

The data records should not have any additional blank lines.

How to achieve this?

Thanks,

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
400

You have to assign X to layout property no_colhead.

Then write your heading using write statements.

Here is the exact example you are looking for [Create Multiple Lines Header In ALV List Report|http://www.freesaptutorial.com/create-multiple-lines-header-in-alv-list-report/]

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
401

You have to assign X to layout property no_colhead.

Then write your heading using write statements.

Here is the exact example you are looking for [Create Multiple Lines Header In ALV List Report|http://www.freesaptutorial.com/create-multiple-lines-header-in-alv-list-report/]