<?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 user exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343654#M516793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)  suppose a user exit object alrady tranported to production.&lt;/P&gt;&lt;P&gt;     user needs a default one.&lt;/P&gt;&lt;P&gt;procedure to get the default one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....how to release new default object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2007 06:15:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-04T06:15:07Z</dc:date>
    <item>
      <title>user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343654#M516793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)  suppose a user exit object alrady tranported to production.&lt;/P&gt;&lt;P&gt;     user needs a default one.&lt;/P&gt;&lt;P&gt;procedure to get the default one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....how to release new default object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 06:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343654#M516793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T06:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343655#M516794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please be more specific with your query, as what do you mean by default one??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean the standard SAP code. If so then just delete or comment the code in the exit and transport the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 06:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343655#M516794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343656#M516795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but the object is already in production.does'nt it have to be tranported to the dev server before commenting or deleting user exit code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 08:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343656#M516795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T08:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343657#M516796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objects are always transported from DEV -&amp;gt; Quality -&amp;gt; Production. not otherway round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you comment the code, it will ask you for the transport request which you need to transport as mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if further query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 09:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343657#M516796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T09:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343658#M516797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The object is already in production.&lt;/P&gt;&lt;P&gt;if that object needs any corrections .it must be tranported to dev server.and than make changes right . again after correcting (commenting )..again it is tranported from dev to prod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; am i right ?&lt;/P&gt;&lt;P&gt; please answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 09:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343658#M516797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T09:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343659#M516798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Vijay, it doesn't happen like this.&lt;/P&gt;&lt;P&gt;If object is in production that means it is already in DEV.because as I said earlier objects moved in that way only.&lt;/P&gt;&lt;P&gt;So you will now make changes in DEV and  transport it to production &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points to useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 09:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343659#M516798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343660#M516799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but in production the  there is a object ,if you send the  uncommented one you will have 2 copies of same object.one with user exit and one with uncommented one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me a clear i dea about this . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will defenetly reward  maximum points .thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 06:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343660#M516799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T06:27: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/2343661#M516800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user-exit is nothing but a Function Module and it has a include in it which we need to create.&lt;/P&gt;&lt;P&gt;So what ever code you write in this include is the code in that user-exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you comment this code and transport the TR to Production then the program in the production also get commented.&lt;/P&gt;&lt;P&gt;When TR moves from DEV to PRD and it contain changes to any object it does not create the object again, it just update those changes in that objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear now. If still doubt revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 06:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/2343661#M516800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T06:31:00Z</dc:date>
    </item>
  </channel>
</rss>

