<?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 for tcode frft_tr in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294152#M1024364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya sharma on Aug 8, 2008 5:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2008 14:59:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-08T14:59:58Z</dc:date>
    <item>
      <title>user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294144#M1024356</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;I am trying to find the user exits for transaction FRFT_TR. I took its program name by going to system and then status. and then from se38, i took its package name and by the package name, i searched for user exits in smod but it says that there are no user exits. But at the same time, my team lead could find out user exits by debugging the transaction. I tried to do the same way but i found it a difficult process and very time consuming process of finding user exit.&lt;/P&gt;&lt;P&gt;The exit found is EXIT_SAPL2021_002&lt;/P&gt;&lt;P&gt;my question is&lt;/P&gt;&lt;P&gt;why i couldnt find the user exit by package name and second  could anyone give me some better idea of how can we search for user exits by debugging a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 21:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294144#M1024356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T21:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294145#M1024357</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;In debugging mode,&lt;/P&gt;&lt;P&gt;Set the break point call customer-function statement.&lt;/P&gt;&lt;P&gt;how to set the break point.&lt;/P&gt;&lt;P&gt;1. in menu, Breakpoints-&amp;gt;Breakpoints At-&amp;gt;Breakpoints At Statement.&lt;/P&gt;&lt;P&gt; give the statement 'call customer-function'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you execute the cursor will go the user-exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 04:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294145#M1024357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T04:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294146#M1024358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i believe we can find userexit by most common program which used by all abaper i hope you also have it.than i think by running that program with transaction code it is most easiest way to find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know if you dont have that prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by debug the transaction we can find BADI but not exit.the only way which you already suggest by package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 05:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294146#M1024358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T05:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294147#M1024359</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;there are no USer EXITs or BADI's exsisting for this t-code&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 05:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294147#M1024359</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-08-08T05:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294148#M1024360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, there are no user exits for that t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run this program to find any user exits in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZPRA_FIND_USEREXIT.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   select single * from tadir where pgmid = 'R3TR'&lt;/P&gt;&lt;P&gt;                    and object = 'PROG' and obj_name = tstc-pgmna.&lt;/P&gt;&lt;P&gt;   move : tadir-devclass to v_devclass.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;         if trdir-subc eq 'F'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   		 select single * from tfdir where pname = tstc-pgmna.&lt;/P&gt;&lt;P&gt;       		&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;&lt;/P&gt;&lt;P&gt;                 select single * from tadir where pgmid = 'R3TR'&lt;/P&gt;&lt;P&gt;			and object = 'FUGR' 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;&lt;/P&gt;&lt;P&gt;       select * from tadir into table jtab&lt;/P&gt;&lt;P&gt;         where pgmid = 'R3TR' and object = 'SMOD' and devclass =&lt;/P&gt;&lt;P&gt;v_devclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          select single * from tstct where sprsl eq sy-langu&lt;/P&gt;&lt;P&gt;                      and tcode eq p_tcode.&lt;/P&gt;&lt;P&gt;&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. format color col_heading intensified on&lt;/P&gt;&lt;P&gt;.&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 ,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 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;&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;P&gt;&lt;/P&gt;&lt;P&gt;*---End of Program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 05:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294148#M1024360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T05:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294149#M1024361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all of u for ur replies but i still have question that how my team lead could find user exit in this transaction. I have already mentioned the exit name above and not only this her exit is working fine. The program that someone has mentioned for searching  the user exit, i have already used that and through that program also i could not find any user exit and i agree with all of u that there seems to be no user exit but how could my team lead found exit with name EXIT_SAPL2021_002 in enhancement PRQ_BAPI.&lt;/P&gt;&lt;P&gt;i would appreciate the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 14:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294149#M1024361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294150#M1024362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply but i still have question that how my team lead could find user exit in this transaction. I have already mentioned the exit name above and not only this her exit is working fine. The program that someone has mentioned for searching the user exit, i have already used that and through that program also i could not find any user exit and i agree with all of u that there seems to be no user exit but how could my team lead found exit with name EXIT_SAPL2021_002 in enhancement PRQ_BAPI.&lt;/P&gt;&lt;P&gt;i would appreciate the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 14:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294150#M1024362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T14:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294151#M1024363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply but i still have question that how my team lead could find user exit in this transaction. I have already mentioned the exit name above and not only this her exit is working fine. The program that someone has mentioned for searching the user exit, i have already used that and through that program also i could not find any user exit and i agree with all of u that there seems to be no user exit but how could my team lead found exit with name EXIT_SAPL2021_002 in enhancement PRQ_BAPI.&lt;/P&gt;&lt;P&gt;i would appreciate the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 14:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294151#M1024363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: user exits for tcode frft_tr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294152#M1024364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya sharma on Aug 8, 2008 5:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 14:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-for-tcode-frft-tr/m-p/4294152#M1024364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T14:59:58Z</dc:date>
    </item>
  </channel>
</rss>

