cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying a PDF on Portal

sumeet_chudiwala
Explorer
0 Kudos

Hi Freinds,

We need to display a PDF on ESS Portal using ABAP Webdynpro. This PDF is W2 Employee Copy, which is generated by calling Reprint Method of W2Form object. The W2 form is in pdf format and can be seen via SP01 transaction.

How can I display this pdf on the portal using ABAP webdynpro.

Your inputs and suggestion are awaited.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sumeet,

First, you need to create a web dynpro application which has 1 view. Put the interactive form control into the view. Bind PDF data to this control. Finally, create an iView for this application and show it in the portal.

By the way, you need to convert spool request to PDF before binding it. Check [Convert spool to PDF|http://www.sapdev.co.uk/reporting/rep_spooltopdf.htm]

Thanks,

Duy

Answers (2)

Answers (2)

sumeet_chudiwala
Explorer
0 Kudos

I got the pdf to display on portal by supplying pdf source with Xstring of the existing PDF.

Former Member
0 Kudos

Hi ,

May be you can give that PDF FORM name into Webdynpro's UI Element and display it.

Check this link : it might help you.

[Display PDF using Webdynpro for ABAP|http://sapignite.com/2010/08/tutorial-for-interactive-forms-by-adobe-using-webdynpro-for-abap/]