Skip to Content
0
Former Member
Feb 16, 2011 at 02:11 PM

How to download a Block List based ALV report to PDF file?

164 Views

Hi Everyone,

I need to display a report in block list alv format using REUSE_ALV_BLOCK_LIST_DISPLAY... I have done this. But my problem comes next.

1. I need to download this report to a pdf file in the user given directory - in presentation server. How can I download this in PDF format.

2. My report has TOP_OF_LIST and END_OF_LIST events. The body of the report contains a table with some material data. There should be 1 table for each material no. There are around 50 records for each material no. So I am looping at the material no. and calling REUSE_ALV_BLOCK_LIST_APPEND.

Now my problem is that I should have only 20 records in each page. How can I determine this? How do I put a page-break?

Please anyone help me.