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

Former Member
0 Likes
377

Hi,

how to get the text in sub totals in the alv programming?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
355

Hi,

If you are using ALV Function Modules, then there is a parameter in Layout structure for passing subtotals text. If you pass that value then it will come.

Regards,

Rajesh

Hi,

If you are using ALV Function Modules, then there is a parameter in Layout structure for passing subtotals text. If you pass that value then it will come.

Regards,

Rajesh

3 REPLIES 3
Read only

Former Member
0 Likes
355

refer same thread...

Read only

Former Member
0 Likes
356

Hi,

If you are using ALV Function Modules, then there is a parameter in Layout structure for passing subtotals text. If you pass that value then it will come.

Regards,

Rajesh

Read only

Former Member
0 Likes
355

for that you have to use SORT internal table of ALV.

in that you will have SUBTOTAL field, put X to that.

SUB_TOT = 'X' to be populated for the field to which you want SUB TOTALS

and field catalog put totals = 'x' for any currency field.

for further help, refer this link on sdn

regards

srikanth

Message was edited by: Srikanth Kidambi