<?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 Modification Browser in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-browser/m-p/2465937#M553784</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;&lt;/P&gt;&lt;P&gt;In Modification browser what exactly 'Without Modification Assistant' and 'With Modification Assistant'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           I just want to know the modifications to SAP standard software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 'Without Modification Assistant'  I can see the the zprograms and indexes we created on SAP standard tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please explain me the following options in se95&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------" /&gt;&lt;P&gt;         With Modification Assistant&lt;/P&gt;&lt;P&gt;          Without Modification Assistant&lt;/P&gt;&lt;P&gt;         Business Add-Ins (Definition)&lt;/P&gt;&lt;P&gt;        Translations&lt;/P&gt;&lt;P&gt;        appends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 10:50:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-26T10:50:31Z</dc:date>
    <item>
      <title>Modification Browser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-browser/m-p/2465937#M553784</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;&lt;/P&gt;&lt;P&gt;In Modification browser what exactly 'Without Modification Assistant' and 'With Modification Assistant'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           I just want to know the modifications to SAP standard software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 'Without Modification Assistant'  I can see the the zprograms and indexes we created on SAP standard tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please explain me the following options in se95&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------" /&gt;&lt;P&gt;         With Modification Assistant&lt;/P&gt;&lt;P&gt;          Without Modification Assistant&lt;/P&gt;&lt;P&gt;         Business Add-Ins (Definition)&lt;/P&gt;&lt;P&gt;        Translations&lt;/P&gt;&lt;P&gt;        appends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 10:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-browser/m-p/2465937#M553784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modification Browser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-browser/m-p/2465938#M553785</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;Modification Assistant helps to identify all the changes made under a particular development request.&lt;/P&gt;&lt;P&gt;It is used as documentation purpose as well as helps while upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without Modification Assistant, SAP does not keep track of changes and you'll have to identify changes by comparing 2 different versions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba5aceda11d1953a0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba5aceda11d1953a0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b8/3cf839fd35384de10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b8/3cf839fd35384de10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Add-in Definition&lt;/P&gt;&lt;P&gt;Name of the definition of a business add-in (BADI). Business add-ins are SAP's new enhancement concept. There are two different views:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the definition, you create an enhancement that is called from the application code&lt;/P&gt;&lt;P&gt;In the implementation,  you save the code for the functions for the enhancement&lt;/P&gt;&lt;P&gt;You create business add-in definitions using transaction SE18. They contain the business add-in interface. In the application code the instance variable is typed according to this interface. You can create several implementations for each add-in definition.&lt;/P&gt;&lt;P&gt;There are two main types of BADI definitions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple use - that is, there can be several active implementations&lt;/P&gt;&lt;P&gt;Filter-dependent  - that is, you apply a filter value to each method called (for example, a country). A  different (active) implementation is then called for each value. Possible filter values are characterized by the filter type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For More Info,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/83/7a18f2de6e11d195460000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/83/7a18f2de6e11d195460000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fe/4b284837bf11d5b3bf0050dae02d7c/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fe/4b284837bf11d5b3bf0050dae02d7c/frameset.htm&lt;/A&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 10:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-browser/m-p/2465938#M553785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T10:55:16Z</dc:date>
    </item>
  </channel>
</rss>

