Skip to content

Commit 3c284e0

Browse files
authored
Simplify import matrix for ABAP language version (#195)
1 parent d946680 commit 3c284e0

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

src/user-guide/reference/abap-language-version.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Language Version
2+
title: ABAP Language Version
33
category: reference
44
order: 80
55
---
@@ -8,7 +8,7 @@ order: 80
88

99
With the 7.52 release, SAP provides the usage of the ABAP language version information in the on-premises world.
1010

11-
abapGit has been enhanced to support consistent handling of the ABAP language version across the different abapGit "flavors" (open-source / part of SAP BTP ABAP Enviromnent).
11+
abapGit has been enhanced to support consistent handling of the ABAP language version across the different abapGit "flavors" (open-source / part of SAP BTP ABAP environment).
1212

1313
:::warning
1414
Using ABAP language version in abapGit is still an experimental feature.
@@ -33,7 +33,7 @@ ABAP for Cloud Development | Only objects with "ABAP for Cloud Development" are
3333
If you do not define the ABAP language version (default setting "Any"), you can mix objects of any ABAP language version in a repository.
3434

3535
:::info
36-
This setting is recommended for repositories containing objects of more than one ABAP language version, which you want to preserve during import.
36+
This setting is recommended for repositories containing objects of more than one ABAP language version, which you would like to keep during import.
3737
:::
3838

3939
#### Export
@@ -53,7 +53,7 @@ The ABAP language version of an object might lead to errors during import or whe
5353
If you set the ABAP language version to "Ignore" it will not be serialized. This avoids diffs due to variations in development and target environments.
5454

5555
:::info
56-
This setting is recommended for cross-platform repositories with code that runs on-premises and on BTP.
56+
This setting is recommended for cross-platform repositories with code running on-premises and BTP.
5757
:::
5858

5959
#### Export
@@ -98,18 +98,16 @@ The following table shows the combinations of ABAP language settings of the repo
9898

9999
Root Package: | Repo:<br>Any or Ignore | Repo:<br>Standard ABAP | Repo:<br>ABAP for Key Users | Repo:<br>ABAP for Cloud Development
100100
---------------------------|---------------------------|-------------------------------|---------------------------------|------------------------------------
101-
Undefined (Any) | <span style="color:blue">(1)</span> | <span style="color:blue">(3)</span> | <span style="color:blue">(3)</span> | <span style="color:blue">(3)</span>
102-
Standard ABAP | <span style="color:blue">(1)</span> | <span style="color:green">(2)</span> | <span style="color:red">(4)</span> | <span style="color:red">(4)</span>
103-
ABAP for Key Users | <span style="color:blue">(1)</span> | <span style="color:red">(4)</span> | <span style="color:green">(2)</span> | <span style="color:red">(4)</span>
104-
ABAP for Cloud Development | <span style="color:blue">(1)</span> | <span style="color:red">(4)</span> | <span style="color:red">(4)</span> | <span style="color:green">(2)</span>
101+
Undefined (Any) | <span style="color:blue">(1)</span> | <span style="color:blue">(1)</span> | <span style="color:blue">(1)</span> | <span style="color:blue">(1)</span>
102+
Standard ABAP | <span style="color:blue">(1)</span> | <span style="color:green">(2)</span> | <span style="color:red">(3)</span> | <span style="color:red">(3)</span>
103+
ABAP for Key Users | <span style="color:blue">(1)</span> | <span style="color:red">(3)</span> | <span style="color:green">(2)</span> | <span style="color:red">(3)</span>
104+
ABAP for Cloud Development | <span style="color:blue">(1)</span> | <span style="color:red">(3)</span> | <span style="color:red">(3)</span> | <span style="color:green">(2)</span>
105105

106-
<span style="color:blue">(1) Import possible; success if the root package (system) and the ABAP language version of individual objects are compatible</span>
106+
<span style="color:blue">(1) Import possible (success if the individual objects are compatible with the target system and ABAP language version)</span>
107107

108108
<span style="color:green">(2) Import possible</span>
109109

110-
<span style="color:blue">(3) Import possible; success if root package (system) supports the ABAP language version of the repository</span>
111-
112-
<span style="color:red">(4) Import not possible; error message</span>
110+
<span style="color:red">(3) Import not possible (error message)</span>
113111

114112
### Examples
115113

0 commit comments

Comments
 (0)