<?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: BAPIs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040701#M1172119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you are receving the data from the external system, If its like Idoc / File than you have to write a separate Function module/Program to process this Idoc/ File, In this case you do all your requirements in a single program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2009 09:17:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-09T09:17:38Z</dc:date>
    <item>
      <title>BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040700#M1172118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I m in the process of designing a interface to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are receiving the material# and in case the material is not available in SAP, we need to create the same and then create a sales order with that material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is been transmitted via Web-methods to SAP from a different system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, once we receive the data, can we &lt;/P&gt;&lt;P&gt;Step 1: call a Bapi to check for the existence of that material, &lt;/P&gt;&lt;P&gt;          in case the material is not present, &lt;/P&gt;&lt;P&gt;Step 2 : call a different BAPI to create the material from the BAPI mentioned for step 1&lt;/P&gt;&lt;P&gt;        in case material is present, call a different BAPI to create the sales order line in Sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we branch from one BAPI to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do we have to create a custom program to call different BAPIs depending on conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Gauravjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 09:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040700#M1172118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T09:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040701#M1172119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you are receving the data from the external system, If its like Idoc / File than you have to write a separate Function module/Program to process this Idoc/ File, In this case you do all your requirements in a single program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 09:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040701#M1172119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T09:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040702#M1172120</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 create 1 RFC function that inside you have your logic as per your requirements.&lt;/P&gt;&lt;P&gt;And call your RFC in your web-methods instead of 2 different BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 09:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040702#M1172120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T09:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040703#M1172121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As we are in the process of designing the interface, we can get the data [which is material#] in any format, either an idoc, flat file or BAPI].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not in favor of flat file as it would meaning writing that file to some directory and another program going in reading the file and blah blah blah....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we make/design something which is more efficient/real time if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gauravjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 09:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/5040703#M1172121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T09:33:50Z</dc:date>
    </item>
  </channel>
</rss>

