<?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: Modification Assistant in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679227#M1669018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any practical relevance, or do you just want to know how things work behind the curtains?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume there is a similar logic as SNOTE uses. Your modifications are either inserts, deletes or replacements, then it is "just" a matter of finding the right context block to suggest the correct spot for your modification in the new source code. This becomes more difficult the more the underlying code changes with the upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2012 13:10:46 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2012-03-06T13:10:46Z</dc:date>
    <item>
      <title>Modification Assistant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679226#M1669017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using SAPu2019s Modification Assistant (the SAP tool that adjusts modifications) we can reinsert the modification semi automatically or manually (depending on the way the changes in the SAP object affect the position of the modification). But unless you adjust every single modification in your system after the upgrade, your&lt;/P&gt;&lt;P&gt;modifications are gone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the modifications made to the Standard SAP object is substituted by the new SAP object during an upgrade, then HOW can Modification Assistant help in re-inserting the modifications ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 12:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679226#M1669017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-06T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Modification Assistant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679227#M1669018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any practical relevance, or do you just want to know how things work behind the curtains?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume there is a similar logic as SNOTE uses. Your modifications are either inserts, deletes or replacements, then it is "just" a matter of finding the right context block to suggest the correct spot for your modification in the new source code. This becomes more difficult the more the underlying code changes with the upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 13:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679227#M1669018</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-03-06T13:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Modification Assistant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679228#M1669019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Honestly...no there is no practical relevance, i just wanted to know the technique SAP uses.&lt;/P&gt;&lt;P&gt; Yes I have worked on implementing some SAP Notes and have found that it works on the concept of Context block/Delete block and as the code gets upgraded by the higher version the position of code fragment gets changed. Infact during the implementation of SAP Note, if it can't locate the correct position of the code to replace...it issues a Warning message.&lt;/P&gt;&lt;P&gt; Is it handled by the concept of version management ?&lt;/P&gt;&lt;P&gt; How do I keep track of the custom modifications made in the standard SAP code if they are deleted during upgrade ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards.&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 14:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679228#M1669019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-06T14:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Modification Assistant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679229#M1669020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How do I keep track of the custom modifications made in the standard SAP code if they are deleted during upgrade ?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Version management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, transaction SPAU will show you both versions side by side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 14:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679229#M1669020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-06T14:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Modification Assistant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679230#M1669021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, SPAU will present you each of your modifications where the modified object is now subject to an upgrade of the standard, but this is well documented.&lt;/P&gt;&lt;P&gt;In addition, you do keep a tidy documentation of all modified objects, don't you? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Actually, if there are no enhancement alternatives, I favor &lt;EM&gt;small&lt;/EM&gt; modifications over copying SAP standard objects, thanks to the SPAU functionality as opposed to the pains when trying to keep a complex Z-copy up to date.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 14:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679230#M1669021</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-03-06T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Modification Assistant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679231#M1669022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies...I am not that familiar with the SPAU transaction, however I will learn and get back. Keeping the thread as open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 15:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-assistant/m-p/8679231#M1669022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-06T15:09:20Z</dc:date>
    </item>
  </channel>
</rss>

