<?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: Change Sales order using BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858929#M1136141</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;Check the sale order number you have given. It seems it doesnt exist. Check in VBAK table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 12:32:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-26T12:32:31Z</dc:date>
    <item>
      <title>Change Sales order using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858928#M1136140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When trying to change a Sales order using BAPI_SALESORDER_CHANGE, I am getting the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD document 15704 is not in the database or has been archived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what could be the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858928#M1136140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change Sales order using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858929#M1136141</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;Check the sale order number you have given. It seems it doesnt exist. Check in VBAK table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858929#M1136141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change Sales order using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858930#M1136142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to use this bapi as soon as you are calling sales order create bapi, then you have to call wait command between these 2 bapis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858930#M1136142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change Sales order using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858931#M1136143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FIRST U USE &lt;STRONG&gt;CALL FUNCTION 'BAPI_SALESORDER_GETLIST'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;AND CHEKC SALES ORDER IS EXIST OR NOT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858931#M1136143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change Sales order using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858932#M1136144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have the error message, which is self explanatory. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD document 15704 is not in the database or has been archived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you knat that the sales document indeed exists, and the  message is deceiving, then check why are yopu gettign that. maybe you didn;t provide the order# will leading zeros, or you are tryingto change an order immediately after creating, in which case DB commit might not be completed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 13:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sales-order-using-bapi/m-p/4858932#M1136144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T13:12:11Z</dc:date>
    </item>
  </channel>
</rss>

