From b9d78ee71bd83d0d683f2c1299b63b3a44a634db Mon Sep 17 00:00:00 2001 From: Fabian Lupa Date: Sat, 25 Jan 2025 08:25:03 +0100 Subject: [PATCH] Adjust supported object type list for ALaV --- src/user-guide/reference/abap-language-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user-guide/reference/abap-language-version.md b/src/user-guide/reference/abap-language-version.md index 6d8e476c9..84d85c0e9 100644 --- a/src/user-guide/reference/abap-language-version.md +++ b/src/user-guide/reference/abap-language-version.md @@ -129,7 +129,7 @@ You can use [abaplint](https://github.com/abaplint/abaplint/blob/main/docs/getti So far, handling of ABAP language version is implemented for the following object types: -`CLAS`, `DEVC`, `FUGR`, `INTF`, `PROG`, and objects based on the ABAP file format. +`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.