2013 May 17 12:33 PM
HI Experts i am converting alv to pdf output .i am getting pdf file but without any records.can u say where is the problem.
2013 May 17 12:59 PM
Hi Subrat,
create a spool job for your alv output and then convert the spool output to pdf using the following function module CONVERT_ABAPSPOOLJOB_2_PDF
for more information follow the below guide
http://www.slashsap.com/2011/12/convert-alv-grid-output-into-pdf-in-sap.html
regards,
narayan
2013 May 17 12:48 PM
2022 Mar 11 1:16 PM
2013 May 17 12:59 PM
Hi Subrat,
create a spool job for your alv output and then convert the spool output to pdf using the following function module CONVERT_ABAPSPOOLJOB_2_PDF
for more information follow the below guide
http://www.slashsap.com/2011/12/convert-alv-grid-output-into-pdf-in-sap.html
regards,
narayan
2013 May 19 7:28 AM
2013 May 17 1:12 PM
2013 May 17 1:22 PM
Hi subrat kumar,
Check the below threads for your reference.
http://scn.sap.com/thread/1664879
how to convert alv report into PDf ouput | SCN
https://scn.sap.com/thread/200468
Regards,
Bastin.G
2013 May 19 7:25 AM
2013 May 19 7:25 AM
2013 May 19 7:25 AM
I am getting alv pdf but data are not coming.only it s creating an pdf inside a folder .
2013 May 19 9:45 AM
Hi Subrat,
1. Display ALV output as usual using factory method .
2. Create a Button 'Download to PDF' in the GUI status
3. Set the Sy-batch as 'X'.
4. Call the Factory method for list display
5. Catch the sy-spono
6. Use the FM CONVERT_ABAPSPOOLJOB_2_PDF to convert alv data to PDF.
7. Use the FM GUI_DOWNLOAD to dowload the above PDF file
2013 May 19 5:43 PM
2013 May 19 7:35 PM
Hello subrat,
first check that in alv proper data are displayed.if proper data are come in alv ,then the internal table are fill properly .then check wheather after alv display the internal's data are cleared or refreshed. if so then remove that code line.by using break point you debug your code.
hope this will help you to solve your issue..