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 Total Text

Former Member
0 Kudos

Hi Experts,

While Building the Feildcatlog I am passing for some columns as DO_SUM = X. It is caluclating the total in the last row of the report. But I need a text behind that as Total. How can I do that ?????

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In the slis_layout_alv there is one flag totals_text. Fill it with the Text you want to display there

Cheers,

Kothand

3 REPLIES 3

Former Member
0 Kudos

Hi,

In the slis_layout_alv there is one flag totals_text. Fill it with the Text you want to display there

Cheers,

Kothand

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

While defining the ALV layout, you need to use the code below:


gs_layout-totals_text = 'Total'.

Thanks,

Sriram Ponna.