<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Open Acrobat Reader with PDF table content in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093437#M1902678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this sap_pdf_viewer_demo gives a dump &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1291/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other ideas how to solve this issue ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br Martin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2015 20:38:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-06-01T20:38:38Z</dc:date>
    <item>
      <title>Open Acrobat Reader with PDF table content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093433#M1902674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have an function module which returns a PDF as "binary content", see bolded export parameter..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ptrm_web_form_pdf_get.&lt;/P&gt;&lt;P&gt;*"----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;*"*"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"&amp;nbsp; IMPORTING&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(I_EMPLOYEENUMBER) LIKE&amp;nbsp; BAPIEMPL-PERNR&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(I_TRIPNUMBER) LIKE&amp;nbsp; BAPITRIP-TRIPNO&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(I_PERIODNUMBER) LIKE&amp;nbsp; BAPITRVXXX-PERIOD DEFAULT '000'&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(IV_VERSION_TRIP_COMPONENT) TYPE&amp;nbsp; PTRV_TRIP_COMPONENT&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONAL&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(IV_VERSION_NUMBER) TYPE&amp;nbsp; PTRV_VERSION_NUMBER OPTIONAL&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(I_TRIP_COMPONENT) TYPE&amp;nbsp; PLAN_REQUEST DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(I_TRIP_DATA_SOURCE) TYPE&amp;nbsp; PTRV_WEB_SOURCE DEFAULT 'DB'&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(I_DISPLAY_FORM) TYPE&amp;nbsp; XFELD DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(I_LANGUAGE) LIKE&amp;nbsp; BAPITRVXXX-LANGU DEFAULT SY-LANGU&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*"&amp;nbsp; EXPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(E_PDF_FORM) TYPE&amp;nbsp; FPCONTENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*"&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ET_RETURN TYPE&amp;nbsp; BAPIRETTAB&lt;/P&gt;&lt;P&gt;*"----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to my question: is there a function module or method in some class where i can open acrobat reader and display the PDF inside acrobat reader ? (Like opening an PDF in the GOS (generic object services))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 16:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093433#M1902674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T16:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open Acrobat Reader with PDF table content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093434#M1902675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply download the PDF content on local temporary location ( C:\temp ) using CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_DOWNLOAD and display it using the CL_GUI_FRONTEND_SERVICES=&amp;gt;EXECUTE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution could be to integrate the PDF into WebDynpro - &lt;A href="http://wiki.scn.sap.com/wiki/display/WDABAP/A+Simple+Web+Dynpro+Application+to+display+a+pdf+file+in+the+browser+window" title="http://wiki.scn.sap.com/wiki/display/WDABAP/A+Simple+Web+Dynpro+Application+to+display+a+pdf+file+in+the+browser+window"&gt;A Simple Web Dynpro Application to display a pdf file in the browser window - Web Dynpro ABAP - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 16:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093434#M1902675</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2015-05-27T16:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open Acrobat Reader with PDF table content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093435#M1902676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the hints, but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2 methods you mentioned are not suitable due following reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A GUI_DOWNLOAD to local directory is a big problem. I have thousands of citrix-Users, so i don't know where i should download the data temporary. and this is a security issue, as this pdf's are very sensible with sensible data. so i have thousands of temp. pdf files downloaded sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is: is there a possibility to do this &lt;SPAN style="color: #333333; font-size: 12px;"&gt;CL_GUI_FRONTEND_SERVICES=&amp;gt;EXECUTE WITHOUT downloading the file localy ? Or any other method/function module to open the pdf without downloading it before ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 2 is not suitable. i don't want to code an Z-application for such an "simple" task, there has to be standard way &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1273/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 17:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093435#M1902676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T17:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Open Acrobat Reader with PDF table content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093436#M1902677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a look at this SAP Demo Program SAP_PDF_VIEWER_DEMO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you will get an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 18:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093436#M1902677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T18:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Open Acrobat Reader with PDF table content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093437#M1902678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this sap_pdf_viewer_demo gives a dump &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1291/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other ideas how to solve this issue ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br Martin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 20:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093437#M1902678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-01T20:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open Acrobat Reader with PDF table content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093438#M1902679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using this class CL_GOS_DOCUMENT_SERVICE, there are methods, method display_attachment useful for you, probably!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your can test method reading data from SRGBTBREL table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 21:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093438#M1902679</guid>
      <dc:creator>former_member235395</dc:creator>
      <dc:date>2015-06-01T21:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Open Acrobat Reader with PDF table content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093439#M1902680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does the same thing as what I proposed - &lt;A __default_attr="15985877" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Re: Open Acrobat Reader with PDF table content" href="https://community.sap.com/"&gt;&lt;/A&gt; -- Download the content in the local folder and call method EXECUTE to display ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think, Martin is looking for something else .. &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1291/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 21:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093439#M1902680</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2015-06-01T21:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Open Acrobat Reader with PDF table content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093440#M1902681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;downloading to a local folder is NOT allowed due to security issues. this is not an option &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1291/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 07:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-acrobat-reader-with-pdf-table-content/m-p/11093440#M1902681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-02T07:33:05Z</dc:date>
    </item>
  </channel>
</rss>

