<?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_SHIPMENT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516144#M1560101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, why does it not need a commit in r/3 4.7 or 4.6?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works fine there een without explicit commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Dec 2010 07:57:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-15T07:57:39Z</dc:date>
    <item>
      <title>Problem with BAPI_SHIPMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516142#M1560099</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;I am using BAPI_SHIPMENT_CREATE in se37 to create shipment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've given proper data and it does return sy-subrc 0 with a shipment number.&lt;/P&gt;&lt;P&gt;But, when i try to change the same in Tcode VT02N, it says "Shipment 104689 is currently being processed by user DZ9S07".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i used the same BAPI in a program, it gives me the shipment number and when i try to display it in the Tcode VT03N, it gives me a message, "Shipment 104689 is neither in the database nor in the archive."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i have to do anything specific for these shipments to get saved?&lt;/P&gt;&lt;P&gt;I doubt if i need to do a commit work, anyway i've tried doing that in the debugging. No luck.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ajit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 15:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516142#M1560099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-14T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SHIPMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516143#M1560100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to commit by calling FM 'BAPI_TRANSACTION_COMMIT' after bapi BAPI_SHIPMENT_CREATE call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 16:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516143#M1560100</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-12-14T16:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SHIPMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516144#M1560101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, why does it not need a commit in r/3 4.7 or 4.6?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works fine there een without explicit commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 07:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516144#M1560101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-15T07:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SHIPMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516145#M1560102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In earlier Versions of SAP 4.7 etc. there are a lot of BAPIs that do their commit thmeselves.&lt;/P&gt;&lt;P&gt;This has been proven not too good so in later releases some BAPIs lost this functionality and you need to do the commit manually using BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Florian Kemmer on Dec 15, 2010 9:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 08:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516145#M1560102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-15T08:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SHIPMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516146#M1560103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the link below, that will give you more information on both type of BAPI &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8654ac011d1894e0000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8654ac011d1894e0000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 14:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-shipment-create/m-p/7516146#M1560103</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-12-15T14:50:03Z</dc:date>
    </item>
  </channel>
</rss>

