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

ALV Total Text

Former Member
0 Likes
762

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
Read only

Former Member
0 Likes
736

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
Read only

Former Member
0 Likes
737

Hi,

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

Cheers,

Kothand

Read only

Former Member
0 Likes
736

This message was moderated.

Read only

Former Member
0 Likes
736

Hi,

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


gs_layout-totals_text = 'Total'.

Thanks,

Sriram Ponna.