cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying PDF in an WD4A

Former Member
0 Kudos

Hello,

I am getting a table via rfc from the backend with PDF-data. The table has 64 rows type char255. In the backend i can display it with:

CALL FUNCTION 'GUI_DOWNLOAD'

EXPORTING

filename = s_path

filetype = 'BIN'

TABLES

data_tab = stream

But how to display it in WD4A. I tried the InteractiveForms UI but I get the error 'no template source'. I tried the filedownload UI and converted the table into xstring but then I can only see part of my PDF.

Any help is very much appreciated.

regards

stefan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved it myself, I had an conversion error.

Former Member
0 Kudos

Hi Stefan,

Check out the videos posted under this blog. This should be helpful.

/people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos

Regards,

Anoop