<?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 Changes for release ECC 5.0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052996#M89649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE38, click the blue icon with the "I" in it.  Click "New Features in ABAP".   There should be a subfolder there which says "ABAP Changes by Release".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2005 13:58:45 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-10-31T13:58:45Z</dc:date>
    <item>
      <title>ABAP Changes for release ECC 5.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052994#M89647</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; Can anybody please give me a list of all the changes in ABAP language, that are made from 4.6c to ECC5.0.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 12:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052994#M89647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-31T12:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Changes for release ECC 5.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052995#M89648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be found from se38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't remember which menu but it exists there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 12:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052995#M89648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-31T12:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Changes for release ECC 5.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052996#M89649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE38, click the blue icon with the "I" in it.  Click "New Features in ABAP".   There should be a subfolder there which says "ABAP Changes by Release".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 13:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052996#M89649</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-31T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Changes for release ECC 5.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052997#M89650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt; First of all you need to check the 'UNICODE CHECKS ACTIVE' and initial steps to be taken care as follows:&lt;/P&gt;&lt;P&gt;1)Replace the sy-repid with the variable v_repid by passing sy-repid to it. &lt;/P&gt;&lt;P&gt;2)Replace the FM WS_UPLOAD/WS_DOWNLOAD UPLOAD/DOWNLOAD&lt;/P&gt;&lt;P&gt;  with the GUI_UPLOAD &amp;amp; GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;3)The assignment like IT_ITAB1[] = IT_ITAB2[] is not possible in the ECC 5.0 untill &amp;amp; unless both are of the similar structure. It gives a syntax error.&lt;/P&gt;&lt;P&gt;4)Replace '09'(Hexadecimal character) by declaring a varibale and assigning the value of ABAP_CHAR_UTILITES=&amp;gt;HORIZONTAL_TAB which is in the class ABAP_CHAR_UTILITIES.&lt;/P&gt;&lt;P&gt;Like these there are many things to be noted down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I can send you the detailed document on the ECC 5.0 and Unicode compliant details if you give your mail id so that I can attach the same to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Reward if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sampath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 15:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052997#M89650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-31T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Changes for release ECC 5.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052998#M89651</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;    Thanks for the responses.&lt;/P&gt;&lt;P&gt;Sampath, can you send me the document to my mail ID ravikanth.talagana@gmail.com&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 15:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052998#M89651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-31T15:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Changes for release ECC 5.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052999#M89652</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;there is also a very good document from Thomas Jung here in the SDN that contain a lot of hardcopies of the changes. You can download it as a zipped document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 15:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-changes-for-release-ecc-5-0/m-p/1052999#M89652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-31T15:59:09Z</dc:date>
    </item>
  </channel>
</rss>

