From 96843dc0067eeb4b81227a3a717b27daff7400fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Neumann?= <86975244+NeumannJoerg@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:23:33 +0200 Subject: [PATCH] Update abaplint.json Trying to set ABAP Language version to 740 SP 02 (Last attempt with "v740sp02" did not work). --- abaplint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index 1a8d403..57f6a19 100644 --- a/abaplint.json +++ b/abaplint.json @@ -17,7 +17,7 @@ } ], "syntax": { - "version": "v740sp02", + "version": "740sp02", "errorNamespace": "^(/USI/|LCL_|TY_|LIF_)", "globalConstants": [], "globalMacros": []