<?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: Identifying User Exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523875#M847613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the exits in many ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the developement class of the transaction code from SE93.&lt;/P&gt;&lt;P&gt;Then go to transaction SMOD and press F4 and give the Development class in Press ENTER, then it will show all the exits available for that transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE80 and give the development class name and then expand the enhancements tree view then you will get the list of userexits for that corresponding dev class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on method GET_INSTANCE, put a break point on case statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 16:12:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T16:12:22Z</dc:date>
    <item>
      <title>Identifying User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523872#M847610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we identify the user exist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 15:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523872#M847610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T15:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523873#M847611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai   &lt;STRONG&gt;Sandeep Tiwari&lt;/STRONG&gt;,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Genaralising This For U.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It Is ver EASY Procees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Go To SE84&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give The PRogram Name Or PAckage name In Which VL02N is present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Click On Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Click On Enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then U will Get USer Exits Aswell As BADI 's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF Found helpful Reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Eshwar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 15:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523873#M847611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523874#M847612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have several methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find the package name of the transaction. hope u know how to.&lt;/P&gt;&lt;P&gt;run t-code, system--status. double click on program, check the attribute of that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then goto t-code smod or cmod, extras--&amp;gt; find.&lt;/P&gt;&lt;P&gt;give the package name and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other method.&lt;/P&gt;&lt;P&gt;se81 application hierarchy.&lt;/P&gt;&lt;P&gt;select the hierarcy upto u r knowledge where the exit u required.&lt;/P&gt;&lt;P&gt;press the button set focus on tool bar. it changes to yellow color.&lt;/P&gt;&lt;P&gt;select the push button(components, not sure..) on tool bar.&lt;/P&gt;&lt;P&gt;expant the enhancements or badis which ever u want, double click on it and execute..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more..&lt;/P&gt;&lt;P&gt;open the program and fin for CALL CUSTOMER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more.&lt;/P&gt;&lt;P&gt;open the spro.&lt;/P&gt;&lt;P&gt;press ctrl+f and search for enhancements.&lt;/P&gt;&lt;P&gt;&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;santhosh reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 15:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523874#M847612</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2008-03-11T15:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523875#M847613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the exits in many ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the developement class of the transaction code from SE93.&lt;/P&gt;&lt;P&gt;Then go to transaction SMOD and press F4 and give the Development class in Press ENTER, then it will show all the exits available for that transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE80 and give the development class name and then expand the enhancements tree view then you will get the list of userexits for that corresponding dev class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on method GET_INSTANCE, put a break point on case statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 16:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523875#M847613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T16:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523876#M847614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the transaction COMD and for that respective development class exits are available with + sign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 16:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-user-exits/m-p/3523876#M847614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T16:17:12Z</dc:date>
    </item>
  </channel>
</rss>

