<?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: problem with BAPI_OUTB_DELIVERY_CHANGE to update serial numbers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814906#M1313883</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 may not be able to update any thing by simply executing the FM since no COMMIT is performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this FM in report followed by FM BAPI_TRANSACTION_COMMIT. this will update the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it gives you some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2009 10:20:12 GMT</pubDate>
    <dc:creator>former_member556412</dc:creator>
    <dc:date>2009-06-16T10:20:12Z</dc:date>
    <item>
      <title>problem with BAPI_OUTB_DELIVERY_CHANGE to update serial numbers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814905#M1313882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi All,&lt;/P&gt;&lt;P&gt;I am using BAPI_OUTB_DELIVERY_CHANGE to update serial numbers. i am executing this directly in se37 giving delivery number alone in import parameters header_data, header_control and delivery.&lt;/P&gt;&lt;P&gt;and giving delivery numer, item no and random serial no in tables &lt;STRONG&gt;ITEM_SERIAL_NO&lt;/STRONG&gt;. when i execute  it is not throwing any errors. how ever the delivery is not updated with the serial no's.Return parameters is also nor showing any values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers to solve this would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreekanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 09:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814905#M1313882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T09:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_OUTB_DELIVERY_CHANGE to update serial numbers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814906#M1313883</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 may not be able to update any thing by simply executing the FM since no COMMIT is performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this FM in report followed by FM BAPI_TRANSACTION_COMMIT. this will update the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it gives you some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 10:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814906#M1313883</guid>
      <dc:creator>former_member556412</dc:creator>
      <dc:date>2009-06-16T10:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_OUTB_DELIVERY_CHANGE to update serial numbers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814907#M1313884</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 need to use &lt;STRONG&gt;BAPI_TRANSACTION_COMMIT&lt;/STRONG&gt; just after BAPI_OUTB_DELIVERY_CHANGE .&lt;/P&gt;&lt;P&gt;Mark WAIT = 'X' in the IMPORT parameter of BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing if it is working or not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Goto SE37 --&amp;gt; click on FUNCTION MODULE --&amp;gt; TEST --&amp;gt;TEST SEQUENCES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;First give BAPI_OUTB_DELIVERY_CHANGE and then BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Click on EXECUTE. Execute BAPI_OUTB_DELIVERY_CHANGE then 'BACK' and then BAPI_TRANSACTION_COMMIT with proper data.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Goto the transaction from where you can check entry has been created or not.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 10:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814907#M1313884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T10:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_OUTB_DELIVERY_CHANGE to update serial numbers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814908#M1313885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 14:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814908#M1313885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-19T14:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_OUTB_DELIVERY_CHANGE to update serial numbers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814909#M1313886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreekanth Reddy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how did you solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any config reqrd or any flag to be checked/unchecked...&lt;/P&gt;&lt;P&gt;please suggest me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 05:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814909#M1313886</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2009-11-25T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_OUTB_DELIVERY_CHANGE to update serial numbers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814910#M1313887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreekanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in Advance.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 12:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814910#M1313887</guid>
      <dc:creator>ashutosh_mishra4</dc:creator>
      <dc:date>2015-10-23T12:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_OUTB_DELIVERY_CHANGE to update serial numbers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814911#M1313888</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;You can use this  parameter to update serial numbers&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;FM = &lt;/STRONG&gt;WS_DELIVERY_UPDATE&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Importing parameters&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;VBKOK_WA- VBELN&lt;/P&gt;

&lt;P&gt;COMMIT-X&lt;/P&gt;

&lt;P&gt;IF_DATABASE_UPDATE-1&lt;/P&gt;

&lt;P&gt;IF_ERROR_MESSAGES_SEND_0-X&lt;/P&gt;

&lt;P&gt;IT_SERNR_UPDATE- RFBEL(delivery number),RFPOS(item),SERNR&lt;/P&gt;

&lt;P&gt;IF_LATE_DELIVERY_UPD-X&lt;/P&gt;

&lt;P&gt; &lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;surya&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 13:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-outb-delivery-change-to-update-serial-numbers/m-p/5814911#M1313888</guid>
      <dc:creator>surykumar158</dc:creator>
      <dc:date>2021-12-20T13:38:45Z</dc:date>
    </item>
  </channel>
</rss>

