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 list - 2 extra rows at subtotals

Former Member
0 Kudos

Alv List display:

1)I want to have 2 extra rows at sub total level( sorting on Company code criteria).

First row for total amount and second row for percentage, these two are apart from subtotals. I am using ALV list display FM.

2)And also, subtotal text is getting truncated as per the column width. how to avoid this?

Thx in advance.

1 ACCEPTED SOLUTION

former_member186741
Active Contributor
0 Kudos

1. have a look at the events available to pass to the fm. Maybe you can use 'group_level_change'.

2. set the outputlen field of the fieldcat entry for the field in question to be long enough to show your text.

1 REPLY 1

former_member186741
Active Contributor
0 Kudos

1. have a look at the events available to pass to the fm. Maybe you can use 'group_level_change'.

2. set the outputlen field of the fieldcat entry for the field in question to be long enough to show your text.