<?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: Find User exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112450#M983257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;copy this program:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/code/abap26.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarfds,&lt;/P&gt;&lt;P&gt;SUbramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 13:16:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T13:16:47Z</dc:date>
    <item>
      <title>Find User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112449#M983256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to get the list of user exit for a particular transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sulekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 13:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112449#M983256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T13:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112450#M983257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;copy this program:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/code/abap26.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarfds,&lt;/P&gt;&lt;P&gt;SUbramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 13:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112450#M983257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112451#M983258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE93 and give the Transaction name in which you want to add the new fields and get the package name for the Transaction.&lt;/P&gt;&lt;P&gt;Now goto transaction SMOD and give the package name in the F4 help at the Enhancement field. &lt;/P&gt;&lt;P&gt;So now u will get all the exit names for the Package to which your transaction belongs and from these you can choose the Exit you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 13:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112451#M983258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Find User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112452#M983259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sulekha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the exits of particular transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto specific transaction. then in MENU goto &lt;STRONG&gt;System ---&amp;gt; Status...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You get a screen &lt;STRONG&gt;System:Status&lt;/STRONG&gt;. In that u can find the program name , transaction  etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the transaction then u get another screen in that you can find the Package name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE80 and give the package name. Here u can find all the transactions, programs, fields and also &lt;STRONG&gt;exits&lt;/STRONG&gt; related to that package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i said in &lt;STRONG&gt;System: Status&lt;/STRONG&gt; screen you can find Program name.&lt;/P&gt;&lt;P&gt;For example goto &lt;STRONG&gt;VA01&lt;/STRONG&gt; transaction. In &lt;STRONG&gt;System: Status&lt;/STRONG&gt; screen of &lt;STRONG&gt;VA01&lt;/STRONG&gt; you can find the  program name &lt;STRONG&gt;SAPMV45A&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Double click on the program name . then it takes you to the program. there u can find the &lt;STRONG&gt;USER EXITS.&lt;/STRONG&gt;&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;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 13:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112452#M983259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T13:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Find User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112453#M983260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i collected from different Forum Posts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Option 1 : you don't know the name or dont have any info on user exit&lt;/P&gt;&lt;P&gt;************************************************************************************&lt;/P&gt;&lt;P&gt;run T-code : SPRO&lt;/P&gt;&lt;P&gt;SPRO -&amp;gt; Click SAP Reference IMG -&amp;gt; click in the relevant module eg: SD (sales and Distribution) -&amp;gt;System Modifications -&amp;gt; User exits&lt;/P&gt;&lt;P&gt;You can view documentation to understand the purpose of that user exit&lt;/P&gt;&lt;P&gt;It is not that always one can find the user exits under the name "System modifications" but with respect to a module definitely user exits can be found under that module in SPRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Option 2 : You know the name of the user exit&lt;/P&gt;&lt;P&gt;************************************************************************************&lt;/P&gt;&lt;P&gt;Run Tcode : SMOD -&amp;gt; fill in the enhancement name-&amp;gt; click on attributes and then components or directly on components and view the include...if already a code is written in the include,then on double click of include you can see the code...if an existing code is not there and you double click on the include,SAP prompts for a request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Option3: You can use the custom code..which was contributed to SDN &lt;/P&gt;&lt;P&gt;*******************************************************************************************&lt;/P&gt;&lt;P&gt;Create a new report program -&amp;gt; copy the code -&amp;gt; activate -&amp;gt; run &lt;/P&gt;&lt;P&gt;on the p_tcode : give the name of the tcode for which you need to find the user exits and execute...a list of exits will be displayed...double click and follow the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************************&lt;STRONG&gt;ABAP CODE :&lt;/STRONG&gt;***********************************&lt;/P&gt;&lt;P&gt;report zuserexit no standard page heading.&lt;/P&gt;&lt;P&gt;tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.&lt;/P&gt;&lt;P&gt;tables : tstct.&lt;/P&gt;&lt;P&gt;data : jtab like tadir occurs 0 with header line.&lt;/P&gt;&lt;P&gt;data : field1(30).&lt;/P&gt;&lt;P&gt;data : v_devclass like tadir-devclass.&lt;/P&gt;&lt;P&gt;parameters : p_tcode like tstc-tcode obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from tstc where tcode eq p_tcode.&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;select single * from tadir where pgmid = 'R3TR'&lt;/P&gt;&lt;P&gt;and object = 'PROG'&lt;/P&gt;&lt;P&gt;and obj_name = tstc-pgmna.&lt;/P&gt;&lt;P&gt;move : tadir-devclass to v_devclass.&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;select single * from trdir where name = tstc-pgmna.&lt;/P&gt;&lt;P&gt;if trdir-subc eq 'F'.&lt;/P&gt;&lt;P&gt;select single * from tfdir where pname = tstc-pgmna.&lt;/P&gt;&lt;P&gt;select single * from enlfdir where funcname =&lt;/P&gt;&lt;P&gt;tfdir-funcname.&lt;/P&gt;&lt;P&gt;select single * from tadir where pgmid = 'R3TR'&lt;/P&gt;&lt;P&gt;and object = 'FUGR'&lt;/P&gt;&lt;P&gt;and obj_name eq enlfdir-area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move : tadir-devclass to v_devclass.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;select * from tadir into table jtab&lt;/P&gt;&lt;P&gt;where pgmid = 'R3TR'&lt;/P&gt;&lt;P&gt;and object = 'SMOD'&lt;/P&gt;&lt;P&gt;and devclass = v_devclass.&lt;/P&gt;&lt;P&gt;select single * from tstct where sprsl eq sy-langu and&lt;/P&gt;&lt;P&gt;tcode eq p_tcode.&lt;/P&gt;&lt;P&gt;format color col_positive intensified off.&lt;/P&gt;&lt;P&gt;write:/(19) 'Transaction Code - ',&lt;/P&gt;&lt;P&gt;20(20) p_tcode,&lt;/P&gt;&lt;P&gt;45(50) tstct-ttext.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;if not jtab[] is initial.&lt;/P&gt;&lt;P&gt;write:/(95) sy-uline.&lt;/P&gt;&lt;P&gt;format color col_heading intensified on.&lt;/P&gt;&lt;P&gt;write:/1 sy-vline,&lt;/P&gt;&lt;P&gt;2 'Exit Name',&lt;/P&gt;&lt;P&gt;21 sy-vline ,&lt;/P&gt;&lt;P&gt;22 'Description',&lt;/P&gt;&lt;P&gt;95 sy-vline.&lt;/P&gt;&lt;P&gt;write:/(95) sy-uline.&lt;/P&gt;&lt;P&gt;loop at jtab.&lt;/P&gt;&lt;P&gt;select single * from modsapt&lt;/P&gt;&lt;P&gt;where sprsl = sy-langu and&lt;/P&gt;&lt;P&gt;name = jtab-obj_name.&lt;/P&gt;&lt;P&gt;format color col_normal intensified off.&lt;/P&gt;&lt;P&gt;write:/1 sy-vline,&lt;/P&gt;&lt;P&gt;2 jtab-obj_name hotspot on,&lt;/P&gt;&lt;P&gt;21 sy-vline ,&lt;/P&gt;&lt;P&gt;22 modsapt-modtext,&lt;/P&gt;&lt;P&gt;95 sy-vline.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;write:/(95) sy-uline.&lt;/P&gt;&lt;P&gt;describe table jtab.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;format color col_total intensified on.&lt;/P&gt;&lt;P&gt;write:/ 'No of Exits:' , sy-tfill.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;format color col_negative intensified on.&lt;/P&gt;&lt;P&gt;write:/(95) 'No User Exit exists'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;format color col_negative intensified on.&lt;/P&gt;&lt;P&gt;write:/(95) 'Transaction Code Does Not Exist'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;get cursor field field1.&lt;/P&gt;&lt;P&gt;check field1(4) eq 'JTAB'.&lt;/P&gt;&lt;P&gt;set parameter id 'MON' field sy-lisel+1(10).&lt;/P&gt;&lt;P&gt;call transaction 'SMOD' and skip first screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 13:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112453#M983260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T13:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112454#M983261</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 use the following link which contains a program to find out the user exits of particular transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ExitsBADIs/FindUserExitswithTCode.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ExitsBADIs/FindUserExitswithTCode.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-user-exit/m-p/4112454#M983261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T12:01:20Z</dc:date>
    </item>
  </channel>
</rss>

