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: 

How to display pdf file once a program is executed?

Former Member
0 Kudos

I am writing a program in se80 and i am getting the pdf data in the type FPFORMOUTPUT-PDF.

Now i want to display the pdf once the user execute the program. Is there a FM to do that? The pdf should open in Adobe so i have would have the option of printing or saving the pdf file.

Any help will be appreciated.

Thanks

1 REPLY 1

Former Member
0 Kudos

hi,

well i don't think that there is any FM to call pdf but you can always save the pdf in local disk and then use FM GUI_RUN to specify the pdf's path and once the file's printing is done..use gui_delete to delete the same file..

I hope this might help u.

regards,

Gaurav