<?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: regarding badis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825876#M352384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi Gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the Transaction " me54n" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then goto System&lt;DEL&gt;&amp;gt; Status&lt;/DEL&gt;&amp;gt;Open the Main program(SAPLMEGUI)&lt;/P&gt;&lt;P&gt;for this Transaction.&lt;/P&gt;&lt;P&gt;Double Click on the Main Program "SAPLMEGUI".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this main program you will search by "GET_INSTANCE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you find the Badi for the Tcode "ME54n'.&lt;/P&gt;&lt;P&gt;the following BADI for TCODE "ME54N" &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;"ME_ACTV_CANCEL_PO"&amp;lt;/b&amp;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;Sreeni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sreenivasulu Ponnadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Feb 2007 12:32:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-02T12:32:37Z</dc:date>
    <item>
      <title>regarding badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825873#M352381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hv to use badi's in me54n...regarding release strategy...i m not able to find badis in release strategy hw can v find that plz help ,with the help of badis i will derelese a pr...whose po is already created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 12:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825873#M352381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T12:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: regarding badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825874#M352382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You already have created one thread for the same issue. Could you please refer to your old thread responses.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 12:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825874#M352382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: regarding badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825875#M352383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&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;if you follow this 7 steps, you will find a suitable BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close duplicate threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 12:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825875#M352383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T12:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: regarding badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825876#M352384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi Gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the Transaction " me54n" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then goto System&lt;DEL&gt;&amp;gt; Status&lt;/DEL&gt;&amp;gt;Open the Main program(SAPLMEGUI)&lt;/P&gt;&lt;P&gt;for this Transaction.&lt;/P&gt;&lt;P&gt;Double Click on the Main Program "SAPLMEGUI".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this main program you will search by "GET_INSTANCE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you find the Badi for the Tcode "ME54n'.&lt;/P&gt;&lt;P&gt;the following BADI for TCODE "ME54N" &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;"ME_ACTV_CANCEL_PO"&amp;lt;/b&amp;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;Sreeni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sreenivasulu Ponnadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 12:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badis/m-p/1825876#M352384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T12:32:37Z</dc:date>
    </item>
  </channel>
</rss>

