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: 

Adding text to the grand total line ALV grid

Former Member
0 Kudos

Can anyone let me to get thet grand total text on ALV grid .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

There is no way u can get a text at grand total level.. but u can do the same at subtotal level.

If still u want to have a text and grand total.. Append a row each time to the internal table along with text in some field and totals in their respective fields.

Give yellow color to the grand total line...

It looks like generated by alv...

We have done this many times...

Venkat

3 REPLIES 3

Former Member
0 Kudos

Former Member
0 Kudos

Hi

There is no way u can get a text at grand total level.. but u can do the same at subtotal level.

If still u want to have a text and grand total.. Append a row each time to the internal table along with text in some field and totals in their respective fields.

Give yellow color to the grand total line...

It looks like generated by alv...

We have done this many times...

Venkat

0 Kudos

Thanks Venkata raju .I will do it the you sugessted. Thanks a lot