<?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 BAPI_SALESORDER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317362#M508355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;In BAPI_SALESORDER_CHANGE, i am trying to create a new line item and its condition types. I have an 'X' on INT_NUMBER_ASSIGNMENT, 'U' on Order Header Update Indicator and 'I's on the item Update and Condition Update Indicators.  It works fine when i create a new line item with 00000 as Item_number. But the same is not working properly for Condition types as 00000 refers to the header of the sales document. Is there any way i can link between the new item and the condition type ? or anyway i can make the condition type to refer to the new item instead of the header ?&lt;/P&gt;&lt;P&gt;Hope i was clear with my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO TAKERS ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Bikash  Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 18:34:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T18:34:13Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317362#M508355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;In BAPI_SALESORDER_CHANGE, i am trying to create a new line item and its condition types. I have an 'X' on INT_NUMBER_ASSIGNMENT, 'U' on Order Header Update Indicator and 'I's on the item Update and Condition Update Indicators.  It works fine when i create a new line item with 00000 as Item_number. But the same is not working properly for Condition types as 00000 refers to the header of the sales document. Is there any way i can link between the new item and the condition type ? or anyway i can make the condition type to refer to the new item instead of the header ?&lt;/P&gt;&lt;P&gt;Hope i was clear with my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO TAKERS ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Bikash  Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 18:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317362#M508355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T18:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317363#M508356</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;Get the last line item number for the sales order from the table VBAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then with that value..Increment by 10 for the new line item..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 22:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317363#M508356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T22:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317364#M508357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Narendran,&lt;/P&gt;&lt;P&gt;Thanks for the reply. I had tried that earlier and after setting Int_number_assignment value to space, it worked. But i was just wondering how i cud do it automatically,ie, for SAP to assign the item no. itself. Or is it not possible??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 16:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317364#M508357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T16:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317365#M508358</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;Not sure..How to automatically take the numbering that works with the conditions also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 16:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317365#M508358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317366#M508359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just read your thread, a litle bit late but maybe it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FU BAPI_SALESORDER_CHANGE behaves at that point like FU SD_SALESDOCUMENT_CREATE: if using the automatic creation of item numbers no schedules or conditions can be created - or changed. You'll find this in the documentation of SD_SALESDOCUMENT_CREATE.&lt;/P&gt;&lt;P&gt;If you want to insert more than one item, the item number have to be continuously - no gaps allowed. Otherwise no schedules or conditions will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rolf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rolf Höning on Jan 15, 2008 12:58 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rolf Höning on Jan 15, 2008 12:59 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 11:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/2317366#M508359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T11:40:01Z</dc:date>
    </item>
  </channel>
</rss>

