Application Development 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: 

Conversion of ALV list display into PDF form

Former Member
0 Kudos

Hi...

I have requirement like :

After displaying the sales order header and item details in ALV report.....want to transfer this detail into PDF form.

please tell how to do this.

Thanks,

Akshaya

Edited by: Akshaya_suma on Mar 13, 2009 11:22 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Akshaya,

In the Application tool bar you need to crete the push button,

when clicking the push button....[ALV to PDF|]

for more info regarding the ALV to PDF conversion you can find in SDN

Thanks!

7 REPLIES 7

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

You want to create push button in alv row or in alv toolbar...?

Former Member
0 Kudos

Hi Akshaya,

In the Application tool bar you need to crete the push button,

when clicking the push button....[ALV to PDF|]

for more info regarding the ALV to PDF conversion you can find in SDN

Thanks!

Former Member
0 Kudos

Hi Akshaya,

Kindly go through these links below:

Hope it helps

Regrds

Mansi

Former Member
0 Kudos

Hi Akshaya,

Search SCN before posting.

There are lot of thread available.

Here is one of those:

Regards,

Nitin.

I355602
Advisor
Advisor
0 Kudos

Hi,

Approach can be that ALV is directly goes to spool and using the FM CONVERT_ABAPSPOOLJOB_2_PDF or CONVERT_OTFSPOOLJOB_2_PDF to convert to PDF.

Hope this helps you.

Regards,

Tarun

Former Member
0 Kudos

Thanks for the information

0 Kudos

Hi...

I tried with whatever information i got from SDN.(to convert ALV report to PDF form)...but still not getting the output..

I am not getting where to pass my final internal.table .....which i have obtained in ALV report while converting to PDF....and also tell what is the functionality of below FM

CALL FUNCTION 'GET_PRINT_PARAMETERS'

CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'

CALL FUNCTION 'DOWNLOAD'