<?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: Synchronized BAPI posting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronized-bapi-posting/m-p/8162108#M1622320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
We are using BAPIs for production order confirmation cancellation 
and goods movement cancellation in case of any error.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PP Shop Floor standard process Production order confirmation, goods issue to production and goods receipt from production are independent of each other unless you implement any badi which changed this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my suggestion would be to do all the three. Normally there will not be any error in confirmation (unless you're using collective orders then you cannot confirm before the subordinate orders) and goods receipt from production. The errors are most probably gonna be in goods issue and they're collected in a table AFFW and can be manually fixed through TCode COGI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you wanna do all the three only if none of them has errors you can use the WAIT option in the thread quoted by the above poster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2011 02:56:23 GMT</pubDate>
    <dc:creator>sjeevan</dc:creator>
    <dc:date>2011-09-19T02:56:23Z</dc:date>
    <item>
      <title>Synchronized BAPI posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronized-bapi-posting/m-p/8162106#M1622318</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;We have developed a Z transaction to post goods issue, goods reciept and confirmation of production order.We are using three BAPIs for :&lt;/P&gt;&lt;P&gt;Production Order header level confirmation(BAPI_PRODORDCONF_CREATE_HDR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goods Issue to production order (BAPI_GOODSMVT_CREATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goods Receipt against production order (BAPI_GOODSMVT_CREATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we are committing all three BAPIs one by one. We are using&lt;/P&gt;&lt;P&gt;BAPIs for production order confirmation cancellation and goods movement&lt;/P&gt;&lt;P&gt;cancellation in case of any error. This is not acceptable as per&lt;/P&gt;&lt;P&gt;business because it causes reversal document and consumes a number&lt;/P&gt;&lt;P&gt;range too.&lt;/P&gt;&lt;P&gt;If we use single BAPI transaction commit for all the BAPIs , it does&lt;/P&gt;&lt;P&gt;not work as SAP LUW gets refreshed after every BAPI. Moreover it will&lt;/P&gt;&lt;P&gt;write data of only last BAPI to data base or it will give some error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest if we can commit all the three BAPIs in such a way that&lt;/P&gt;&lt;P&gt;either all gets committed successfully(without errors) or neither gets&lt;/P&gt;&lt;P&gt;committed whenever there is any error in any BAPI in sequence.&lt;/P&gt;&lt;P&gt;&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, 18 Sep 2011 06:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronized-bapi-posting/m-p/8162106#M1622318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-18T06:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronized BAPI posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronized-bapi-posting/m-p/8162107#M1622319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi me_sappp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check below thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="2004950"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2011 07:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronized-bapi-posting/m-p/8162107#M1622319</guid>
      <dc:creator>jitendra_it</dc:creator>
      <dc:date>2011-09-18T07:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronized BAPI posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronized-bapi-posting/m-p/8162108#M1622320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
We are using BAPIs for production order confirmation cancellation 
and goods movement cancellation in case of any error.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PP Shop Floor standard process Production order confirmation, goods issue to production and goods receipt from production are independent of each other unless you implement any badi which changed this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my suggestion would be to do all the three. Normally there will not be any error in confirmation (unless you're using collective orders then you cannot confirm before the subordinate orders) and goods receipt from production. The errors are most probably gonna be in goods issue and they're collected in a table AFFW and can be manually fixed through TCode COGI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you wanna do all the three only if none of them has errors you can use the WAIT option in the thread quoted by the above poster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 02:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronized-bapi-posting/m-p/8162108#M1622320</guid>
      <dc:creator>sjeevan</dc:creator>
      <dc:date>2011-09-19T02:56:23Z</dc:date>
    </item>
  </channel>
</rss>

