cancel
Showing results for 
Search instead for 
Did you mean: 

IDM 8.0 with BW/4 HANA: DBMS Tab on SU01 screen

jon_pryor
Explorer
0 Kudos

We are integrating SAP Identity Management (IDM) 8.0 with BW/4 HANA. We are able to create/delete accounts and assign access with the standard ABAP and HANA connectors successfully.

We would like to utilize an IdM connector to update the DBMS tab in tcode SU01. We have not figured this piece out and looking for ideas or how it can be done? Ideally, we would like to update any of the editable DBMS fields via IDM. We are wanting to reduce the number of calls to backend systems (ABAP versus ABAP/HANA) for creating the DBMS user/authentication methods.

We realize program RSUSR_DBMS_USERS can be run periodically to do this in BW/4. We were wanting to do this real time or at user creation via IdM (rather than scheduling a background job).

Accepted Solutions (0)

Answers (4)

Answers (4)

RolandKramer
Active Contributor

Did you check the Document - SAP First Guidance – complete functional scope (CFS) for SAP BW/4HANA for the activation of the DBMS Tab in SU01?

Best Regards Roland

0 Kudos

Hi Roland, thanks for your comment, I've been struggling with this for several days and that helps a lot!

I see the document is for BW/4HANA 1.21. Is the approach the same for BW/4HANA 2.0?

RolandKramer
Active Contributor
0 Kudos

Hello alexey.blazhko

Yes the SAP First Guidance Document also fitts for BW/4 2.0

Best Regards Roland

former_member2987
Active Contributor
0 Kudos

Hey JP,

I don't have a direct answer to this, but maybe an approach...

How is this done normally? Is it a parameter or something like that (more analogy than example)

Once you understand this, you should be able to model this into something that IDM can do.

Hope it helps...

Matt

jon_pryor
Explorer
0 Kudos

Thanks, Matt. SAP has confirmed this is not supported (to update the DBMS tab in SU01 from IdM at this time). We will be utilizing program RSUSR_DBMS_USERS in the back-end system to run occasionally. This will be easier with no customizations needed.

I was curious if there was another way via IdM without to much customization/coding.

former_member2987
Active Contributor
0 Kudos

Well there are always workarounds. As you know 80% of the answers are documented, the other 20% are invented. 🙂

You could do a disconnected process if you could update those values via XI or something like that. Have IDM dump to a file / table and then have XI do the rest.

jon_pryor
Explorer
0 Kudos

Additional Information: "DBMS User" is automatically populated when the account is created manually in BW/4. The field does not populate when the account is created from IdM.

Tried looking for a BAPI in objects SU_USER (ex. BAPI_USER_CREATE) and SUSR_IDENTITY. I didn't see any standard function modules or BAPI's here that could be utilized.

Thanks in advance.