Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8604

Re: How to read a PDF from an RFC and show it in a web page or external platform

$
0
0

Hi Luis,

 

Use the FM  GUI_DOWNLOAD to download the pdf to a temporary location. Then upload the PDF from the temporary location to web page.

 

CALL FUNCTION 'GUI_DOWNLOAD'

   EXPORTING

     filename                = <temporary_location>

     filetype                  = 'BIN'

   IMPORTING

     filelength              = <length_of_pdf>

   TABLES

     data_tab                = <pdf_content>.


With Regards,

Riju Thomas

 


Viewing all articles
Browse latest Browse all 8604

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>