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

doubt in alv

Former Member
0 Likes
409

hi all

i am doing alv block display ... i have to write the calculated amount as a line.... for eg.

'the total amount is : 123432424.'

below the block and continue with next block.... how to do that...

thanks in advance

lokesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
384

Use the FM <b>REUSE_ALV_COMMENTARY_WRITE</b>.

Check the program in this link:

http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm

2 REPLIES 2
Read only

Former Member
0 Likes
384

Hi,

Try using the simple WRITE statement after each block..

THanks,

Naren

Read only

Former Member
0 Likes
385

Use the FM <b>REUSE_ALV_COMMENTARY_WRITE</b>.

Check the program in this link:

http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm