<?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: differece between the two user exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410285#M537556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1.&amp;lt;/b&amp;gt; USEREXIT_SAVE_DOCUMENT_PREPARE . : If you want to make the validation you use this user exit and this is the last time to do the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT : If you want ot modify the code then you can use it for this userexit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2.&amp;lt;/b&amp;gt; User exit is a form of enhancement. There are other types of enhancements also like BADI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3.&amp;lt;/b&amp;gt;Look at CDHDR and CDPOS table. If you find your sales document number in these tables, it means that the document has been posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 19:01:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T19:01:08Z</dc:date>
    <item>
      <title>differece between the two user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410282#M537553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;can anyone explain the difference between the two user exits..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USEREXIT_SAVE_DOCUMENT_PREPARE  &lt;/P&gt;&lt;P&gt;FORM USEREXIT_SAVE_DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was asked 'what is the difference between a user exit and an enhancement'&lt;/P&gt;&lt;P&gt;can anyone explain this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more when it comes to sales and distribution how one can know whether a document is succesfully posted or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 18:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410282#M537553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T18:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: differece between the two user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410283#M537554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will trigger before save : FORM USEREXIT_SAVE_DOCUMENT_PREPARE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will trigger when you click on save button in sales order &lt;/P&gt;&lt;P&gt;FORM USEREXIT_SAVE_DOCUMENT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 18:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410283#M537554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T18:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: differece between the two user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410284#M537555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to MV45AFZZ in SE38 and search for these subroutines. You will find the documentation as part of the subroutine. When you get a message that document number xxxx is created, then you know that the document is created successfully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 19:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410284#M537555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T19:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: differece between the two user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410285#M537556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1.&amp;lt;/b&amp;gt; USEREXIT_SAVE_DOCUMENT_PREPARE . : If you want to make the validation you use this user exit and this is the last time to do the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT : If you want ot modify the code then you can use it for this userexit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2.&amp;lt;/b&amp;gt; User exit is a form of enhancement. There are other types of enhancements also like BADI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3.&amp;lt;/b&amp;gt;Look at CDHDR and CDPOS table. If you find your sales document number in these tables, it means that the document has been posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 19:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410285#M537556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T19:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: differece between the two user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410286#M537557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT&lt;/P&gt;&lt;P&gt;This userexit can be used to save data in additional tables when a document is saved.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT_PREPARE&lt;/P&gt;&lt;P&gt;This userexit can be used for changes or checks, before a  document is saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user exit is nothing but an enhancement. In order to code in a user exit, you first &lt;/P&gt;&lt;P&gt;have to create and activate a project with the enhancements. Look at CMOD and SMOD transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales document posted message will appear on the status bar whenever it is posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 19:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-the-two-user-exits/m-p/2410286#M537557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T19:09:33Z</dc:date>
    </item>
  </channel>
</rss>

