<?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: Data Updating through BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898277#M1144019</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;After 'Commiting' the transaction, call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ENQUE_SLEEP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      SECONDS              = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No of second you may need to change, depending on the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2008 06:32:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-11T06:32:20Z</dc:date>
    <item>
      <title>Data Updating through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898273#M1144015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GURUS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am updating the CO11N Transaction through BAPI when i am posting the good movement, they are not getting posting because of some error saying that &lt;/P&gt;&lt;P&gt;" The plant data of the material GAS is locked&lt;/P&gt;&lt;P&gt;the user XXXX ' &lt;/P&gt;&lt;P&gt;( XXXX is the User through which we are posting the goods ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i handle this issue i am pocessing one order after the other .. but i am not getting how to solve this .... &lt;/P&gt;&lt;P&gt;Can u help me ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for ur reply.....&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 05:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898273#M1144015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T05:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Updating through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898274#M1144016</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 u please provide the name of the BAPI. Also just check if a Transaction Commit is required after the BAPI call. You can use the FM BAPI_TRANSACTION_COMMIT for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Barada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 05:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898274#M1144016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T05:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Updating through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898275#M1144017</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; the BAPI is BAPI_PRODORDCONF_CREATE_TT and yes this requires COMMIT even i am using that also . i have used that as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  POST_WRONG_ENTRIES       = ''&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TESTRUN                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN                   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;     TIMETICKETS              = IT_TT[]&lt;/P&gt;&lt;P&gt;     GOODSMOVEMENTS           = IT_GM[]&lt;/P&gt;&lt;P&gt;     LINK_CONF_GOODSMOV       = IT_LCG[]&lt;/P&gt;&lt;P&gt;     DETAIL_RETURN            = IT_DR[]&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    WAIT          = ''&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;do i need to pass any thing more here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 05:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898275#M1144017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T05:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Updating through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898276#M1144018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;assuming that you are processing the same plant , and i suppose the first record is updated sucessfully but the subsequent record for the same plant you get this error, try using Wait = 'X' in Bapi_transaction_commit and check if your problem is solved. If you still have error , then use WAIT for 1 sec command . This will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 06:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898276#M1144018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T06:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Updating through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898277#M1144019</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;After 'Commiting' the transaction, call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ENQUE_SLEEP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      SECONDS              = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No of second you may need to change, depending on the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 06:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898277#M1144019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T06:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Updating through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898278#M1144020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After 'Commiting' the your transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WAIT UP TO 3 SECONDS.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 08:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898278#M1144020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T08:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data Updating through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898279#M1144021</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;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;WAIT = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 11:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-updating-through-bapi/m-p/4898279#M1144021</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2008-12-11T11:51:56Z</dc:date>
    </item>
  </channel>
</rss>

