<?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 Exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933336#M386292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP standard applications cannot be changed. But wherever SAP provided the uses to change the standard logic, those are called &amp;#145;Customer Enhancements / User Exits&amp;#146;. (Small Codes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of User Exits:&lt;/P&gt;&lt;P&gt;1. Menu Exit&lt;/P&gt;&lt;P&gt;2. Screen Exit / Field Exit&lt;/P&gt;&lt;P&gt;3. Function Exit&lt;/P&gt;&lt;P&gt;4. Program Exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working Process:&lt;/P&gt;&lt;P&gt;· User exit identification:&lt;/P&gt;&lt;P&gt;TCode: SMOD&lt;/P&gt;&lt;P&gt;· If you know the enhancement, enter it and make some changes.&lt;/P&gt;&lt;P&gt;· If you don&amp;#146;t know the enhancement :&lt;/P&gt;&lt;P&gt;Goto Environment à Application Hierarchy à SAP&lt;/P&gt;&lt;P&gt;· We can see all the modules in SAP.&lt;/P&gt;&lt;P&gt;Select a module à Goto Edit à Select Subtree +/-&lt;/P&gt;&lt;P&gt;Select the Module/Package à Goto Environment à Repository Info system àSelected Packages (SE81)&lt;/P&gt;&lt;P&gt;· You will go to the Object Developer Screen.&lt;/P&gt;&lt;P&gt;· Goto Objects à Enhancements à User Exits à &lt;/P&gt;&lt;P&gt;Enhancement &amp;#150; double click&lt;/P&gt;&lt;P&gt;· Execute the search (F8)&lt;/P&gt;&lt;P&gt;· Check for the required exit and Goto the FM inside it and write a small code in the Include Program.&lt;/P&gt;&lt;P&gt;· Now our exit is ready for execution&lt;/P&gt;&lt;P&gt;(Or)&lt;/P&gt;&lt;P&gt;Goto SE80 and enter the TCode for which u want the exit and scroll down the screens and FMs somewhere the possible exits will be mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Activating the Exit&lt;/P&gt;&lt;P&gt;TCode: CMOD&lt;/P&gt;&lt;P&gt;· Here create a project à give small Description&lt;/P&gt;&lt;P&gt;· Here we have to enter our enhancement and activate the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2007 03:42:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-02T03:42:20Z</dc:date>
    <item>
      <title>User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933333#M386289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please provide me the step by step guide in finding the user exits and implementing it for the PO or in generic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933333#M386289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933334#M386290</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;Please check this sample program on how to find user exits for a given transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab038.htm" target="test_blank"&gt;http://www.sap-img.com/ab038.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a Project to include the enhancement:&lt;/P&gt;&lt;P&gt;1. Go to transaction CMOD and create a project. &lt;/P&gt;&lt;P&gt;2. Enter a description for the project. Then, click on the pushbutton &amp;#145;Enhancement Assignments&amp;#146; in the Application Toolbar. &lt;/P&gt;&lt;P&gt;3. Enter the name of the enhancement and Save. &lt;/P&gt;&lt;P&gt;4. Go to &amp;#145;Components&amp;#146;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, please check this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction#Creating_a_Project_to_include_the_enhancement" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction#Creating_a_Project_to_include_the_enhancement&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933334#M386290</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-03-01T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933335#M386291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to tcode --&amp;gt; system --&amp;gt; status ... U get the program name  .. then goto GOTO --&amp;gt; Attributes --&amp;gt; get the package name  ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to transaction SE80 --&amp;gt; Repository Information System --&amp;gt; Enhancements --&amp;gt; Customer Exits --&amp;gt; Enhancements --&amp;gt; now give the package name in the seletion screen ...... and execute ... u'll get all the user xits name .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one of the way to find the user exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these links...&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="1899717"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/documents/popular-q-and-a/debugging-a-user-exit-or-program-3022" target="test_blank"&gt;http://sap.ittoolbox.com/documents/popular-q-and-a/debugging-a-user-exit-or-program-3022&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/userexit_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/userexit_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/Userexit_List.htm" target="test_blank"&gt;http://www.planetsap.com/Userexit_List.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933335#M386291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933336#M386292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP standard applications cannot be changed. But wherever SAP provided the uses to change the standard logic, those are called &amp;#145;Customer Enhancements / User Exits&amp;#146;. (Small Codes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of User Exits:&lt;/P&gt;&lt;P&gt;1. Menu Exit&lt;/P&gt;&lt;P&gt;2. Screen Exit / Field Exit&lt;/P&gt;&lt;P&gt;3. Function Exit&lt;/P&gt;&lt;P&gt;4. Program Exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working Process:&lt;/P&gt;&lt;P&gt;· User exit identification:&lt;/P&gt;&lt;P&gt;TCode: SMOD&lt;/P&gt;&lt;P&gt;· If you know the enhancement, enter it and make some changes.&lt;/P&gt;&lt;P&gt;· If you don&amp;#146;t know the enhancement :&lt;/P&gt;&lt;P&gt;Goto Environment à Application Hierarchy à SAP&lt;/P&gt;&lt;P&gt;· We can see all the modules in SAP.&lt;/P&gt;&lt;P&gt;Select a module à Goto Edit à Select Subtree +/-&lt;/P&gt;&lt;P&gt;Select the Module/Package à Goto Environment à Repository Info system àSelected Packages (SE81)&lt;/P&gt;&lt;P&gt;· You will go to the Object Developer Screen.&lt;/P&gt;&lt;P&gt;· Goto Objects à Enhancements à User Exits à &lt;/P&gt;&lt;P&gt;Enhancement &amp;#150; double click&lt;/P&gt;&lt;P&gt;· Execute the search (F8)&lt;/P&gt;&lt;P&gt;· Check for the required exit and Goto the FM inside it and write a small code in the Include Program.&lt;/P&gt;&lt;P&gt;· Now our exit is ready for execution&lt;/P&gt;&lt;P&gt;(Or)&lt;/P&gt;&lt;P&gt;Goto SE80 and enter the TCode for which u want the exit and scroll down the screens and FMs somewhere the possible exits will be mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Activating the Exit&lt;/P&gt;&lt;P&gt;TCode: CMOD&lt;/P&gt;&lt;P&gt;· Here create a project à give small Description&lt;/P&gt;&lt;P&gt;· Here we have to enter our enhancement and activate the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 03:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933336#M386292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T03:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933337#M386293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Go through the following thread which contains the code for the finding the user exits for a transaction &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="3091008"&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;After you find the required user exit &lt;/P&gt;&lt;P&gt;Goto transaction CMOD and create a project. &lt;/P&gt;&lt;P&gt;Enter the Short text for the project and save it under a transportable package.&lt;/P&gt;&lt;P&gt;Select the Push Button Enhancement Assignments and give the name of the enhancement.&lt;/P&gt;&lt;P&gt;Goto Components Push button and select the component that you want to activate.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 03:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933337#M386293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T03:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933338#M386294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/code/abap26.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/userexit.php" target="test_blank"&gt;http://www.easymarketplace.de/userexit.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/userexit.pdfUser-Exit" target="test_blank"&gt;http://www.sappoint.com/abap/userexit.pdfUser-Exit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/userexit_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/userexit_main_page.htm&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="2875049"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=672084&amp;amp;messageID=312792" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=672084&amp;amp;messageID=312792&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=672084&amp;amp;messageID=1320078" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=672084&amp;amp;messageID=1320078&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=672084&amp;amp;messageID=2669896" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=672084&amp;amp;messageID=2669896&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 03:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933338#M386294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T03:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933339#M386295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks somuch for your postings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 19:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/1933339#M386295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T19:09:59Z</dc:date>
    </item>
  </channel>
</rss>

