Skip to content

Commit 9a7d8c1

Browse files
authored
Clarify import/activation errors
1 parent 6328d4a commit 9a7d8c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/user-guide/reference/abap-lanuage-version.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When serializing objects, the ABAP language version will be part of the metadata
4343
When deserializing objects, abapGit will set the ABAP language version according to the metadata of each object.
4444

4545
:::warning
46-
The ABAP language version of an object might conflict with the setting of the root package of the repository (which is limited by the system environment and software component of the package). This might lead to errors during import or when trying to activate objects.
46+
The ABAP language version of an object might lead to errors during import or when trying to activate objects. For example, if you try to import "Standard ABAP" into BTP which requires "ABAP for Cloud Development" you might get syntax errors.
4747
:::
4848

4949
### Ignore ABAP Language Version
@@ -63,7 +63,7 @@ When serializing objects, the ABAP language version will *not* be part of the ob
6363
When deserializing objects, abapGit will set the ABAP language version according to the target SAP package (software component).
6464

6565
:::warning
66-
The ABAP language version of the target package might lead to conflicts with the ABAP language version of the original system. This might lead to errors during import or when trying to activate objects.
66+
The ABAP language version of an object might lead to errors during import or when trying to activate objects.
6767
:::
6868

6969
### Standard ABAP, ABAP for Key Users, ABAP for Cloud Development
@@ -111,11 +111,11 @@ ABAP for Cloud Development | <span style="color:blue">(1)</span> | <span style="
111111

112112
### Examples
113113

114-
If your project uses programs, function modules, or classes not released for ABAP for Cloud Development, then set the ABAP language version to "Standard ABAP".
114+
If your project uses programs, function modules, or classes not released for ABAP for Cloud Development, set the ABAP language version to "Standard ABAP".
115115
This will ensure that users will not be able to install the project on BTP.
116116

117-
Conversely, if your project uses exclusively objects and code released for ABAP for Key Users or Cloud Development, then set the ABAP language version accordingly.
118-
This will make sure that only objects compatible with BTP will be included in your project.
117+
Conversely, if your project uses exclusively objects and code released for ABAP for Key Users or Cloud Development, set the ABAP language version accordingly.
118+
This will ensure that only objects compatible with BTP will be included in your project.
119119

120120
:::info
121121
You can use [abaplint](https://github.com/abaplint/abaplint/blob/main/docs/getting_started.md) to automatically check for compatibility.

0 commit comments

Comments
 (0)