Skip to content

SDM binding and technical user customer issues#464

Open
rashmiangadi05 wants to merge 2 commits intodevelopfrom
customer_issue
Open

SDM binding and technical user customer issues#464
rashmiangadi05 wants to merge 2 commits intodevelopfrom
customer_issue

Conversation

@rashmiangadi05
Copy link
Copy Markdown
Collaborator

@rashmiangadi05 rashmiangadi05 commented Apr 7, 2026

Describe your changes

In com.sap.cds.sdm.service.SDMServiceImpl in most cases a boolean variable is passed boolean isSystemUser and depending on its value either technical/non technical flow is used.
This variable is determined like this:
Boolean isSystemUser = eventContext.getUserInfo().isSystemUser();

However upon deletion the following check is done:

if (user.equals(SDMConstants.SYSTEM_USER)) {

where SYSTEM_USER = "system-internal"

Enhancement sdm service binding lookup by tags for supporting User-Provided scenario

Any documentation

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist before requesting a review

  • I follow Java Development Guidelines for SAP
  • I have tested the functionality on my cloud environment.
  • I have provided sufficient automated/ unit tests for the code.
  • I have increased or maintained the test coverage.
  • I have ran integration tests on my cloud environment.
  • I have validated blackduck portal for any vulnerability after my commit.

Upload Screenshots/lists of the scenarios tested

  • I have Uploaded Screenshots or added lists of the scenarios tested in description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant