<?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: Finding BAdi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613423#M274909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate your implementation, put in the code break-point or break xxxx, where xxxx stands for your user name and keep playing with PO transaction to figure out where it stops.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 14:21:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T14:21:14Z</dc:date>
    <item>
      <title>Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613422#M274908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Purchase Order creation process in SAP ECC 6.0. To enhance the process I have used BAdi 'ME_PROCESS_PO_CUST'. But I am strugling to finding the exact point from where its being called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me identifying the calling point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shabbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613422#M274908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613423#M274909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate your implementation, put in the code break-point or break xxxx, where xxxx stands for your user name and keep playing with PO transaction to figure out where it stops.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613423#M274909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613424#M274910</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;Thanks for the prompt reponse. I already have tried this. It certainly stops at break point but I want to know the exact calling point from where this BAdi is being called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am able to make myself clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shabbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613424#M274910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613425#M274911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;  go to se18 transaction.&lt;/P&gt;&lt;P&gt; GIve the badi name.&lt;/P&gt;&lt;P&gt;Click on the where-used-list.Ctrl&lt;EM&gt;shift&lt;/EM&gt;f3)&lt;/P&gt;&lt;P&gt;and continue(Press enter on the 2 pop ups).&lt;/P&gt;&lt;P&gt;YOu can see where is the point of call in the main program.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613425#M274911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613426#M274912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I search BAdi it takes me to its implementation which I myself did. And if I search Z&amp;lt;BAdi&amp;gt; (implementation) it shows nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something or going on wrong track?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shabbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613426#M274912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613427#M274913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check main program SAPLMEPOBADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can place break point in one of the function modules (select the pone that you are delaing with) in include program LMEPOBADIUXX. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 15:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613427#M274913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T15:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613428#M274914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ali,&lt;/P&gt;&lt;P&gt; In that case there must be some dynamic calls.&lt;/P&gt;&lt;P&gt;Now that you are getting the control to your badi, in debug mode, press the CALLS button in debug screen.&lt;/P&gt;&lt;P&gt; YOu would get the program which called this method.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 15:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613428#M274914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T15:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613429#M274915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;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;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 15:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613429#M274915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Finding BAdi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613430#M274916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this post &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="237560"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 17:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-badi/m-p/1613430#M274916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T17:55:51Z</dc:date>
    </item>
  </channel>
</rss>

