<?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: Question about new abap syntax requirement - Kernel or Component version in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417033#M1996849</link>
    <description>&lt;P&gt;Yes, just to add som flavor here, there is a relation between the package version and the kernel version in that there are minimum kernel version requirements for the component packages. (And most likely the other way around as well). Basis team handles this at upgrades and upgrades kernel and components together as required. But regarding your question about the syntax, as Matthew states you need just worry about the component version. It's only if you're looking for a very specific bug fix or something of that kind where the kernel version and patch level might be relevant.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 08:10:17 GMT</pubDate>
    <dc:creator>joltdx</dc:creator>
    <dc:date>2021-04-29T08:10:17Z</dc:date>
    <item>
      <title>Question about new abap syntax requirement - Kernel or Component version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417029#M1996845</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
  &lt;P&gt;I have a question about new abap system requirement.&lt;/P&gt;
  &lt;P&gt;Which is required to use new abap syntax? Kernel or Component version.&lt;/P&gt;
  &lt;P&gt;I mean, Does it require SAP-BASIS component to be 7.53 to use new syntax which i can check in&lt;/P&gt;
  &lt;P&gt;System -&amp;gt; Status -&amp;gt; Product Version -&amp;gt; Installed Software Component Version&lt;/P&gt;
  &lt;P&gt;or.. Kernel version to be 7.53 which i can check in&lt;/P&gt;
  &lt;P&gt;SM51 -&amp;gt; Release Note?&lt;/P&gt;
  &lt;P&gt;Thanks for answering.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 01:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417029#M1996845</guid>
      <dc:creator>former_member282589</dc:creator>
      <dc:date>2021-04-29T01:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question about new abap syntax requirement - Kernel or Component version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417030#M1996846</link>
      <description>&lt;P&gt;what do you mean by "new abap syntax", can you be more specific?&lt;/P&gt;&lt;P&gt;abap syntax is related to kernel and SAP_BASIS package both. &lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 01:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417030#M1996846</guid>
      <dc:creator>tom_wan</dc:creator>
      <dc:date>2021-04-29T01:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question about new abap syntax requirement - Kernel or Component version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417031#M1996847</link>
      <description>&lt;P&gt;Hello, Tom.&lt;/P&gt;&lt;P&gt;Like Select ~ from @itab or With ~ AS clause, Both are usable for 7.50+ as I know of.&lt;/P&gt;&lt;P&gt;Does It requires SAP_BASIS component version to be 7.50+?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 03:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417031#M1996847</guid>
      <dc:creator>former_member282589</dc:creator>
      <dc:date>2021-04-29T03:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Question about new abap syntax requirement - Kernel or Component version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417032#M1996848</link>
      <description>&lt;P&gt;I've never had to check the kernel - the SAP_BASIS package has always been sufficient to tell me what level of ABAP the system is on. In fact, if you read Horst Keller's blogs about new syntax (from 7.40), you'll see he always refers to Release and SP level, which you get from System -&amp;gt; Status -&amp;gt; Product Version -&amp;gt; Installed Software Component Version.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 06:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417032#M1996848</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-04-29T06:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question about new abap syntax requirement - Kernel or Component version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417033#M1996849</link>
      <description>&lt;P&gt;Yes, just to add som flavor here, there is a relation between the package version and the kernel version in that there are minimum kernel version requirements for the component packages. (And most likely the other way around as well). Basis team handles this at upgrades and upgrades kernel and components together as required. But regarding your question about the syntax, as Matthew states you need just worry about the component version. It's only if you're looking for a very specific bug fix or something of that kind where the kernel version and patch level might be relevant.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 08:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417033#M1996849</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-04-29T08:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question about new abap syntax requirement - Kernel or Component version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417034#M1996850</link>
      <description>&lt;P&gt;Since SAP_ABA may have nowadays some strange values "752" or "75C" for 7.52, you can check SAP_BASIS.&lt;/P&gt;&lt;P&gt;With SAP_BASIS 753, you can use ABAP syntax 7.53.&lt;/P&gt;&lt;P&gt;With SAP_BASIS 752, you can use ABAP syntax 7.52.&lt;/P&gt;&lt;P&gt;With SAP_BASIS 751, you can use ABAP syntax 7.51.&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;For more details about new syntax in each version, look at &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abennews.htm"&gt;ABAP keyword documentation&lt;/A&gt;. &lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 08:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-new-abap-syntax-requirement-kernel-or-component-version/m-p/12417034#M1996850</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-04-29T08:49:32Z</dc:date>
    </item>
  </channel>
</rss>

