‎2006 Jul 26 1:09 PM
hi
i want to display some values after the alv grid display
how do we do that.
if i use end of selection its displaying on the next screen
thanx
‎2006 Jul 26 1:14 PM
See the example program==>
http://www.sap-img.com/abap/test-alv-display-with-header-footer.htm
Cheers,
TM
‎2006 Jul 26 1:13 PM
‎2006 Jul 26 1:14 PM
See the example program==>
http://www.sap-img.com/abap/test-alv-display-with-header-footer.htm
Cheers,
TM
‎2006 Jul 26 1:21 PM
you can write in TOP-OF-PAGE and END-OF-PAGE events which you want to write.
ibrahim
‎2006 Jul 26 1:21 PM
Hi Sandeep,
You can do this using a Custom Control. This displays the ALV Report in the Screen and you can also add values after the Report in the Screen.
Regards,
Prashanth
‎2006 Jul 26 1:26 PM
‎2006 Jul 26 1:27 PM
Hi
You can use End-of-page command.
For your reference just go through the link
http://www.cdg-inc.com/news/WhitePaper_ALV_Reporting_Power.htm
‎2006 Jul 26 1:35 PM
hi
i tried
writing write stmt next to fm and
endofpage
but its displaying on the next screen
i want it to be displayed at the bottom of alv grid