2021 Apr 29 2:53 AM
Hello.
I have a question about new abap system requirement.
Which is required to use new abap syntax? Kernel or Component version.
I mean, Does it require SAP-BASIS component to be 7.53 to use new syntax which i can check in
System -> Status -> Product Version -> Installed Software Component Version
or.. Kernel version to be 7.53 which i can check in
SM51 -> Release Note?
Thanks for answering.
2021 Apr 29 7:52 AM
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 -> Status -> Product Version -> Installed Software Component Version.
Hello.
I have a question about new abap system requirement.
Which is required to use new abap syntax? Kernel or Component version.
I mean, Does it require SAP-BASIS component to be 7.53 to use new syntax which i can check in
System -> Status -> Product Version -> Installed Software Component Version
or.. Kernel version to be 7.53 which i can check in
SM51 -> Release Note?
Thanks for answering.
2021 Apr 29 2:59 AM
what do you mean by "new abap syntax", can you be more specific?
abap syntax is related to kernel and SAP_BASIS package both.
2021 Apr 29 4:05 AM
Hello, Tom.
Like Select ~ from @itab or With ~ AS clause, Both are usable for 7.50+ as I know of.
Does It requires SAP_BASIS component version to be 7.50+?
2021 Apr 29 7:52 AM
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 -> Status -> Product Version -> Installed Software Component Version.
2021 Apr 29 9:10 AM
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.
2021 Apr 29 9:49 AM
Since SAP_ABA may have nowadays some strange values "752" or "75C" for 7.52, you can check SAP_BASIS.
With SAP_BASIS 753, you can use ABAP syntax 7.53.
With SAP_BASIS 752, you can use ABAP syntax 7.52.
With SAP_BASIS 751, you can use ABAP syntax 7.51.
etc.
For more details about new syntax in each version, look at ABAP keyword documentation.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |