From 95ef73203867882b1dd506e8ba4dee60d92292a2 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 17 Aug 2026 21:10:13 +0000 Subject: [PATCH] Follow samples-controls' overview app to z2ui5_cl_smpc_app_000 samples-controls renamed its overview app onto the three-digit number scheme; all three overview apps of the family end in 000 now. The shared header's Controls entry links the new name and carries the previous one as the controls_old fallback an installation from before the rename still answers to - one old name each, the dmo-era name is no longer tried. The shared abaplint rule block's excludes follow, in lockstep with the other three repositories. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01GwVuR2wxsG2HnAosWzrjTP --- abaplint.jsonc | 4 ++-- src/z2ui5_cl_smps_app_000.clas.abap | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/abaplint.jsonc b/abaplint.jsonc index 7d046e6..2afe14b 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -258,7 +258,7 @@ "checkForms": true, "checkFunctionModules": true, "exclude": [ - "z2ui5_cl_smpc_app_overview\\.clas\\." + "z2ui5_cl_smpc_app_000\\.clas\\." ] }, // On, because non-7-bit source is an abapGit round-trip hazard - and it @@ -271,7 +271,7 @@ "7bit_ascii": { "exclude": [ "z2ui5_cl_smpc_app_(012|040|092|103|104|114|134|185|191|194|215|218|254|290|302|303|350|356|357|358|360)\\.clas\\.", - "z2ui5_cl_smpc_app_overview\\.clas\\." + "z2ui5_cl_smpc_app_000\\.clas\\." ] }, // --- on, scoped to what the RAP corpus can comply with ------------- diff --git a/src/z2ui5_cl_smps_app_000.clas.abap b/src/z2ui5_cl_smps_app_000.clas.abap index 1ea37c6..4af5d8c 100644 --- a/src/z2ui5_cl_smps_app_000.clas.abap +++ b/src/z2ui5_cl_smps_app_000.clas.abap @@ -102,10 +102,12 @@ CLASS z2ui5_cl_smps_app_000 DEFINITION PUBLIC. "! the overview app of samples before its rename - an installation that "! predates it still answers to this name samples_old TYPE string VALUE `z2ui5_cl_demo_app_g00` ##NO_TEXT, - controls TYPE string VALUE `z2ui5_cl_smpc_app_overview` ##NO_TEXT, - "! the overview app of samples-controls before its 2026-08 rename - an - "! installation that predates it still answers to this name - controls_old TYPE string VALUE `z2ui5_cl_dmo_app_overview` ##NO_TEXT, + controls TYPE string VALUE `z2ui5_cl_smpc_app_000` ##NO_TEXT, + "! the overview app of samples-controls before its 2026-08 rename to + "! the three-digit number scheme - an installation that predates it + "! still answers to this name (the dmo-era name is older still and no + "! longer tried) + controls_old TYPE string VALUE `z2ui5_cl_smpc_app_overview` ##NO_TEXT, stack TYPE string VALUE `z2ui5_cl_smps_app_000` ##NO_TEXT, END OF cs_overview.