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

Pivot table in ALV layout

Former Member
0 Likes
1,066

Hello All,

I am creating a report output using ALV grid. We have created multiple output layouts. But we need one layout that will be a pivot table of the output list. But I am unable to create any pivots in the ALV grid.

Is this possible in any form of ALV? Can a object oriented ALV help?

Any answers will be appreciated.

Thank you.

Regards,

Salai.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
580

Are you trying to create a summary of a list? If so, create it in another internal table and present that table in ALV (or SALV, preferably).

Hello All,

I am creating a report output using ALV grid. We have created multiple output layouts. But we need one layout that will be a pivot table of the output list. But I am unable to create any pivots in the ALV grid.

Is this possible in any form of ALV? Can a object oriented ALV help?

Any answers will be appreciated.

Thank you.

Regards,

Salai.

1 REPLY 1
Read only

Former Member
0 Likes
581

Are you trying to create a summary of a list? If so, create it in another internal table and present that table in ALV (or SALV, preferably).