<?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 Preferred communication technology in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934375#M61605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know which type of communication you use to let ABAP communicate with an external non ABAP program. I use RFC calls to an in SM59 defined registered server application. I don't use the SAP DCOM Connector because it has been set end-of-life. I also don't use SAP . NET Connector because we are not (jet) using the .net architecture. I also don't use IDocs, because I don't want to use a polling server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what you use and why you prefer that type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2005 09:42:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-09T09:42:08Z</dc:date>
    <item>
      <title>Preferred communication technology</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934375#M61605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know which type of communication you use to let ABAP communicate with an external non ABAP program. I use RFC calls to an in SM59 defined registered server application. I don't use the SAP DCOM Connector because it has been set end-of-life. I also don't use SAP . NET Connector because we are not (jet) using the .net architecture. I also don't use IDocs, because I don't want to use a polling server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what you use and why you prefer that type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 09:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934375#M61605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T09:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Preferred communication technology</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934376#M61606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;Normally non-SAPenvironment talk to sap through RFC or bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SAP were to talk to non-sap (or vice versa), mostly edi or ale is used. because you have tracking of status and all that. and this is a very efficient way of sending info. RFC destinations are only a remote way to connect to a system. it will ofcourse be required in idocs itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ahvent made use of dcom or .net&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that answers ur question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;PP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 10:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934376#M61606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T10:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Preferred communication technology</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934377#M61607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the communication to a non SAP programm to start an function of that application. I do not have the intention to send a large amount of data, just some parameters and then receive a result from the application. This works fine with RFC but I would like to know if there are alternatives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 11:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934377#M61607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Preferred communication technology</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934378#M61608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, I think you can using some FM to launch a EXE to run, like &lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES method: EXECUTE or fm WS_EXECUTE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the result turn back, you can coordinate with external application to restore result in a directory, and you upload it with WS_UPLOAD or GUI_UPLOAD or etc.&lt;/P&gt;&lt;P&gt;But there is only one question left, when you can trigger to read the result.&lt;/P&gt;&lt;P&gt;If you don't want to make the solution too compact, then you can wait for a enough time and read result in ABAP side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be helpful, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 12:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/preferred-communication-technology/m-p/934378#M61608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T12:10:41Z</dc:date>
    </item>
  </channel>
</rss>

