cancel
Showing results for 
Search instead for 
Did you mean: 

Show PDF documents from BO in WebDynpro ABAP

Former Member
0 Kudos

Hi experts.

I have some fix PDF docs, stored using Bussiness Objects. I can not use Mime objects, and I need show this .pdfs in my webdynpro.

Currently I have defined a content as XString to store mi pdf. I have a Function which recovery mi pdf and show it directly.

When I call it, a dump is appeared.

How can recovery my .pdf and show it in my webdynpro??

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

what is the exact error dump. on which place on you source you get this error. Write in detail.

I assume that you have interactiveForm UI element and pdfSource property is bind to the XSTRING.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi both.

I have already solved the problem. Finally, I have got mi .pdf stored in BO in a XSTRING table.

After that. I bound the table, and i am showing the .pdf.

Thanks for the help.

Former Member
0 Kudos

Create an xstring type field in your context & store your pdf xstring there. In your layout, bind this field to your interactive form (pdfSource property). -Khai-