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

options for alv

Former Member
0 Likes
1,037

how we can display a row of totals or subtotals with headings at

end of the alv report.

how we can display a row of totals or subtotals with headings at

end of the alv report.

7 REPLIES 7
Read only

Former Member
0 Likes
1,012

Hi,

In the fieldcatalog,fill the parameter for sutotal.

i.e. fieldcat-do_sum = 'X'.

Read only

0 Likes
1,012

i used do_sum. but i want to diplay a separate row with heading

totals or with any heading.

Read only

0 Likes
1,012

check this[ pdf |http://www.erpgenie.com/sapgenie/docs/Using%20ALV.pdf]

Read only

0 Likes
1,012

Actually my requirement to display some rows at the end of alv.

Rows in the sense side headings to give some informations for

example opening balance or over all closing balances is to be diplayed

at the end of alv. plz kindly give necessary information.

regards

prasad.

Read only

0 Likes
1,012

check this [link for it|http://help.sap.com/saphelp_erp2004/helpdata/en/ee/c8e056d52611d2b468006094192fe3/content.htm]

another [link |http://www.saptechnical.com/Tutorials/ALV/Total/text.htm]also might help.

Read only

Former Member
Read only

Former Member
0 Likes
1,012

hi

see the layout structure .

in layout structure there are two fields

total-text. for total

subtotal-text . for subtotal

I_LAYOUT-totals_text = `total `.

I_LAYOUT-subtotals_text = `sub_total`.

rewards if its helpful.

regards

surender