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
812

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
789
7 REPLIES 7
Read only

Former Member
0 Likes
789

use WRITE just after the function module call.

Regards

srikanth

Read only

Former Member
0 Likes
790
Read only

0 Likes
789

you can write in TOP-OF-PAGE and END-OF-PAGE events which you want to write.

ibrahim

Read only

Former Member
0 Likes
789

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

Read only

Former Member
0 Likes
789

Use END-OF-PAGE

Read only

Former Member
0 Likes
789

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

Read only

Former Member
0 Likes
789

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