<?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: Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609407#M273368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need BADI for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2006 14:03:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-22T14:03:22Z</dc:date>
    <item>
      <title>Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609406#M273367</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;Can someone tell me step by step how to put a button on a standard transaction (FK02) using an Exit???&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alejandro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609406#M273367</guid>
      <dc:creator>Kinsbrunner</dc:creator>
      <dc:date>2006-09-22T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609407#M273368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need BADI for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609407#M273368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T14:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609408#M273369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ale,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u go for BADI instead of userexit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find out badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto tcode-&amp;gt;SE24,give class name as CL_EXITHANDLER,then choose then in the properties tab click on GET_INSTANCE,and put break point at &lt;/P&gt;&lt;P&gt; CALL METHOD cl_exithandler=&amp;gt;get_class_name_by_interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now run ur tcode.U will find the badi's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609408#M273369</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-09-22T14:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609409#M273370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the below steps to find out what all BADI's are called when you press any button in any transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Goto se24 (Display class cl_exithandler)&lt;/P&gt;&lt;P&gt;2) Double click on the method GET_INSTANCE.&lt;/P&gt;&lt;P&gt;3) Put a break point at Line no.25 (CASE sy-subrc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now&lt;/P&gt;&lt;P&gt;4) Execute SAP standard transaction &lt;/P&gt;&lt;P&gt;5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.&lt;/P&gt;&lt;P&gt;6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.&lt;/P&gt;&lt;P&gt;7) This way you will find all the BADIs called on click of any button in any transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609409#M273370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T14:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609410#M273371</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;I really don't klnow how to put a button, I already have the BADI's name (VENDOR_ADD_DATA) but I don't know how to apply it beacuse I've never used one.&lt;/P&gt;&lt;P&gt;Can somebody tell me how to use it? &lt;/P&gt;&lt;P&gt;I want to insert a button on the standard transaction FK02&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Alejandro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1609410#M273371</guid>
      <dc:creator>Kinsbrunner</dc:creator>
      <dc:date>2006-09-22T14:32:01Z</dc:date>
    </item>
  </channel>
</rss>

