<?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 Execute external command from app server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810517#M1781258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having an program (*.exe) sitting on a windows server which I would need to execute from inside SAP. Our SAP server is running on a Unix platform.&lt;/P&gt;&lt;P&gt;The location where the program is, is an NFS mount and sitting in folder /usr/sap/archive/basis/TDS/. So this is physically on the Windows box but mounted to the Unix server under the above location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you can execute an external command via SM69 but what would be the parameters to enter there? I already searched the internets but did not find anything for this particular problem.&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 11:49:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-04T11:49:02Z</dc:date>
    <item>
      <title>Execute external command from app server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810517#M1781258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having an program (*.exe) sitting on a windows server which I would need to execute from inside SAP. Our SAP server is running on a Unix platform.&lt;/P&gt;&lt;P&gt;The location where the program is, is an NFS mount and sitting in folder /usr/sap/archive/basis/TDS/. So this is physically on the Windows box but mounted to the Unix server under the above location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you can execute an external command via SM69 but what would be the parameters to enter there? I already searched the internets but did not find anything for this particular problem.&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810517#M1781258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-04T11:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Execute external command from app server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810518#M1781259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am not sure, I could look into it but my first thought was could you not use cl_gui_frontend_services=&amp;gt;execute? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 13:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810518#M1781259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-04T13:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Execute external command from app server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810519#M1781260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just spent more than 2 seconds thinking. Are you meaning the parameters for the .exe? Cant you execute the exe at cmd and enter ? i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test.exe? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should bring up a list of parameters. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 13:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810519#M1781260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-04T13:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Execute external command from app server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810520#M1781261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam. In fact we just found the solution for doing this. We would need to install a stand alone gateway on the Window server in order to do an RFC call type T.&lt;/P&gt;&lt;P&gt;In the call you can specify the program which you want to run with all the needed parameters (destination,...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810520#M1781261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T08:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Execute external command from app server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810521#M1781262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems nifty. I must admit I have never had a requirement to trigger an external exe outside of SAP (other than i.e) so how would you do this? Do you have a link to the info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 10:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810521#M1781262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T10:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Execute external command from app server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810522#M1781263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use this to convert *.html pages into *.pdf pages in background. There are a number of free html to pdf converters which you can download on the internet. Unfortunalty, none of them work 100% on a Unix environment (app server of our SAP). Therefore we installed the program on a Windows environment, installed a stand alone gateway so our SAP can do an RFC call to the Windows server.&lt;/P&gt;&lt;P&gt;In sm59, you can define a RFC type TCP/IP. You can there do a remote execution on the target host you specify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810522#M1781263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T13:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Execute external command from app server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810523#M1781264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really surprised to read that HTML2PDF is more simple in M$ server than in Unix server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you html pages is produced by SAP, maybe there is a conversion from OTF to&amp;nbsp; HTML ...&amp;nbsp; and maybe you could bypass it and convert it directly to PDF ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-external-command-from-app-server/m-p/9810523#M1781264</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-10-08T13:21:18Z</dc:date>
    </item>
  </channel>
</rss>

