From 944505db411f9462121199f8505f462c570b06bc Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:23:55 +0100 Subject: [PATCH] Update ABAP language version documentation Removed warning about the experimental status of ABAP language version handling in abapGit and updated the supported object types section. --- src/user-guide/reference/abap-language-version.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/user-guide/reference/abap-language-version.md b/src/user-guide/reference/abap-language-version.md index 84d85c0e9..54456b426 100644 --- a/src/user-guide/reference/abap-language-version.md +++ b/src/user-guide/reference/abap-language-version.md @@ -10,12 +10,6 @@ With the 7.52 release, SAP provides the usage of the ABAP language version infor 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). -:::warning -Using ABAP language version in abapGit is still an experimental feature. - -So far, abapGit handles ABAP language version only for a limited set of object types. See Supported Object Types, below. -::: - ### Settings There are five possible [settings](/user-guide/repo-settings/dot-abapgit.md) for defining how the ABAP language version is handled by abapGit: @@ -127,12 +121,6 @@ You can use [abaplint](https://github.com/abaplint/abaplint/blob/main/docs/getti ### Supported Object Types -So far, handling of ABAP language version is implemented for the following object types: - -`CLAS`, `DEVC`, `FUGR`, `INTF`, `PROG`, `DDLS`, `DDLX`, `DCLS` and objects based on the ABAP file format. - -It's planned to support other object types that include the ABAP language version as well. - See [Supported Object Types](./supported.md) for details. ### Further Information