Disclaimer: Do not include SAP-internal or customer-specific information in this PR (e.g. internal system URLs, customer names, tenant IDs, or confidential configurations). This is a public repository.
Provide a clear description of your changes here.
Closes #<issue_number>
(Link to the GitHub issue this PR addresses)
Please check the relevant option:
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Code refactoring
- Dependency update
Describe how reviewers can test your changes:
- Step 1
- Step 2
- Expected result
Before submitting your PR, please review and check the following:
- I have read the Contributing Guidelines
- I have verified that my changes solve the issue
- I have added/updated automated tests to cover my changes
- All tests pass locally
- I have verified that my code follows the Code Guidelines
- I have updated documentation (if applicable)
- I have added type hints for all public APIs
- My code does not contain sensitive information (credentials, tokens, etc.)
- I have followed Conventional Commits for commit messages
If this PR introduces breaking changes, please describe:
- What breaks
- Migration path for users
- Alternative approaches considered
Add any additional context, screenshots, or information that would help reviewers.
