<?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: user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916384#M938690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx to all of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 12:45:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T12:45:26Z</dc:date>
    <item>
      <title>user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916380#M938686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one tell me what are user exits, cudtomer exits and BAPI, BADI s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between them and in what context which of the above will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 12:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916380#M938686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T12:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916381#M938687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look up at how the enhancement technique has evolved so far in SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2018User-Exitu2019 is one of the very first mechanisms provided by SAP to execute custom code in between the standard SAP control flow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is implemented as subroutine call (PERFORM xxx). A classical example for User-Exit is MV45AFZZ include in order processing module of SAP R/3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2018Customer-Exitu2019 is better than the user-exit, in the sense that it is implemented using Function Modules and so has a well defined parameter interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also since the custom coding done as part of these customer-exits is located away from the original SAP code, the maintenance is easier than user-exits. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2018Business Transaction Events' - SAP developed this enhancement technique in Release 4.0, allows enhancements to be reused. Business Transaction Events (BTE) allow you to attach additional components, in the form of a function module, for example, to the R/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.In contrast to customer exits, BTEu2019s allow you to use an interface for multiple types of additional logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The u2018BADI-su2019 (Business Add-Ins), as they exist in pre NW04s releases are now called old classic-BADIu2019s. This was the first object-oriented way to enhance the ABAP system. This, to a certain extent, allows multiple implementations with limited filter support. The classic-BADIu2019s are implemented using ABAP Objects. Implemented from release 4.6A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2018Enhancement Frameworku2019 is the new paradigm to bring all enhancement techniques under one roof. The aim of the new enhancement concept as of Release 7.0 is to unify all possible ways of modifying or enhancing SAP products , which go beyond the scope of Customizing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u can see above the brief history of the enhancement techniques.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Exits first were introduced in the SD module.This was the first enhancement technique provided in SAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to the disadvantages they faced in the user exits (data can be intrepreted erronously) ,then SAP introduced the concept of Customer Exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As these have an disadavantage of single implementations it introduced BTEs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object oriente approach of above concepts was BADIs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each exits have their uses .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though each of it has its own advantages and disadvantages they exist in the system as enhancement points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the requirement we get we choose the require exit,&lt;/P&gt;&lt;P&gt;for ex in SD most of the time we go for user exits as it provides more options like that.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 13:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916381#M938687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916382#M938688</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;A href="http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 13:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916382#M938688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T13:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916383#M938689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Venkata Ramana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIFFERENCE BETWEEN BADI'S AND USER EXITS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As with customer exits two different views are available: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In contrast to customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard. A single Business Add-In contains all of the interfaces necessary to implement a specific task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAdI is Business Add-In, and it should take the place from the user- &lt;/P&gt;&lt;P&gt;exits (trx: SE18, SE19) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is Business Application Programming Interface and has the role as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;communication plattform for developing applications, e.g. booking &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material documents from flat files, see more in trx BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI - These are published programs which is used to upload data i &lt;/P&gt;&lt;P&gt;nto SAP system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI - This is a program enhancement technique. SAP pr &lt;/P&gt;&lt;P&gt;ovides BADI openings in the standard programs. You need to search for the s &lt;/P&gt;&lt;P&gt;uitable BADI as ur requirement and then do the coding and plug in the progr &lt;/P&gt;&lt;P&gt;am. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT - It is also a program enhancement technique. here also u &lt;/P&gt;&lt;P&gt;need to find suitable userexit and code in ur program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main diff &lt;/P&gt;&lt;P&gt;bet BADI and USEREXIT is that in USEREXIT u code in the standard SAP progra &lt;/P&gt;&lt;P&gt;m, hence any updation in the version of the standard program will lead to t &lt;/P&gt;&lt;P&gt;he loss of ur coding. But same is not the case of BADI. Here the code remai &lt;/P&gt;&lt;P&gt;ns outside the standard program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Both BDC and BAPI will work. For a &lt;/P&gt;&lt;P&gt;njoi SAP transaction, prefer a BAPI over a BDC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope its clear to you ,&lt;/P&gt;&lt;P&gt;Reward points  if usefull,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916383#M938689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916384#M938690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx to all of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 12:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3916384#M938690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T12:45:26Z</dc:date>
    </item>
  </channel>
</rss>

