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 REPORT

Former Member
0 Likes
618

Experts,

How to display long text in the End of list...

Can we use End of list event in the ALV report?

Regards,

Sridhar.

Experts,

How to display long text in the End of list...

Can we use End of list event in the ALV report?

Regards,

Sridhar.

4 REPLIES 4
Read only

Former Member
0 Likes
598

hi,

You can Add the text in the footer of the ALV.

Refer to the link.

http://www.sapdev.co.uk/reporting/alv/alvgrid_endlist.htm

Reagrds

Sumit Agarwal

Read only

Former Member
0 Likes
598

You can use END_OF_LIST , But that only appears in the Preview incase of Grid Function.

But In case of List Function it will appear .

So in your case if you are using the List Function then it will appear in the Output.

Read only

Former Member
0 Likes
598

Hi Sridhar,

U can use END_OF_LIST event in ALV reports ,

Check the sample programs where the event is used,

http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm

http://sapprograms.blogspot.com/2008/04/alv-grid-display-report.html

Regards,

Sreekar.Kadiri.

Read only

Former Member
0 Likes
598

Answered