<?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: MV45AFZZ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219743#M1207138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reshma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             SAVE_DOCUMENT_PREPARE will trigger first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 17:04:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-19T17:04:07Z</dc:date>
    <item>
      <title>MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219736#M1207131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me the difference between USEREXIT_SAVE_DOCUMENT and USEREXIT_SAVE_DOCUMENT_PREPARE in the include MV45AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219736#M1207131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T16:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219737#M1207132</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;USEREXIT_SAVE_DOCUMENT_PREPARE is to change the data of sales order before saving it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT is to store some additional data into own Z-table: so here it shouldn't change the data of sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219737#M1207132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219738#M1207133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT_PREPARE is being called before system actually saves the document. In the userexit, you can actually change the document content like XVBAK for header, XVBAP for line item etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT is being called after the System call the FM RV_SALES_DOCUMENT_ADD to create / RV_SALES_DOCUMENT_UPDATE to modify document. This can be used to update the Z tables which are based on the sales document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the flow would be:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
USEREXIT_SAVE_DOCUMENT_PREPARE
.
.
.
FM RV_SALES_DOCUMENT_ADD or RV_SALES_DOCUMENT_UPDATE 
.
.
.
USEREXIT_SAVE_DOCUMENT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219738#M1207133</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-02-19T16:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219739#M1207134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both routines have an English comment next to them, what's the problem?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219739#M1207134</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-02-19T16:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219740#M1207135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply. So which include gets called first? SAVE one or the PREPARE one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 17:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219740#M1207135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T17:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219741#M1207136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer. I thought those were in Latin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 17:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219741#M1207136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T17:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219742#M1207137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nimesh replied that already above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 17:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219742#M1207137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T17:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219743#M1207138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reshma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             SAVE_DOCUMENT_PREPARE will trigger first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 17:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219743#M1207138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T17:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219744#M1207139</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;PREPARE and then SAVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 17:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219744#M1207139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T17:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: MV45AFZZ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219745#M1207140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Information about USEREXIT_SAVE_DOCUMENT_PREPARE &lt;/P&gt;&lt;P&gt;at [this|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1222695"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 17:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mv45afzz/m-p/5219745#M1207140</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-02-19T17:07:19Z</dc:date>
    </item>
  </channel>
</rss>

