<?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: Finding user exits while debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593715#M1939680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 14:49:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-04-04T14:49:42Z</dc:date>
    <item>
      <title>Finding user exits while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593709#M1939674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes I have to debug a standard SAP transaction and try to identify why some odd behavior is occurring. Usually the culprit is a user exit.&lt;BR /&gt; My question is that it takes me ages to find user exists for a transaction. I just debug until I come across something.&lt;/P&gt;&lt;P&gt;Is there a simple way to find user exits that are being used by a transaction, perhaps while debugging the transaction?&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;Message was edited by: Matthew Billingham - corrected spelling. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 13:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593709#M1939674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-31T13:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding user exits while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593710#M1939675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are looking for this. &lt;A href="https://help.sap.com/saphelp_nw70ehp2/helpdata/en/64/e847c15efc48dfa3348fb54b8a6267/content.htm" title="https://help.sap.com/saphelp_nw70ehp2/helpdata/en/64/e847c15efc48dfa3348fb54b8a6267/content.htm"&gt;Layer Aware Debugging - Test and Analysis Tools in ABAP - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Gábor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 13:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593710#M1939675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-31T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Finding user exits while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593711#M1939676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am using St05 ,Active Tract in St05&amp;nbsp; then Do the Transaction then Stop St05&amp;nbsp; Display trace.&lt;BR /&gt;then if You observe the Trace. Something Starts with Z and Y . If u observe or double click it will take u to the Enhancement point.&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;Google. Customer Exit for me21n. You will get No of possibilities. One by one you have to open and check it in case of customer exit or Badis. If they implemented Code is exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 13:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593711#M1939676</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2016-03-31T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Finding user exits while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593712#M1939677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many ways to find user exits or badis in a standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a Z program to help you find some user exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this link has a example &lt;A href="https://wiki.scn.sap.com/wiki/display/Snippets/Program+to+find+User+Exit" title="https://wiki.scn.sap.com/wiki/display/Snippets/Program+to+find+User+Exit"&gt;Program to find User Exit - Code Gallery - SCN Wiki&lt;/A&gt;, but there are another examples, just google about "Program find user exit".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is put break points in this statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;CALL CUSTOMER-FUNCTION --&amp;gt; to find user-exits.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;CALL BADI --&amp;gt; to find BADI's&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;or put a break point in this FM and then execute the transaction&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SXV_GET_CLIF_BY_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;You can use spro customizing depending of your business area.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;searchs here in scn about the transaction number can help to.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593712#M1939677</guid>
      <dc:creator>balbino_soaresferreirafil</dc:creator>
      <dc:date>2016-03-31T14:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Finding user exits while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593713#M1939678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead ST05 I would use SAT (or SE30), so you can also find coding parts too and not only SQL parts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593713#M1939678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-31T14:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding user exits while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593714#M1939679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits are hooks provided by SAP in the standard code which are in the form of sub routines which comes under SAP namespace.&lt;/P&gt;&lt;P&gt;eg: Perform userexit_xxx , where xxx denotes the name of the userexit .&lt;/P&gt;&lt;P&gt;SAP has enabled us to edit such routines without using any key .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer exits (Function module exits ,screen exits or menu exits ) are the hooks provided by SAP in standard transactions but these come under customer namespace .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you requirement is to find such an exit for a standard transaction .&lt;/P&gt;&lt;P&gt;There are few easy methods to find them &lt;/P&gt;&lt;P&gt;a. get the program name of the standard t-code . From the program name , get the package . Go to t-code smod and here from Menu -&amp;gt; Utilities -&amp;gt; Find -&amp;gt; Give the package name and put * in exit and then execute . This will give you the list of all available exits for that standard Transaction . From the description , you can understand which one is the one corresponding to your requirement and check the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b. Another method&amp;nbsp; , is to go to debug mode while executing the transaction and place BP on statements with CALL CUSTOMER-FUNCTION . And change settings to update debugging . This will enable the debugger to stop on all exits and you can find the right one which has been implemented . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;jency&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 06:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593714#M1939679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-01T06:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding user exits while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593715#M1939680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593715#M1939680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-04T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Finding user exits while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593716#M1939681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why does it take ages? Just use Google: "&amp;lt;transaction&amp;gt; user exit site:sap.com" or the same with BADI instead of "user exit". All this information is on SCN already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 22:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-user-exits-while-debugging/m-p/11593716#M1939681</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-04-04T22:38:49Z</dc:date>
    </item>
  </channel>
</rss>

