<?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: Z-Userexits,tables,programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248372#M485710</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 know a specific development class for production you could use table TADIR (use transaction SE11 or SE16) and enter the development class. You'll get an overview of the objects.&lt;/P&gt;&lt;P&gt;PGMID 'LIMU' and OBJECT 'REPS' are e.g. reports; LIMU and TABD are table definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 10:29:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T10:29:52Z</dc:date>
    <item>
      <title>Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248369#M485707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.What is the best way to find the ztable that are available in Production? &lt;/P&gt;&lt;P&gt;SE12 and Z* ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.What is the best way to find the zprograms that are available in Production?&lt;/P&gt;&lt;P&gt;SE38 - Z*  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.What is the best way to find the Userexits that have been modified and moved to Production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have a prorper documentation of the all above and if any other that you suggest so that the future development team can get a better understanding or alteast a birds eye view of what all the current development team has done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions regarding the same are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248369#M485707</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-22T10:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248370#M485708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;From the Table TADIR in Production you can find the tables and programs.&lt;/P&gt;&lt;P&gt;from SE16&lt;/P&gt;&lt;P&gt;execute the table&lt;/P&gt;&lt;P&gt;enter Object Type  TABL&lt;/P&gt;&lt;P&gt;Object name Z*&lt;/P&gt;&lt;P&gt;execute, you will get all tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly enter object type PROG&lt;/P&gt;&lt;P&gt;Object name Z*&lt;/P&gt;&lt;P&gt;execute, you will get all Z programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter Object Type  CMOD&lt;/P&gt;&lt;P&gt;Object name Z*&lt;/P&gt;&lt;P&gt;execute, you will get all User exits&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248370#M485708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248371#M485709</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;SE12 und SE38 will do for tables and programms.&lt;/P&gt;&lt;P&gt;Consider SE24 for classes as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits you can have a look at CMOD for the userexits&lt;/P&gt;&lt;P&gt;and use transaction SE19 for customer BADI implementations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Timo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248371#M485709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248372#M485710</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 know a specific development class for production you could use table TADIR (use transaction SE11 or SE16) and enter the development class. You'll get an overview of the objects.&lt;/P&gt;&lt;P&gt;PGMID 'LIMU' and OBJECT 'REPS' are e.g. reports; LIMU and TABD are table definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248372#M485710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248373#M485711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See    for all  in  one  the  solution is   :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the  modules  have   not  more than  1   Package  that is   development class  ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so   you development systmen will have  one  package  ..... &lt;/P&gt;&lt;P&gt;similarry   for  production the same  ... for  testing the same .../&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto     SE80  ....  Put packge   and  package   name   ...  so that  it will display all objects in the  list  left side  ....  by   drilling  it    ....    objects will be listed  ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dictionay &lt;/P&gt;&lt;P&gt;data element &lt;/P&gt;&lt;P&gt;domains&lt;/P&gt;&lt;P&gt;programs  -&amp;gt;  &amp;lt;b&amp;gt;You can see  all the  porgrams  with text description&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;includes&lt;/P&gt;&lt;P&gt;subroutines&lt;/P&gt;&lt;P&gt;function groups  -&amp;gt;  here also  you can see the Fun groups &lt;/P&gt;&lt;P&gt;function modules  -&amp;gt;   &amp;lt;b&amp;gt;here the   user  exit function modules  with  some different  naming conversion  so easyly  identified   because   user exit FM  has the  program name also in the  in the  name  of the FM .&amp;lt;/b&amp;gt;transcation code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward   points  if  it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248373#M485711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248374#M485712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is fine but in CMOD when I give Z* and press f4 it is showing just a few list of exits,does that mean it is the list of exits that are modified and now in production ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248374#M485712</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-22T10:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248375#M485713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Whatever the programs and tables that are available are stored in control tables.&lt;/P&gt;&lt;P&gt;I am not sure of the table names..&lt;/P&gt;&lt;P&gt;Just try&lt;/P&gt;&lt;P&gt;TADIR&lt;/P&gt;&lt;P&gt;TFDIR .... for programs and tables. Go into the contents and search with Z as first letter as per ur requirement.&lt;/P&gt;&lt;P&gt;Whatever  the user-exits are there, they get stored in the following tables&lt;/P&gt;&lt;P&gt;MODSAP,MODACT,MODATTR...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found usefull.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248375#M485713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T11:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248376#M485714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;CMOD objects in TADIR is the PROJECTs which we create in CMOD tcode&lt;/P&gt;&lt;P&gt;Search for the Enhancments used in that projects&lt;/P&gt;&lt;P&gt;As you know we have to implement the enhancement(user exit) in a project and to use.&lt;/P&gt;&lt;P&gt;So it gives the project name, from which we come to know the enhancments/exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248376#M485714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T11:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Z-Userexits,tables,programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248377#M485715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for letting me know these 3 tables which are very new to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.But will I be able to get the userexits if I had written any for a particular tcode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Does the list it is showing are the exits that the previous development team has written or just showing the all the available userexits for all the tcodes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 12:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-userexits-tables-programs/m-p/2248377#M485715</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-22T12:16:05Z</dc:date>
    </item>
  </channel>
</rss>

