<?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 Help with SD_SALESDOCUMENT_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sd-salesdocument-change/m-p/2198485#M469481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use SD_SALESDOCUMENT_CHANGE to update a schedule agreement that was created in VA31.  Advice I current have been given is that only the data that needs changed has to be entered.  At a bare minimum I use document number in the header_in with an update of 'U' in the header_inx first field.  I have then entered a new PO text value, and the associated 'X' in the to be updated structure.  When I press execute, the function says the document has been updated and saved.  Upon viewing it in VA32/33, no change were made, even through the function said it worked (simulation is not checked).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, I would like to change quantities and dates in the order and schedule lines. But at this point not even a header text value will change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a simple flag I am missing?  Is there a place to get a nice overview for manditory inputs to get these order changes function to work?  Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 20:34:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-02T20:34:02Z</dc:date>
    <item>
      <title>Help with SD_SALESDOCUMENT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sd-salesdocument-change/m-p/2198485#M469481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use SD_SALESDOCUMENT_CHANGE to update a schedule agreement that was created in VA31.  Advice I current have been given is that only the data that needs changed has to be entered.  At a bare minimum I use document number in the header_in with an update of 'U' in the header_inx first field.  I have then entered a new PO text value, and the associated 'X' in the to be updated structure.  When I press execute, the function says the document has been updated and saved.  Upon viewing it in VA32/33, no change were made, even through the function said it worked (simulation is not checked).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, I would like to change quantities and dates in the order and schedule lines. But at this point not even a header text value will change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a simple flag I am missing?  Is there a place to get a nice overview for manditory inputs to get these order changes function to work?  Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 20:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sd-salesdocument-change/m-p/2198485#M469481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T20:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SD_SALESDOCUMENT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sd-salesdocument-change/m-p/2198486#M469482</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 have to call the FM BAPI_TRANSACTION_COMMIT to commit the changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give COMMIT WORK to commit the changes.&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, 02 May 2007 20:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sd-salesdocument-change/m-p/2198486#M469482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T20:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SD_SALESDOCUMENT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sd-salesdocument-change/m-p/2198487#M469483</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;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you doing the testing in SE37?&lt;/P&gt;&lt;P&gt;If you are then please use test sequences and add BAPI BAPI_TRANSACTION_COMMIT after FM SD_SALESDOCUMENT_CHANGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the following path..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION MODULE -&amp;gt; TEST -&amp;gt; TEST SEQUENCES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the function modules in order ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then press F8 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the input for the first FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then execute ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then execute the second FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 20:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sd-salesdocument-change/m-p/2198487#M469483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T20:43:40Z</dc:date>
    </item>
  </channel>
</rss>

