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: Alternate Field Catalog per Line Type possible?

Former Member
0 Kudos

I'm using the ALV Grid Classes: Is it possible to change the Field Catalog per line type? I have two different line types: 1) Interspersed headers and 2) data lines. The Interspersed headers should have no_zero = 'x' and the data lines no_zero = space.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

In ALV Grid it is not possible.,..you can switch to ALV Hierarchy Report.

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

In ALV Grid it is not possible.,..you can switch to ALV Hierarchy Report.

former_member605083
Participant
0 Kudos

It can be done by REUSE_ALV_HIERSEQ_LIST_DISPLAY in classic ALV .

Alternately, it can be done by ALV object model. Try SALV* and look into sample programs.