<?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: Question about BAPI-ALE interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955386#M66168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, don't consider it too complex.&lt;/P&gt;&lt;P&gt;The ALE message is for convert a BAPI call to a IDOC message.&lt;/P&gt;&lt;P&gt;E.G.  the BO BUS1006 has a method BAPI_BUPA_CENTRAL_SAVEREPLICA, if you create a ALE message type for it through BDBG, the system will generate two function automatively.&lt;/P&gt;&lt;P&gt;In this cast, the function is &lt;/P&gt;&lt;P&gt;ALE_BUPA_CENTRAL(outbound)&lt;/P&gt;&lt;P&gt;IDOC_INPUT_BUPA_CENTRAL(inbound).&lt;/P&gt;&lt;P&gt;In the outbound function, it will create a IDOC.&lt;/P&gt;&lt;P&gt;In the inbound function, it will call the BAPI_BUPA_CENTRAL_SAVEREPLICA.&lt;/P&gt;&lt;P&gt;Both of their interface are very familiar with the BAPI interface. Only add some ALE info like IDOC control segement, which should be filled.&lt;/P&gt;&lt;P&gt;You can fill them just like you do in IDOC world. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my answer will be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2005 08:23:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-21T08:23:29Z</dc:date>
    <item>
      <title>Question about BAPI-ALE interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955385#M66167</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 want to distribute the purchase order data to another system. The business object 'PurchaseOrder' has an ALE message type 'PORDGD'. I am trying to use the related outbound function module and I have some difficulties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I don't understand the purpose of the outbound function module OR I don't know how to execute it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand I have to provide the function module the purchase order and select the segments that I want the IDoc to contain. I also provide the name of the receiver system and to maintain the distribution model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the outbound function module should retrieve the relevant data and create an IDoc ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks, Nir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 07:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955385#M66167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T07:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question about BAPI-ALE interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955386#M66168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, don't consider it too complex.&lt;/P&gt;&lt;P&gt;The ALE message is for convert a BAPI call to a IDOC message.&lt;/P&gt;&lt;P&gt;E.G.  the BO BUS1006 has a method BAPI_BUPA_CENTRAL_SAVEREPLICA, if you create a ALE message type for it through BDBG, the system will generate two function automatively.&lt;/P&gt;&lt;P&gt;In this cast, the function is &lt;/P&gt;&lt;P&gt;ALE_BUPA_CENTRAL(outbound)&lt;/P&gt;&lt;P&gt;IDOC_INPUT_BUPA_CENTRAL(inbound).&lt;/P&gt;&lt;P&gt;In the outbound function, it will create a IDOC.&lt;/P&gt;&lt;P&gt;In the inbound function, it will call the BAPI_BUPA_CENTRAL_SAVEREPLICA.&lt;/P&gt;&lt;P&gt;Both of their interface are very familiar with the BAPI interface. Only add some ALE info like IDOC control segement, which should be filled.&lt;/P&gt;&lt;P&gt;You can fill them just like you do in IDOC world. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my answer will be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 08:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955386#M66168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T08:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question about BAPI-ALE interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955387#M66169</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;just to be sure... so the steps to follow are:&lt;/P&gt;&lt;P&gt;1. Execute the BAPI and retrieve the data&lt;/P&gt;&lt;P&gt;2. For each record retrieved in the BAPI, call the outbound FM (ALE...) to create an iDoc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks, Nir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 11:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955387#M66169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T11:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question about BAPI-ALE interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955388#M66170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, my friedn.&lt;/P&gt;&lt;P&gt;Not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, you only need to call ALE_BUPA_CENTRAL in my example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find the interface of it is very likely to the BAPI. so you can even paste your code, jus do some change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 12:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955388#M66170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T12:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question about BAPI-ALE interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955389#M66171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something additional to my formerly reply.&lt;/P&gt;&lt;P&gt;when you call ALE_BUPA_CENTRAL ,  it will generate the IDOC, which include the content you input as parameter.&lt;/P&gt;&lt;P&gt;And at last the IDOC will be sent to the specify target system according to your input on the IDOC control parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear enough for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2005 01:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-ale-interface/m-p/955389#M66171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-22T01:56:12Z</dc:date>
    </item>
  </channel>
</rss>

