<?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: Executing an External program from ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421683#M540694</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;You can use CL_GUI_FRONTEND_SERVICES-&amp;gt;EXECUTE to start an external application from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if the answer is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 17:23:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T17:23:23Z</dc:date>
    <item>
      <title>Executing an External program from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421679#M540690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we run a C program or any External program residing on different system from ABAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arshad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 16:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421679#M540690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T16:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Executing an External program from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421680#M540691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes, I think we can run it from ABAP, provided if both are connected with a proper Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 16:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421680#M540691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T16:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Executing an External program from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421681#M540692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the function module below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'RFC_REMOTE_PIPE' destination 'SERVER_EXEC'&lt;/P&gt;&lt;P&gt;                                  exporting&lt;/P&gt;&lt;P&gt;                                    command = w_command&lt;/P&gt;&lt;P&gt;                                    read = 'X'&lt;/P&gt;&lt;P&gt;                                  tables&lt;/P&gt;&lt;P&gt;                                    pipedata = it_ret&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;         inv_winsys       = 1&lt;/P&gt;&lt;P&gt;         no_batch         = 2&lt;/P&gt;&lt;P&gt;         selection_cancel = 3&lt;/P&gt;&lt;P&gt;         selection_error  = 4&lt;/P&gt;&lt;P&gt;         others           = 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 16:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421681#M540692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T16:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Executing an External program from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421682#M540693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible,need to have RFC Connection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with below Links :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f039a4b9b11d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f039a4b9b11d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f04624b9b11d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f04624b9b11d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f038d4b9b11d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f038d4b9b11d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f047c4b9b11d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f047c4b9b11d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f03c14b9b11d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f03c14b9b11d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 16:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421682#M540693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Executing an External program from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421683#M540694</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;You can use CL_GUI_FRONTEND_SERVICES-&amp;gt;EXECUTE to start an external application from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if the answer is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 17:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-external-program-from-abap/m-p/2421683#M540694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T17:23:23Z</dc:date>
    </item>
  </channel>
</rss>

