<?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 Difference Between custom Exit and User Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923757#M59451</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 you please let me know the difference between Custom Exit and User Exit. i think same question might be posted already but i am not able to find the post. &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;Regards,&lt;/P&gt;&lt;P&gt;Saravanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2005 13:58:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-17T13:58:10Z</dc:date>
    <item>
      <title>Difference Between custom Exit and User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923757#M59451</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 you please let me know the difference between Custom Exit and User Exit. i think same question might be posted already but i am not able to find the post. &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;Regards,&lt;/P&gt;&lt;P&gt;Saravanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2005 13:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923757#M59451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-17T13:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between custom Exit and User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923758#M59452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saravanan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thínk these are just two words for the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2005 14:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923758#M59452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-17T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between custom Exit and User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923759#M59453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saravanan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER Exits are pieces of a standard SAP program that when modified will require a repair-key from SAP. This is, because actually in the programs there is a perform or a call to the specific code area in the program itself. Performs are commonly called something like user_exit_blabla.. and calls to function modules have commonly the name USER_EXIT_BLABLA...&lt;/P&gt;&lt;P&gt;This is a dying method (no new User exits are created by SAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER Exits are pieces of a standard SAP program that when modified do NOT require a repair-key.&lt;/P&gt;&lt;P&gt;Inside the ABAP code these can be recognized by the code CALL CUSTOMER-FUNCTION '001' (or a higher number).&lt;/P&gt;&lt;P&gt;Many customer exits are not directly active but need to be activated via transaction CMOD (Customer Modifications).&lt;/P&gt;&lt;P&gt;This is the new method for modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you look closer to both USER and CUSTOMER exits you will see not very much differences. Actually most programmers asume that they are the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gives you some idea.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2005 15:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923759#M59453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-17T15:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between custom Exit and User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923760#M59454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the link to a previous similar question. Serder had good explanation in there.&lt;/P&gt;&lt;P&gt;&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="23659"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2005 15:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-custom-exit-and-user-exit/m-p/923760#M59454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-17T15:14:48Z</dc:date>
    </item>
  </channel>
</rss>

