<?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: BAdI Implementation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/8727578#M1673248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to know Purpose of a give BAdI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Check the SAP Standard Documentation of the BAdI which&amp;nbsp; SAP has provided for all most all customer BAdI's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. By checking various methods provided in the BAdI which indetail gives you an idea about the importing data and exporting data, to know what can be used and what can be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the BAdI called from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Classic BAdIs are defined in SAP using OOABAP concept, so the class CL_EXITHANDLER only creates an instance for this BAdI and If there is an active implemenation then it is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; If you have placed a debugging point in the class CL_EXITHANDLER and method GET_INSTANCE then debug it till the end and come out of the method. you will be actually be taken to the main program where the instance is created. Hence that is the main program where the actual implementation will be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The other way is to do a where used list for BAdI defintion from SE18 , you can find the programs where the declarations are done and used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kernel BAdI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If is different from the way the Classic BAdI's are Defined. It uses enhancement framework( preciously enhancement spot ) which holds the BAdI defintions.&lt;/P&gt;&lt;P&gt;2. If also defers the way SAP calls it, It does not uses Class CL_EXITHANDLER to create its instances rather the call is encapsulated in ABAP Statement defined in ABAP kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g Get BAdI &amp;amp; Call BAdI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence it is much faster then classic SAP BAdI's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 09:51:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-18T09:51:25Z</dc:date>
    <item>
      <title>BAdI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/8727576#M1673246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Dear All ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am working on BAdI Implementation . I know that in order to know the exit names and the BAdI names we use the class &lt;SPAN style="color: #3366ff;"&gt;CL_EXITHANDLER &lt;/SPAN&gt;and put a breakpoint in &lt;SPAN style="color: #0971f5;"&gt;GET_INSTANCE&lt;/SPAN&gt; method . This way we can get the BAdi name and the screen no. For any Standard T.Code . &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Example in case of T.code VL02 I got th&lt;SPAN style="color: #575757;"&gt;e BAdI &lt;/SPAN&gt;Name &lt;SPAN style="color: #3366ff;"&gt;BADI_LAYER&lt;/SPAN&gt; on screen 101 .&amp;nbsp; And I have Implemented that BAdI in SE19 . Now my question is how will i know that what is the use of this BAdI . Not only for this BAdI , But for any BAdI how can we check what is the use of the BAdI or where exactly the BAdI is called in the standard report ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have worked on different BAdis like &lt;SPAN style="color: #3366ff;"&gt;CUSTOMER_ADD_DATA&lt;/SPAN&gt; for Customer Master , &lt;SPAN style="color: #3366ff;"&gt;BADI_SD_CUST_HEAD&lt;/SPAN&gt; for Billing invoices . But the way we work on these BAdIs is totally different from each other however the purpose of both the BAdIs is Same ----&amp;gt; to add additional screen .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any standard way . &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I hope I am clear with my question .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Suvana Smith .&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 04:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/8727576#M1673246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-18T04:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/8727577#M1673247</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;One way is to check the documentation available BAdI definition.Some BAdI will aslo have example implementations. You can see that example code and comments in the code will help you to find what the BAdI does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 08:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/8727577#M1673247</guid>
      <dc:creator>ramesh_mahankali</dc:creator>
      <dc:date>2012-04-18T08:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/8727578#M1673248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to know Purpose of a give BAdI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Check the SAP Standard Documentation of the BAdI which&amp;nbsp; SAP has provided for all most all customer BAdI's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. By checking various methods provided in the BAdI which indetail gives you an idea about the importing data and exporting data, to know what can be used and what can be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the BAdI called from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Classic BAdIs are defined in SAP using OOABAP concept, so the class CL_EXITHANDLER only creates an instance for this BAdI and If there is an active implemenation then it is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; If you have placed a debugging point in the class CL_EXITHANDLER and method GET_INSTANCE then debug it till the end and come out of the method. you will be actually be taken to the main program where the instance is created. Hence that is the main program where the actual implementation will be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The other way is to do a where used list for BAdI defintion from SE18 , you can find the programs where the declarations are done and used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kernel BAdI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If is different from the way the Classic BAdI's are Defined. It uses enhancement framework( preciously enhancement spot ) which holds the BAdI defintions.&lt;/P&gt;&lt;P&gt;2. If also defers the way SAP calls it, It does not uses Class CL_EXITHANDLER to create its instances rather the call is encapsulated in ABAP Statement defined in ABAP kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g Get BAdI &amp;amp; Call BAdI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence it is much faster then classic SAP BAdI's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 09:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/8727578#M1673248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-18T09:51:25Z</dc:date>
    </item>
  </channel>
</rss>

