<?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: Changes to existing Reports,Dictionary objects when we migrate DataBase to SAP HANA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-existing-reports-dictionary-objects-when-we-migrate-database-to/m-p/10214398#M1825977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sandeep Rajanala,&lt;/P&gt;&lt;P&gt;In general the existing ABAP code(reports, classes, module pool programs, function modules etc) runs on SAP HANA as before and the existing dictionary objects like tables, views, DDIC types and structures continues to exist and work as before after migration.&lt;/P&gt;&lt;P&gt;However if the existing ABAP Code relies on the technical specifics of the old database , ABAP Code changes might be necessary(which is the case for any database migration ).&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Your ABAP code uses a feature that is specific to the old database and not in the SQL standard and therefore not in Open SQL(consumed via Native SQL using EXEC SQL or ADBC interface)&lt;/LI&gt;&lt;LI&gt;You have ABAP code that relies on unspecified undocumented implementation behaviour of the old database&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;the above cases may need minor code changes in ABAP during HANA migration inorder to ensure that your ABAP Code runs with functional correctness after migration.&lt;/P&gt;&lt;P&gt;The SAP note &lt;A href="https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3137383530353726"&gt;1785057&lt;/A&gt; gives guidelines on migrating the existing ABAP Custom Code for HANA.&lt;/P&gt;&lt;P&gt;Additionally we have several code inspector checks to find the ABAP code that requires changes and you can find details about these check in SAP note &lt;A href="https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3139313234343526"&gt;1912445&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In addition you can find an elaborate guide for transitioning custom ABAP code to HANA &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-46714"&gt;here &lt;/A&gt;which has a dedicated section on required and recommended adaptations during custom code migration.&lt;/P&gt;&lt;P&gt;You can also find the recording of the SAP Teched 2013&amp;nbsp; hands on session which focuses completely on ABAP Custom Code migration aspects for HANA &lt;A href="http://events.sap.com/teched/en/session/9036"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question and gives you some pointers on how you could prepare your ABAP for migrating to HANA.&lt;/P&gt;&lt;P&gt;Please revert back if you have further questions.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sundar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 03:42:52 GMT</pubDate>
    <dc:creator>sundaresan_k</dc:creator>
    <dc:date>2014-03-20T03:42:52Z</dc:date>
    <item>
      <title>Changes to existing Reports,Dictionary objects when we migrate DataBase to SAP HANA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-existing-reports-dictionary-objects-when-we-migrate-database-to/m-p/10214397#M1825976</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you please let me know the changes that effect to existing ABAP Dictionary objects, Reports, MPP etc... that we build by using ABAP if we migrate our underlying database to SAP HANA from any RDBMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep Rajanala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 18:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-existing-reports-dictionary-objects-when-we-migrate-database-to/m-p/10214397#M1825976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-19T18:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to existing Reports,Dictionary objects when we migrate DataBase to SAP HANA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-existing-reports-dictionary-objects-when-we-migrate-database-to/m-p/10214398#M1825977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sandeep Rajanala,&lt;/P&gt;&lt;P&gt;In general the existing ABAP code(reports, classes, module pool programs, function modules etc) runs on SAP HANA as before and the existing dictionary objects like tables, views, DDIC types and structures continues to exist and work as before after migration.&lt;/P&gt;&lt;P&gt;However if the existing ABAP Code relies on the technical specifics of the old database , ABAP Code changes might be necessary(which is the case for any database migration ).&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Your ABAP code uses a feature that is specific to the old database and not in the SQL standard and therefore not in Open SQL(consumed via Native SQL using EXEC SQL or ADBC interface)&lt;/LI&gt;&lt;LI&gt;You have ABAP code that relies on unspecified undocumented implementation behaviour of the old database&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;the above cases may need minor code changes in ABAP during HANA migration inorder to ensure that your ABAP Code runs with functional correctness after migration.&lt;/P&gt;&lt;P&gt;The SAP note &lt;A href="https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3137383530353726"&gt;1785057&lt;/A&gt; gives guidelines on migrating the existing ABAP Custom Code for HANA.&lt;/P&gt;&lt;P&gt;Additionally we have several code inspector checks to find the ABAP code that requires changes and you can find details about these check in SAP note &lt;A href="https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3139313234343526"&gt;1912445&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In addition you can find an elaborate guide for transitioning custom ABAP code to HANA &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-46714"&gt;here &lt;/A&gt;which has a dedicated section on required and recommended adaptations during custom code migration.&lt;/P&gt;&lt;P&gt;You can also find the recording of the SAP Teched 2013&amp;nbsp; hands on session which focuses completely on ABAP Custom Code migration aspects for HANA &lt;A href="http://events.sap.com/teched/en/session/9036"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question and gives you some pointers on how you could prepare your ABAP for migrating to HANA.&lt;/P&gt;&lt;P&gt;Please revert back if you have further questions.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sundar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 03:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-existing-reports-dictionary-objects-when-we-migrate-database-to/m-p/10214398#M1825977</guid>
      <dc:creator>sundaresan_k</dc:creator>
      <dc:date>2014-03-20T03:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to existing Reports,Dictionary objects when we migrate DataBase to SAP HANA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-existing-reports-dictionary-objects-when-we-migrate-database-to/m-p/10214399#M1825978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you so much for your reply. I got my question cleared. Its really helpful to me. In case if I get further questions I will get back to you.&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;Sandeep Rajanala.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/651/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 06:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-existing-reports-dictionary-objects-when-we-migrate-database-to/m-p/10214399#M1825978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-20T06:01:15Z</dc:date>
    </item>
  </channel>
</rss>

