cancel
Showing results for 
Search instead for 
Did you mean: 

MDM API Password questions...

Former Member
0 Kudos

Hi Guru's

I have some questions for which i am struggling to get the answeres on how MDM handles passwords using MDM's API's

1. Is there a COM API for management of MDM users? COM documentation that we have does not mention anything.

2. To avoid using any server side code, is it possible to remotely call the IF_MDM_ADMIN bapi through the RFC interface?

Regards

Vikrant M Kelkar..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi! What about using ABAP method "create_user":

CALL METHOD lr_api->mo_admin->create_user

EXPORTING

is_user_information = ls_user

IMPORTING

ev_new_user_id = lv_new_user.

ls_user holds user name and passw.

Refer to ABAP MDM API

Answers (2)

Answers (2)

Former Member
0 Kudos

Thannks Andreas..

Former Member
0 Kudos

Hi Vikrant,

all methods under IF_MDM_ADMIN are also available as RFC-enabled function modules.

One of the interesting function modules for you might be "MDM_ADMIN_CREATE_USER" for instance.

Kind Regards

Andreas