<?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/992218#M74504</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; If you want to make a rough calculation goto the Tcode &amp;lt;b&amp;gt;SMOD&amp;lt;/b&amp;gt;.In the Enhancement field search for some particular exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex, some of the exits available for PS type &lt;STRONG&gt;PS&lt;/STRONG&gt; and press F4 and this will give you some list of exits meant for PS module. Similarly try out for other modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if this explanation is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2005 11:20:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-05T11:20:45Z</dc:date>
    <item>
      <title>User exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992214#M74500</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 wanted to find out how may user exits in a particular &lt;/P&gt;&lt;P&gt;package are assigned to a project i.e how many exits are active for that system in a particular package / dev class.&lt;/P&gt;&lt;P&gt;Is there any standard report / function module for this or there is any transaction for finding out so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be highly appreciated !&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hitanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 11:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992214#M74500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T11:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: User exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992215#M74501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you goto the SAP Application hierachy (SE81)you can go down into individual modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the area you are interested. (It should turn yellow).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Information System button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Environment&lt;DEL&gt;-&amp;gt;Exit Techniques&lt;/DEL&gt;&amp;gt;Customer Exits---&amp;gt;Enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should now belooking at a selection screen with the DEV classes filled in from the Application hierachy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you hit Execute you will get the exits for the selected part of the hierachy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it out.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 11:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992215#M74501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T11:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: User exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992216#M74502</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;Finding the user-exits of a SAP transaction code&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Enter the transaction code in which you are looking for the user-exit&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;and it will list you the list of user-exits in the transaction code.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Also a drill down is possible which will help you to branch to SMOD.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&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;P&gt;&lt;/P&gt;&lt;P&gt;*---End of Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points if u find it useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Ruthra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 11:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992216#M74502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: User exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992217#M74503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruthra.&lt;/P&gt;&lt;P&gt;I am conversant in finding the user exits but the situation here is that i need to find out the active user exits for a package in my system. If say for a package QV ,I have 10 exits, I need to find out the active user exits ( i.e exits for which some code is written inside the 'z' include )for my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i have been able to explain the situation here.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hitanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 11:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992217#M74503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: User exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992218#M74504</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; If you want to make a rough calculation goto the Tcode &amp;lt;b&amp;gt;SMOD&amp;lt;/b&amp;gt;.In the Enhancement field search for some particular exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex, some of the exits available for PS type &lt;STRONG&gt;PS&lt;/STRONG&gt; and press F4 and this will give you some list of exits meant for PS module. Similarly try out for other modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if this explanation is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 11:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992218#M74504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T11:20: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/992219#M74505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitanshu ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use following code to find active exits in your system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TABLES : MODATTR, MODACT, MODSAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : ITAB_MODATTR LIKE MODATTR OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : ITAB_MODACT LIKE  MODACT OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : ITAB_MODSAP LIKE MODSAP OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB_MODACT1 OCCURS 0,&lt;/P&gt;&lt;P&gt;       NAME LIKE MODACT-NAME,&lt;/P&gt;&lt;P&gt;       MEMBER(8),&lt;/P&gt;&lt;P&gt;       END OF ITAB_MODACT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;       NAME LIKE MODATTR-NAME,&lt;/P&gt;&lt;P&gt;       STATUS LIKE MODATTR-STATUS,&lt;/P&gt;&lt;P&gt;       MEMBER LIKE MODACT-MEMBER,&lt;/P&gt;&lt;P&gt;       COMP   LIKE MODSAP-MEMBER,&lt;/P&gt;&lt;P&gt;       TYP LIKE MODSAP-TYP,&lt;/P&gt;&lt;P&gt;       ACT_COMP,                       "Whether component is active.&lt;/P&gt;&lt;P&gt;       END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM MODATTR INTO TABLE ITAB_MODATTR&lt;/P&gt;&lt;P&gt;           WHERE STATUS = 'A'.&lt;/P&gt;&lt;P&gt;CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM MODACT INTO TABLE ITAB_MODACT FOR ALL ENTRIES IN&lt;/P&gt;&lt;P&gt;ITAB_MODATTR WHERE NAME = ITAB_MODATTR-NAME AND MEMBER NE ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB_MODACT.&lt;/P&gt;&lt;P&gt;  ITAB_MODACT1-NAME   = ITAB_MODACT-NAME.&lt;/P&gt;&lt;P&gt;  ITAB_MODACT1-MEMBER = ITAB_MODACT-MEMBER+0(8).&lt;/P&gt;&lt;P&gt;  APPEND ITAB_MODACT1.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;SELECT * FROM MODSAP INTO TABLE ITAB_MODSAP FOR ALL ENTRIES IN&lt;/P&gt;&lt;P&gt;ITAB_MODACT1 WHERE NAME = ITAB_MODACT1-MEMBER AND MEMBER NE ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB_MODATTR.&lt;/P&gt;&lt;P&gt;  ITAB-NAME = ITAB_MODATTR-NAME.&lt;/P&gt;&lt;P&gt;  ITAB-STATUS = ITAB_MODATTR-STATUS.&lt;/P&gt;&lt;P&gt;  LOOP AT ITAB_MODACT1&lt;/P&gt;&lt;P&gt;                  WHERE NAME = ITAB_MODATTR-NAME .&lt;/P&gt;&lt;P&gt;    ITAB-MEMBER = ITAB_MODACT1-MEMBER.&lt;/P&gt;&lt;P&gt;    LOOP AT ITAB_MODSAP WHERE NAME = ITAB-MEMBER .&lt;/P&gt;&lt;P&gt;      ITAB-COMP = ITAB_MODSAP-MEMBER.&lt;/P&gt;&lt;P&gt;      ITAB-TYP = ITAB_MODSAP-TYP.&lt;/P&gt;&lt;P&gt;      PERFORM CHECK_COMP_ACTIVE.&lt;/P&gt;&lt;P&gt;      APPEND ITAB.&lt;/P&gt;&lt;P&gt;      CLEAR : ITAB_MODSAP.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    CLEAR : ITAB_MODACT1.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  CLEAR : ITAB_MODATTR.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT COLOR COL_HEADING.&lt;/P&gt;&lt;P&gt;ULINE.&lt;/P&gt;&lt;P&gt;write : / SY-VLINE,&lt;/P&gt;&lt;P&gt;         (10) 'PROJECT', sy-vline,&lt;/P&gt;&lt;P&gt;         (6)  'STATUS', sy-vline,&lt;/P&gt;&lt;P&gt;         (20) 'SAP ENHANCEMENT', sy-vline,&lt;/P&gt;&lt;P&gt;         (30) 'COMPONENT',sy-vline,&lt;/P&gt;&lt;P&gt;         (4) 'TYPE', SY-VLINE,&lt;/P&gt;&lt;P&gt;         (11) 'IMPLEMENTED',SY-VLINE.&lt;/P&gt;&lt;P&gt;ULINE.&lt;/P&gt;&lt;P&gt;FORMAT RESET.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;  WRITE : / SY-VLINE,&lt;/P&gt;&lt;P&gt;           (10) ITAB-NAME,SY-VLINE,&lt;/P&gt;&lt;P&gt;           (6) ITAB-STATUS CENTERED,SY-VLINE,&lt;/P&gt;&lt;P&gt;           (20) ITAB-MEMBER,SY-VLINE,&lt;/P&gt;&lt;P&gt;           (30) ITAB-COMP,SY-VLINE,&lt;/P&gt;&lt;P&gt;           (4) ITAB-TYP,SY-VLINE,&lt;/P&gt;&lt;P&gt;           (11) ITAB-ACT_COMP CENTERED, SY-VLINE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  CHECK_COMP_ACTIVE&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM CHECK_COMP_ACTIVE.&lt;/P&gt;&lt;P&gt;  TABLES : TFDIR, TRDIR.&lt;/P&gt;&lt;P&gt;  DATA INAME LIKE TRDIR-NAME.&lt;/P&gt;&lt;P&gt;  CLEAR ITAB-ACT_COMP.&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM TFDIR WHERE FUNCNAME = ITAB-COMP.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;    ITAB-ACT_COMP = 'X'.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE 'Z' TFDIR-PNAME+4(4) 'U' TFDIR-INCLUDE INTO INAME.&lt;/P&gt;&lt;P&gt;  CONDENSE INAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM TRDIR WHERE NAME = INAME.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;    ITAB-ACT_COMP = 'Y'.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    ITAB-ACT_COMP = 'N'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " CHECK_COMP_ACTIVE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will give project + Enhancement + Function Module. You can also use standard report RSMODDEL_INACT_EXIT_INCLUDE to get the active exit includes and functions ( this will not give the project info ). If you are on WAS 640 then you have a standard report SNIF which will give all info.  If you want to find all active projects in a dev class , you can do an F4 in CMOD ( information system ) and put in the dev class .  In any case you will have to do a combination of above methods to get your desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 11:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992219#M74505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T11:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: User exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992220#M74506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay,&lt;/P&gt;&lt;P&gt;I really appreciate ur inputs regarding this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hitanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 12:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992220#M74506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: User exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992221#M74507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;It has solved my problem here.&lt;/P&gt;&lt;P&gt;thanks once agin.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hitanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 12:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992221#M74507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T12:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: User exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992222#M74508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward points if answers were helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 12:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/992222#M74508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T12:22:51Z</dc:date>
    </item>
  </channel>
</rss>

