<?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: Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611717#M25242</link>
    <description>&lt;P&gt;I haven't done anything like this and it feels somewhat strange to me, but you could possibly 'predict' the results using the "TESTRUN"-Parameter? Test the BAPI using your GDSMVT and only proceed to 'real' Execution when you are quite sure what will work ...&lt;/P&gt;
  &lt;P&gt;Also there are some hints in the "Goods Movement via BAPI"-Wiki (&lt;A href="https://goo.gl/szrgPw" target="_blank"&gt;link&lt;/A&gt;) and SAP-KBA's 520813 "FAQ on Good Movement BAPI" (&lt;A href="https://launchpad.support.sap.com/#/notes/520813" target="_blank"&gt;link&lt;/A&gt;) ...&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 18:45:07 GMT</pubDate>
    <dc:creator>NTeunckens</dc:creator>
    <dc:date>2018-04-11T18:45:07Z</dc:date>
    <item>
      <title>Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611716#M25241</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I have a requirement which is to create many Goodsmovements for the same material :First 101 and then 343. If 101 fails, then 343 shoundn't be created. If 101 works fine and 343 is wrong, then 101 shouldn't be created.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;For that I call BAPI_GOODSMVT_CREATE at first time to create 101, but without doing a COMMIT. After that and if 101 doesn't have any error, I would have to call BAPI_GOODSMVT_CREATE for 343 movement, but at that time I am getting an error because I don't be allowed to do a second bapi call without doing COMMIT work.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;How I could achieve that?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks for your time and best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 17:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611716#M25241</guid>
      <dc:creator>adrian_mejido</dc:creator>
      <dc:date>2018-04-11T17:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611717#M25242</link>
      <description>&lt;P&gt;I haven't done anything like this and it feels somewhat strange to me, but you could possibly 'predict' the results using the "TESTRUN"-Parameter? Test the BAPI using your GDSMVT and only proceed to 'real' Execution when you are quite sure what will work ...&lt;/P&gt;
  &lt;P&gt;Also there are some hints in the "Goods Movement via BAPI"-Wiki (&lt;A href="https://goo.gl/szrgPw" target="_blank"&gt;link&lt;/A&gt;) and SAP-KBA's 520813 "FAQ on Good Movement BAPI" (&lt;A href="https://launchpad.support.sap.com/#/notes/520813" target="_blank"&gt;link&lt;/A&gt;) ...&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 18:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611717#M25242</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2018-04-11T18:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611718#M25243</link>
      <description>&lt;P&gt;Thanks Roberto, but I already know how bapi’s work. My question is other.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 22:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611718#M25243</guid>
      <dc:creator>adrian_mejido</dc:creator>
      <dc:date>2018-04-11T22:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611719#M25244</link>
      <description>&lt;P&gt;Thanks for your reply Nic. &lt;/P&gt;
  &lt;P&gt;In fact, that solution was the one’s I had taken into account to achieve my requirement if there wasn’t any chance to do that without TEST.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 22:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611719#M25244</guid>
      <dc:creator>adrian_mejido</dc:creator>
      <dc:date>2018-04-11T22:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611720#M25245</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Hi Adrian, &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;As stated in the BAPI Documentation, you can use Parameter TESTRUN .&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;"You can use a simulation function before posting the goods movement to check how the data is updated in the database."&lt;/EM&gt;&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Himanshu&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 05:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611720#M25245</guid>
      <dc:creator>former_member564522</dc:creator>
      <dc:date>2018-04-12T05:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611721#M25246</link>
      <description>&lt;P&gt;I though as much, however I wanted to raise this as the first / best option.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I don't know if you can get the multiple BAPI-Calls to work in sequence by calling them in a different LUW using DESTINATION 'NONE'? Even if that would work, it still seems like a 'hacked solution' so I wouldn't be in favour of that ...&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;The BAPI uses FM "MB_CREATE_GOODS_MOVEMENT" internally : if you are allowed to use anything other than a BAPI you might try that FM directly (as a last resort)? &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Personally, I would use the 'TEST' and if that doesn't work out, stick to Posting with COMMIT and possibly Retracting the GoodsMovements when necessary ...&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611721#M25246</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2018-04-12T07:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611722#M25247</link>
      <description>&lt;P&gt;I have achieved that calling the bapi in TESTRUN first and if all is right, then I call with COMMIT.&lt;/P&gt;
  &lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611722#M25247</guid>
      <dc:creator>adrian_mejido</dc:creator>
      <dc:date>2018-04-16T16:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Call BAPI_GOODSMVT_CREATE several times without COMMIT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611723#M25248</link>
      <description>&lt;P&gt;Great, please close the Question, marking it as Answered ...&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 18:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-goodsmvt-create-several-times-without-commit-issue/m-p/611723#M25248</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2018-04-16T18:28:39Z</dc:date>
    </item>
  </channel>
</rss>

