<?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: Regarding ALE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668105#M295588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;As per my analysis of your requirement BAPI would suite best, if you go with ALE, u need to use external connectors and they may not be synchronous with your applications, whenever you are trying to use external applications BAPI will be very much suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2006 09:40:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-25T09:40:28Z</dc:date>
    <item>
      <title>Regarding ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668101#M295584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am very new to ALE. I know all the concepts. But i got one doubt. I am having one requirement, we are using ECC 6.0 system. client having a Java application, there they will create POs. We need to capture that data in SAP. Which way is best one?? Whether Java supports BAPIs, if we go for ALE, do we need any middle ware?? &lt;/P&gt;&lt;P&gt;  Please provide the details ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2006 14:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668101#M295584</guid>
      <dc:creator>csyadlapalli</dc:creator>
      <dc:date>2006-10-21T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668102#M295585</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;   Since the source is a custom application, the suggested method would be using a BAPI. ALE is best when two SAP applications are talking...otherwise, mapping the idoc structure with data would be mean a lot of effort on the Java development(positions would be hard-coded etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Many corporates don't allow all applications to link directly to their SAP boxes, in such cases, all connections need to be routed thro' a middleware. Otherwise, yes a java application can call a BAPI on SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2006 02:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668102#M295585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-22T02:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668103#M295586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a piece of middleware that is well know by Java programmes: the SAP Java Connector (JCo).&lt;/P&gt;&lt;P&gt;With JCo, Java is able to communicate with SAP :&lt;/P&gt;&lt;P&gt; - synchronously / asynchronously&lt;/P&gt;&lt;P&gt; - simple connections / pool of connections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, you can either call RFC Function Modules (including BAPIs) or send Idocs (thus, ALE) to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last choice depends greatly on your requirements. Usually, when you have to be synchronous, you go for BAPI. With IDocs, it is far easier to re-process things when they have gone wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2006 07:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668103#M295586</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2006-10-22T07:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668104#M295587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On either case you will need a Java connector. For more information look at:&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://service.sap.com/connectors"&amp;gt;External Connectors&amp;lt;/a&amp;gt;.Read the overview for Java connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One you have established the connection, you can call BAPIs directly from your JAVA application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need further info let me know..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 21:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668104#M295587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T21:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668105#M295588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;As per my analysis of your requirement BAPI would suite best, if you go with ALE, u need to use external connectors and they may not be synchronous with your applications, whenever you are trying to use external applications BAPI will be very much suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 09:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ale/m-p/1668105#M295588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T09:40:28Z</dc:date>
    </item>
  </channel>
</rss>

