<?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 Exit /BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-badi/m-p/4890898#M1142659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While doing QA11,QA12,QE51N,QA33 ,system should prompt a Warning message if Next Inspection date is greater than SLED date.so in which User Exit or In BADI i have to add  the Modification .&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjitthe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Dec 2008 09:53:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-25T09:53:23Z</dc:date>
    <item>
      <title>User Exit /BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-badi/m-p/4890898#M1142659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While doing QA11,QA12,QE51N,QA33 ,system should prompt a Warning message if Next Inspection date is greater than SLED date.so in which User Exit or In BADI i have to add  the Modification .&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjitthe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2008 09:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-badi/m-p/4890898#M1142659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-25T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit /BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-badi/m-p/4890899#M1142660</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 u want to search the relevant BADI, then the procedure is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Go to the TCode SE24 and enter CL_EXITHANDLER as object type.&lt;/P&gt;&lt;P&gt; In 'Display' mode, go to 'Methods' tab.&lt;/P&gt;&lt;P&gt;Double click the method 'Get Instance' to display it source code.&lt;/P&gt;&lt;P&gt;Set a breakpoint on 'CALL METHOD &lt;/P&gt;&lt;P&gt;cl_exithandler=&amp;gt;get_class_name_by_interface'.&lt;/P&gt;&lt;P&gt;Then run your transaction ML81N.&lt;/P&gt;&lt;P&gt;The screen will stop at this method.&lt;/P&gt;&lt;P&gt;Check the value of parameter 'EXIT_NAME'. It will show you &lt;/P&gt;&lt;P&gt;the BADI for that transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will ok for u.&lt;/P&gt;&lt;P&gt;       or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to search the relevant exit for this, then the procedure is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the transaction QA11.&lt;/P&gt;&lt;P&gt;Go to Sytem-&amp;gt;status.&lt;/P&gt;&lt;P&gt;Get the package name from the dialog.&lt;/P&gt;&lt;P&gt;Go to transaction CMOD and enter the package name in F4 help.&lt;/P&gt;&lt;P&gt;You will get the list of transactions.&lt;/P&gt;&lt;P&gt;          OR&lt;/P&gt;&lt;P&gt;1.go to the program related to the transaction&lt;/P&gt;&lt;P&gt;2. find the package&lt;/P&gt;&lt;P&gt;3. in cmod, click on enhacement settings, give the package name&lt;/P&gt;&lt;P&gt;u can find all the exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will helps a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;brahmi chary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2008 20:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-badi/m-p/4890899#M1142660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-25T20:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit /BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-badi/m-p/4890900#M1142661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved By self.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 07:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-badi/m-p/4890900#M1142661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T07:33:43Z</dc:date>
    </item>
  </channel>
</rss>

