Skip to Content
0
Jun 04, 2018 at 12:49 PM

Synchronizing HANA DB Users

573 Views

I'm working on a requirement to provision Users to HANA DB from a 3rd party IDM tool. Each user requires both a user in the ABAP system and a database user in SAP HANA to enable access to the relevant views. We have custom services built to provision Users tor ABAP system. But could anyone guide on how to achieve the User Management functionality to HANA DB ? SAP does support the following methods for synchronizing datatabase users with the existing users in the ABAP system:

  • User synchronization using SAP NetWeaver Identity Management or an existing Identity Management (IDM) solution implemented in your organization
  • Mass user synchronization using ABAP DBMS user management tools
  • Manual user creation in SAP HANA

First option is pretty much what I'm looking for.

Does anyone has worked on such a requirement ? Any APIs on how to achieve this ?