Expand downporting and renaming documentation with practical guides - #121
Merged
Conversation
Incorporate the LinkedIn article 'Renaming of ABAP Artifacts – The Power of abaplint & abapGit in ABAP Development': motivation (no package manager, single global version per system), step-by-step guide based on the abap2UI5-renamed template repository, and the ajson mirror as a real-world example of renaming in practice. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J3CfpdPhr5mMXJGfmhCaLf
Incorporate the LinkedIn article 'Running abap2UI5 on older R/3 Releases': installation steps for old releases, cloud connectivity via the RFC/HTTP connectors, and the four design principles that keep the codebase compatible from ABAP 7.02 up to ABAP Cloud (basic technology only, few SAP dependencies, version-independent code, generated 702 syntax). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J3CfpdPhr5mMXJGfmhCaLf
Delete docs/advanced/builds.md, its sidebar entry, and the link from the renaming page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J3CfpdPhr5mMXJGfmhCaLf
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 PR significantly expands the documentation for advanced deployment scenarios by adding comprehensive guides for downporting to older ABAP releases and renaming abap2UI5 for multi-instance deployments. The "Builder" page has been consolidated into the renaming documentation as it was primarily about namespace management.
Key Changes
Downporting Documentation: Added detailed "Installation" and "Why abap2UI5 Is Downportable" sections explaining:
Renaming Documentation: Expanded with practical guidance including:
Removed "Builder" Page: Consolidated the builder concept into the renaming documentation, as the primary use case is namespace management rather than a separate build tool
Navigation Update: Removed the "Build Process" link from the sidebar navigation in
.vitepress/config.mjsNotable Details
https://claude.ai/code/session_01J3CfpdPhr5mMXJGfmhCaLf