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: 

How to display Grand Total text in ALV using oops

Former Member
0 Kudos

hi,

How to display <b>Grand Total text</b> in ALV using oops..

i don't want subtotal..

2 REPLIES 2

Former Member
0 Kudos

Vijay,

Add the fields to the table of type LVC_T_SORT and clear the SUBTOT field for which you don't want the Sub total. Pass this to the SET_TABLE_FOR_FIRST_DISPLAY method. And try specifying a value in the field SELTEXT.

Regards,

Ravi

Note : Please mark the helpful posts.

0 Kudos

hi Ravi,

thanx for the reply.

my point is actually

The result is displayed in ALv ..

when i click on the summation button on the alv screen ,the total amount is displayed at the bottom line.

now the (total) row doesnot have a text at the starting of that row ,so i want to include the text .so ,as you mentioned abt the field ,which fields to add to the table type

-


<u>--


</u>-1
1

1

1
---1

the output looks as above..now i want to write a text called total at the underline portion.