<?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: User exit...? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626645#M279968</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;Try the user exit userexit_save_document and write the code here.Also before writing the code check the tocdes vl02 or vl03 and after that write ur code.Also check the include MV45AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2006 10:12:16 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2006-09-12T10:12:16Z</dc:date>
    <item>
      <title>User exit...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626641#M279964</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;I written one exit for sales order.&lt;/P&gt;&lt;P&gt;In VA02 if the client saving the sales order after made chenges it is ok.&lt;/P&gt;&lt;P&gt;If they opened again the same sales order in VA02 its not saving the rescent modifications.&lt;/P&gt;&lt;P&gt;In VA03 also contains old modifications only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me regard this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pradhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626641#M279964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T10:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: User exit...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626642#M279965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what user exit u are using ? check program MV45AFZZ user exit.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626642#M279965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T10:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: User exit...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626643#M279966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  sy-tcode = 'va03'.&lt;/P&gt;&lt;P&gt;write  code  for edit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if sy-tcode = 'va02'.&lt;/P&gt;&lt;P&gt;for chang.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626643#M279966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T10:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: User exit...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626644#M279967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the changes you have made and which method you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626644#M279967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T10:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: User exit...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626645#M279968</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;Try the user exit userexit_save_document and write the code here.Also before writing the code check the tocdes vl02 or vl03 and after that write ur code.Also check the include MV45AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626645#M279968</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-09-12T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: User exit...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626646#M279969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya exactly i written the entire code in MV45AFZZ only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is if header shipping condition is chenged, then automatically it has to be copied in item level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine but after saving the sales order, if i visit the sales order again there are no changes in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pradhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626646#M279969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T10:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: User exit...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626647#M279970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r u using temporary structures such as XVBAP,XVBAK,XVBEP and writing the code??if not use the temporary structures  and also check the userexit_save_document_prepare.&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;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1626647#M279970</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-09-12T10:34:44Z</dc:date>
    </item>
  </channel>
</rss>

