<?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/6355181#M1399525</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;I have a typical problem and after searching only i am postion this doubt.&lt;/P&gt;&lt;P&gt;My requirement is : sales order is already created and having around 1000 line items .&lt;/P&gt;&lt;P&gt;I want to change these line items data  like material,plant,wbs element,ordered qty ...&lt;/P&gt;&lt;P&gt;if a item is not available then it has to create this new item under that sales order.&lt;/P&gt;&lt;P&gt;I am able to create new item but schedule line item is creating &lt;/P&gt;&lt;P&gt;one more schedule line with 0 order qty and 0 rounded qty and 30 (say 30 is my req qty) confirmed qty.&lt;/P&gt;&lt;P&gt;is getting created .&lt;/P&gt;&lt;P&gt;so where is the problem .&lt;/P&gt;&lt;P&gt;please sugust the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;padmaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2009 09:22:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-19T09:22:27Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/6355181#M1399525</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;I have a typical problem and after searching only i am postion this doubt.&lt;/P&gt;&lt;P&gt;My requirement is : sales order is already created and having around 1000 line items .&lt;/P&gt;&lt;P&gt;I want to change these line items data  like material,plant,wbs element,ordered qty ...&lt;/P&gt;&lt;P&gt;if a item is not available then it has to create this new item under that sales order.&lt;/P&gt;&lt;P&gt;I am able to create new item but schedule line item is creating &lt;/P&gt;&lt;P&gt;one more schedule line with 0 order qty and 0 rounded qty and 30 (say 30 is my req qty) confirmed qty.&lt;/P&gt;&lt;P&gt;is getting created .&lt;/P&gt;&lt;P&gt;so where is the problem .&lt;/P&gt;&lt;P&gt;please sugust the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;padmaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 09:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/6355181#M1399525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T09:22:27Z</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/6355182#M1399526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chek the internal table data whether it is getting properly cleared or not ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 12:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/6355182#M1399526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T12:31:16Z</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/6355183#M1399527</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;Can you check the Bapi Function module Documentation in SE37 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because when  i saw  the documentation  , the update flag  needs to passed for  some table data  in the  Bapi  &lt;/P&gt;&lt;P&gt;so that it will work  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also please see the  &lt;STRONG&gt;Notes in the Function moudle Documentation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry to give the below informationfrom the   FM Documentaion .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Only specify fields that should be changed
Select these fields by entering an X in the checkboxes
Enter a U in the UPDATEFLAG field
Always specify key fields when changing the data, including in the checkboxes
The configuration is an exception here. If this needs to be changed, you need to complete it again fully.
Maintain quantities and dates in the schedule line data
Possible UPDATEFLAGS:
U = change
D = delete
I = add

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Loganathan girishkumar on Nov 19, 2009 8:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 19:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/6355183#M1399527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T19:57:05Z</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/6355184#M1399528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;After following documentation only i did the program.&lt;/P&gt;&lt;P&gt;and I passed what ever sugusted in documentation.&lt;/P&gt;&lt;P&gt;my new doubt is :&lt;/P&gt;&lt;P&gt;in conditions tab  I am having condition type like zmrp , zvat.&lt;/P&gt;&lt;P&gt;for these two condition types i need to change the amount(for already created item).&lt;/P&gt;&lt;P&gt;with my program i am able change the qty but a new condition type ie zmrp , zvat are again creating.&lt;/P&gt;&lt;P&gt;i my self found the solution in the bellow link.&lt;/P&gt;&lt;P&gt; &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="123198"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padmaja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Padmajavaddi on Nov 20, 2009 11:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 06:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/6355184#M1399528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T06:45:43Z</dc:date>
    </item>
  </channel>
</rss>

