<?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: BAPI/ALE Integration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448470#M548585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that your requirement is to generate a ALE interface / IDoc container for a BAPI if it does not have one. If so, I suggest you to check the OSS 731418, and by tx. BDBG to generate the IDoc interface for a BAPI on SAP system. most important point is that the BAPI should be in 'Released' state. Ic case the BAPI is not released, you can create a Z BAPI which just calls the original BAPI and release this BAPI and generate an IDoc interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed the same procedure to create the IDoc interface for BAPI_PO_CREATE1 for data migration activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 04:09:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T04:09:30Z</dc:date>
    <item>
      <title>BAPI/ALE Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448469#M548584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;     Can any one help me with the issue i have , we are trying to load data from legacy system to SAP(using Ascential to load data) . Ascential has the capability of sending IDOCs to the SAP system .I need to know how i can use the BAPI to load data ( the parameters for the bapi would be provided by and inbound IDOC ) .&lt;/P&gt;&lt;P&gt;So there would be an inbound IDOC from Ascential to SAP and using the data in the IDOC a BAPI should be called and then post the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a BAPI called " FunctionalLocation " can be vfound in Tcode BAPI under Plant maintenance under technical objects .&lt;/P&gt;&lt;P&gt;and when i click the create method in that bapi and go into the detail tab i get to see that ALE message type .......  when i click on t hat i go to a transaction where i can generate an interface for the BAPI and now click on display interface ...to view the interface .&lt;/P&gt;&lt;P&gt;i need to understand the following points ( will be thankfull if any one can help ) .&lt;/P&gt;&lt;P&gt;1) do i need to create an inbound process code for this function module in the example above &lt;/P&gt;&lt;P&gt;2) do i need to set up the inbound process ... so that once an idoc hits the SAP system the appropiate function module is called ................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 22:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448469#M548584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T22:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/ALE Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448470#M548585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that your requirement is to generate a ALE interface / IDoc container for a BAPI if it does not have one. If so, I suggest you to check the OSS 731418, and by tx. BDBG to generate the IDoc interface for a BAPI on SAP system. most important point is that the BAPI should be in 'Released' state. Ic case the BAPI is not released, you can create a Z BAPI which just calls the original BAPI and release this BAPI and generate an IDoc interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed the same procedure to create the IDoc interface for BAPI_PO_CREATE1 for data migration activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 04:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448470#M548585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T04:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/ALE Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448471#M548586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamsi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When the BAPI/ALE interface is generated in the transaction BDBG, it will generat the IDOC type, Message type and the inbound Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further we need to:&lt;/P&gt;&lt;P&gt;Assign the IDOC type , Message type , Business object and the FM in WE57.&lt;/P&gt;&lt;P&gt;Create an inbound process code using the Trasaction WE42 &lt;/P&gt;&lt;P&gt;and Link it to the FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the customer distribution model use ADD BAPI under the model view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will give u the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 04:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448471#M548586</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-06-22T04:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/ALE Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448472#M548587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamsi, &lt;/P&gt;&lt;P&gt;  Small corrections in the earlier reply ..which are in [   ] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the BAPI/ALE interface is generated in the transaction BDBG, it will generat the IDOC type, Message type and the inbound Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further we need to:&lt;/P&gt;&lt;P&gt;[ Maintain FM Attributes in Tcode BD51 ]&lt;/P&gt;&lt;P&gt;Assign the IDOC type , Message type , Business object and the FM in WE57.&lt;/P&gt;&lt;P&gt;Create an inbound process code using the Trasaction WE42 &lt;/P&gt;&lt;P&gt;and Link it to the FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ you can perform these activities from SAP Easy Access&lt;/P&gt;&lt;P&gt;Tools-&amp;gt;ALE-&amp;gt;ALE Development-&amp;gt;IDOC-&amp;gt; Inbound Processing -&amp;gt; Function Module &lt;/P&gt;&lt;P&gt;1. Maintain Attributes (BD51) and 2. Assign IDOC type and Message type (WE57)&lt;/P&gt;&lt;P&gt;3. Define Process code and 4.Check Consistency ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the customer distribution model use ADD BAPI under the model view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will give u the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 05:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ale-integration/m-p/2448472#M548587</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-06-22T05:22:10Z</dc:date>
    </item>
  </channel>
</rss>

