<?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: ABAP Code Remediation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442280#M13069</link>
    <description>&lt;P&gt;What Horst said...&lt;/P&gt;&lt;P&gt;I've been involved in a few HANA upgrades. You do everything you can upfront. Then you upgrade, and see what's broken. Then fix that. Performance monitoring is particularly important after upgrade, as some SQL is pathologically bad for HANA - i.e. it runs acceptably on Oracle (for example) but not optimally, and then collapses in a wobbly heap under HANA. &lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2017 11:14:59 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2017-04-05T11:14:59Z</dc:date>
    <item>
      <title>ABAP Code Remediation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442278#M13067</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;As we know we need to do ABAP Code Remediation activities when migrating to HANA Database.&lt;/P&gt;&lt;P&gt;We use standard tools like SCI, ATC and SQLM for this&lt;/P&gt;&lt;P&gt;But my question is when should we actually start doing the ABAP Code Remediation activities. &lt;/P&gt;&lt;P&gt;I.e. after the system is migrated to HANA Database&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;On you current non-HANA Database.&lt;/P&gt;&lt;P&gt;What will be best approach before migration or after migration&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 04:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442278#M13067</guid>
      <dc:creator>former_member191728</dc:creator>
      <dc:date>2017-04-05T04:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Code Remediation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442279#M13068</link>
      <description>&lt;P&gt;Since most of the cleanups recommended before moving to HANA will improve your code on any platform (it is always a good idea to replace nested SELECT loops with joins or subqueries ...), I'd say start as soon as possible.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 06:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442279#M13068</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-04-05T06:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Code Remediation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442280#M13069</link>
      <description>&lt;P&gt;What Horst said...&lt;/P&gt;&lt;P&gt;I've been involved in a few HANA upgrades. You do everything you can upfront. Then you upgrade, and see what's broken. Then fix that. Performance monitoring is particularly important after upgrade, as some SQL is pathologically bad for HANA - i.e. it runs acceptably on Oracle (for example) but not optimally, and then collapses in a wobbly heap under HANA. &lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442280#M13069</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-04-05T11:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Code Remediation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442281#M13070</link>
      <description>&lt;P&gt;It depends on your environment. &lt;/P&gt;&lt;P&gt;If your company has an high-level attention on performance and security issues you should monitorize from st12, tracing your reports that actually are most consuming resources reports. &lt;/P&gt;&lt;P&gt;
Queries will probably need a revisit (SQ01/SQ02). You'll need to regenerate  query and stuff like that.
Most of reports will still work. &lt;/P&gt;&lt;P&gt;Reports with SQL direct instructions must be reviewed.
Pay attention to your Z*table. Most of table will be column oriented in HANA, and you'll probably need to review someones with big dimension.
If production system comes up with a well powered hardware, you'll not probably notice any changes.
Some standard changed, so trace all  forced INSERT/MODIFY/DELETE to standard. Choose enhancement option instead. &lt;/P&gt;&lt;P&gt;For other tips, you'll need to find your solutions. Every company has different needs. &lt;/P&gt;&lt;P&gt;Hope to help
Bye&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 12:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442281#M13070</guid>
      <dc:creator>roberto_vacca2</dc:creator>
      <dc:date>2017-04-05T12:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Code Remediation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442282#M13071</link>
      <description>&lt;P&gt;Additionally to the good answers that have already been given I'd like to provide a link to this blog:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2016/04/22/abap-custom-code-adaption-for-sap-hana-the-efficient-way/"&gt;ABAP Custom Code Adaption for SAP HANA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It also contains a high level step by step procedure.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Armin&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 06:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-remediation/m-p/442282#M13071</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2017-04-06T06:45:22Z</dc:date>
    </item>
  </channel>
</rss>

