cancel
Showing results for 
Search instead for 
Did you mean: 

integrate pdf (converted from smart form ) into portal

Former Member
0 Kudos

Hi,

My Requirement is as follows,

We are using FPM framework and the application is developed on Webdynpro Java,

When a end user fills up the details on this application form and clicks on a Review button,

it will display the summary of the above details in a PDF format.

This PDF will be converted from a smart form in backend.

My question is how do we integrate this PDF at runtime into Portal via WebDynpro Java?

Thanks in advance,

~Veena.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

First tell your abapper to make a RFC for you that returns the binary of the smartform.

Then import that RFC.

Create an Interactive Form UI Element.

-In its properties, select "usePdf" option and then in pdfSource select the attribute where the binary from the zfunction is returned.

If you dont have problems with encoding the pdf will be shown.

Wish you luck.

Bye

Former Member
0 Kudos

Seems to me like overkill to use interactive pdf ui just to display a pdf.

Answers (2)

Answers (2)

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I suggest you to raise this question also in the forum

Best Regards,

Ervin

Former Member
0 Kudos

You could pass it as a byte array to the Web Dynpro framework via a model or something along those lines.