<?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: Difference between USER_EXITS &amp; CUSTOMER_EXITS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071918#M973528</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;USER EXITS are FORMS and are called by SAP standard programs&lt;/P&gt;&lt;P&gt;using PERFORM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER EXITS are FUNCTIONS so they are called using CALL&lt;/P&gt;&lt;P&gt;FUNCTION (or more exactly CALL CUSTOMER FUNCTION).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Inside the form (user exit) you can read and change almost&lt;/P&gt;&lt;P&gt;any global data from host program. &lt;/P&gt;&lt;P&gt;Inside a function (customer exit) you can only acces your&lt;/P&gt;&lt;P&gt;import/export/changing/tables parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits are more flexible because you have more&lt;/P&gt;&lt;P&gt;information to use in your code but on the other hand , it&lt;/P&gt;&lt;P&gt;is very easy to manipulate erroneously global data and lead&lt;/P&gt;&lt;P&gt;the standard program to a dump or even to make database&lt;/P&gt;&lt;P&gt;inconsistent.&lt;/P&gt;&lt;P&gt;Customer exits are more restrictive but you are sure any&lt;/P&gt;&lt;P&gt;change you can make to any parameters will never lead to&lt;/P&gt;&lt;P&gt;inconsistency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User-exit doesnu2019t have any classification. &lt;/P&gt;&lt;P&gt;In customer-exit we have function-module exit , screen exit&lt;/P&gt;&lt;P&gt;, menu exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.&lt;/P&gt;&lt;P&gt;User exits are Basically designed For SD module. &lt;/P&gt;&lt;P&gt;Costomer exits Are available for MM,SD,FI,HRu2026..Basically&lt;/P&gt;&lt;P&gt;designed for all modules.&lt;/P&gt;&lt;P&gt;6. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While changing User-exit,Access Key is required, whereas in &lt;/P&gt;&lt;P&gt;Customer-exit no access key is needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 12:22:04 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-06-27T12:22:04Z</dc:date>
    <item>
      <title>Difference between USER_EXITS &amp; CUSTOMER_EXITS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071917#M973527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  pls give the Difference between USER_EXITS &amp;amp; CUSTOMER_EXITS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;balakrishna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: baddala balakrishna reddy on Jun 27, 2008 5:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071917#M973527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between USER_EXITS &amp; CUSTOMER_EXITS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071918#M973528</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;USER EXITS are FORMS and are called by SAP standard programs&lt;/P&gt;&lt;P&gt;using PERFORM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER EXITS are FUNCTIONS so they are called using CALL&lt;/P&gt;&lt;P&gt;FUNCTION (or more exactly CALL CUSTOMER FUNCTION).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Inside the form (user exit) you can read and change almost&lt;/P&gt;&lt;P&gt;any global data from host program. &lt;/P&gt;&lt;P&gt;Inside a function (customer exit) you can only acces your&lt;/P&gt;&lt;P&gt;import/export/changing/tables parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits are more flexible because you have more&lt;/P&gt;&lt;P&gt;information to use in your code but on the other hand , it&lt;/P&gt;&lt;P&gt;is very easy to manipulate erroneously global data and lead&lt;/P&gt;&lt;P&gt;the standard program to a dump or even to make database&lt;/P&gt;&lt;P&gt;inconsistent.&lt;/P&gt;&lt;P&gt;Customer exits are more restrictive but you are sure any&lt;/P&gt;&lt;P&gt;change you can make to any parameters will never lead to&lt;/P&gt;&lt;P&gt;inconsistency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User-exit doesnu2019t have any classification. &lt;/P&gt;&lt;P&gt;In customer-exit we have function-module exit , screen exit&lt;/P&gt;&lt;P&gt;, menu exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.&lt;/P&gt;&lt;P&gt;User exits are Basically designed For SD module. &lt;/P&gt;&lt;P&gt;Costomer exits Are available for MM,SD,FI,HRu2026..Basically&lt;/P&gt;&lt;P&gt;designed for all modules.&lt;/P&gt;&lt;P&gt;6. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While changing User-exit,Access Key is required, whereas in &lt;/P&gt;&lt;P&gt;Customer-exit no access key is needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071918#M973528</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-27T12:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between USER_EXITS &amp; CUSTOMER_EXITS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071919#M973529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Refer&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=13418383&amp;amp;messageID=5186351" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=13418383&amp;amp;messageID=5186351&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="396108"&gt;&lt;/A&gt;&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071919#M973529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between USER_EXITS &amp; CUSTOMER_EXITS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071920#M973530</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;The Differences are-&lt;/P&gt;&lt;P&gt;1.Userexits are delivered only once that is after upgradation &lt;/P&gt;&lt;P&gt;this subroutine does not exist, while customer exits  exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.user exits are only related to SD module and are &lt;/P&gt;&lt;P&gt;subroutines only,where as customer exits are the &lt;/P&gt;&lt;P&gt;function modules which are applicable for all the&lt;/P&gt;&lt;P&gt;modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.USER EXITS ARE IMPLEMENTED USING SUBROUTINES &lt;/P&gt;&lt;P&gt;And CUSTOMER EXITS ARE IMPLEMENTED USING&lt;/P&gt;&lt;P&gt;FUNCTION MODULE WHICH HAS AN Z INCLUDE WHERE WE CAN WRITE&lt;/P&gt;&lt;P&gt;OUR OWN CODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIFFERENT TYPES OF CUSTOMER EXITS ARE&lt;/P&gt;&lt;P&gt;1.FUNCTION EXITS&lt;/P&gt;&lt;P&gt;2.MENU EXITS&lt;/P&gt;&lt;P&gt;3.SCREEN EXITS&lt;/P&gt;&lt;P&gt;4.TABLE EXITS OR CUSTOMER INCLUDES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.&lt;/P&gt;&lt;P&gt;User exits are basically modifications done to the std. pgm&lt;/P&gt;&lt;P&gt;for whic u need to have access code,this is not reccomended&lt;/P&gt;&lt;P&gt;in sap as during upgradation none of the mod. will come thru.&lt;/P&gt;&lt;P&gt;In contrast customer exits are enhancements done to the&lt;/P&gt;&lt;P&gt;std pgm in the space provided by sap so that during&lt;/P&gt;&lt;P&gt;upgrading versions this also will be available.&lt;/P&gt;&lt;P&gt;Customer exits types&lt;/P&gt;&lt;P&gt;Function exits, Field exits(absolete), screen exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071920#M973530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between USER_EXITS &amp; CUSTOMER_EXITS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071921#M973531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello balakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.saptechies.com/what-is-the-difference-between-a-user-exit-and-a-customer-exit-do-i-need-to-get-some-kind-of-access-key-from-sap-to-do-a-user-exit/]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sap-img.com/abap/what-is-user-exits.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope now u have a clear idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if any issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-user-exits-customer-exits/m-p/4071921#M973531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:34:50Z</dc:date>
    </item>
  </channel>
</rss>

