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 Grid - Printnig field names.

Former Member
0 Kudos

Hi Gurus,

I have a requirement for a report which has the format for display as shown below.

_____________________________________________

Sr. No | Mat No. | Material grp | some material types | COLUMN HEADINGS

-


                • |*********|*************** | 10g | 20g | 30g | 40g | COLUMN HEADINGS

-


000001 |xyz*****|ABCDEFGHIJ | 005 | 0004| 002 | 003 | From this data start

-


As u can see, there is two level fields description printing... We can do it in List,

I want to know whether we can achieve it using ALV.

As shown above, field column "some material types" having sub types as 10g, 20g, 30g and 40g. So I want one column to be split into four or five columns.

*Points will be granted.

Regards,

Shailesh.

1 REPLY 1

Former Member
0 Kudos

Hi Shailesh,

The short answer is no, you cannot.

It would not make sense to do such a thing, anyway. After all, "some material types" is there as a heading for a group of four columns, but using the usual ALV-grid functionality, the user would be able, for instance, to move the 30g column to the left of the Mat No column, say.

The requirement may make sense in an ABAP list, where the columns are fixed, but not in an ALV, where the columns can be moved.

They will have to change the requirement!

John