<?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 file with pc default program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499422#M17174</link>
    <description>&lt;P&gt;To add to Volker's answer - when you open a file on PC, you are actually using a feature of the OS. So this task is not really "open a file" but rather "execute an external program". &lt;/P&gt;
  &lt;P&gt;Google search for "ABAP open external program site:sap.com" should provide enough food for thought and for further investigation.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 18:19:32 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2017-11-07T18:19:32Z</dc:date>
    <item>
      <title>Open file with pc default program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499420#M17172</link>
      <description>&lt;P&gt;Hi Experts &lt;/P&gt;
  &lt;P&gt;i'm writing a report which should open file with the default pc program.. &lt;/P&gt;
  &lt;P&gt;For expamle:&lt;/P&gt;
  &lt;P&gt;pdf file shoulds be open with adobe reader, if it's a solidworks extension with solidworks, if cad with cad and so on.... but in the pc and not in sap gui. any help?any suggestions?&lt;/P&gt;
  &lt;P&gt; Thanks &lt;/P&gt;
  &lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 11:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499420#M17172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-11-07T11:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open file with pc default program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499421#M17173</link>
      <description>&lt;P&gt;did you try external OS command?&lt;/P&gt;
  &lt;P&gt;transaction SM69&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 12:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499421#M17173</guid>
      <dc:creator>former_member226519</dc:creator>
      <dc:date>2017-11-07T12:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Open file with pc default program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499422#M17174</link>
      <description>&lt;P&gt;To add to Volker's answer - when you open a file on PC, you are actually using a feature of the OS. So this task is not really "open a file" but rather "execute an external program". &lt;/P&gt;
  &lt;P&gt;Google search for "ABAP open external program site:sap.com" should provide enough food for thought and for further investigation.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499422#M17174</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-11-07T18:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Open file with pc default program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499423#M17175</link>
      <description>&lt;P&gt;To help you search, the following method opens a file with the default application (I let you find complete answers on the web):&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CALL METHOD cl_abap_frontend_services=&amp;gt;execute EXPORTING operation = 'OPEN' ...&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Nov 2017 19:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499423#M17175</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-11-07T19:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open file with pc default program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499424#M17176</link>
      <description>&lt;P&gt;Spoiler alert! This method was mentioned in one of the top Google finds after using the keywords in my answer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 22:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499424#M17176</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-11-07T22:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Open file with pc default program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499425#M17177</link>
      <description>&lt;P&gt;I know, but I found that the current answers were a little bit misleading, as they erroneously tend to SM49/SM69 because of the words ("external program".&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 06:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499425#M17177</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-11-08T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open file with pc default program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499426#M17178</link>
      <description>&lt;P&gt;Agreed. The general keywords bring up all kinds of information, some may not be relevant. &lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 15:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-file-with-pc-default-program/m-p/499426#M17178</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-11-08T15:52:50Z</dc:date>
    </item>
  </channel>
</rss>

