Rename namespace from z2ui5_cl_smpe to z2ui5_cl_smps - #19
Merged
Conversation
The repository was renamed from samples-ext to samples-stack, but its objects still carried SMPE, the token from the days when it only held the EML samples. Nine packages later that name says nothing about what is in here. SMPS - stack samples - does. Renamed across the board: the 60 classes, the tables, draft tables, data elements, CDS entities with their behavior definitions, the service definition and its binding. Same length as SMPE, so the 25 character class and 16 character table ceilings are untouched. The object_naming patterns in abaplint.jsonc, both overview scripts, the workflow comment and the README namespace section follow. The AMC channel, the APC push channel with its ICF node and the two MIME objects keep their SMP token: their names are configured in the system outside abapGit, and the README already documents them as the one group sitting outside the scheme. abaplint, abap2ui5lint and check-overview all pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HNzd1SSZpqqtkeF4J4QTCv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request renames the entire codebase namespace from
z2ui5_cl_smpe(samples-examples) toz2ui5_cl_smps(samples-stack), reflecting a restructuring of the sample organization.Key Changes
z2ui5_cl_smpe_*toz2ui5_cl_smps_*across all packages (src/01 through src/09)z2ui5_t_smpe_*andz2ui5_d_smpe_*toz2ui5_t_smps_*andz2ui5_d_smps_*z2ui5_r_smpe_trv→z2ui5_r_smps_trv)z2ui5_e_smpe_*toz2ui5_e_smps_*Implementation Details
z2ui5_cl_smps_app_00) and all sample apps (01-12, 313-493) have been renamedhttps://claude.ai/code/session_01HNzd1SSZpqqtkeF4J4QTCv