You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/user-guide/reference/abap-lanuage-version.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ When serializing objects, the ABAP language version will be part of the metadata
43
43
When deserializing objects, abapGit will set the ABAP language version according to the metadata of each object.
44
44
45
45
:::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.
47
47
:::
48
48
49
49
### Ignore ABAP Language Version
@@ -63,7 +63,7 @@ When serializing objects, the ABAP language version will *not* be part of the ob
63
63
When deserializing objects, abapGit will set the ABAP language version according to the target SAP package (software component).
64
64
65
65
:::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.
67
67
:::
68
68
69
69
### 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="
111
111
112
112
### Examples
113
113
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".
115
115
This will ensure that users will not be able to install the project on BTP.
116
116
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.
119
119
120
120
:::info
121
121
You can use [abaplint](https://github.com/abaplint/abaplint/blob/main/docs/getting_started.md) to automatically check for compatibility.
0 commit comments