cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a user in UME Database using web dynpro java custom application

0 Kudos


Hi,

Can you please suggest me how to create a user in UME Database using web dynpro java custom application.

My Requirement is user can register his/her user id in SAP Portal 7.3 UME database.

Please suggest me.

Thanks and Regards,

Amit

Accepted Solutions (1)

Accepted Solutions (1)

daniel_ruiz2
Active Contributor
0 Kudos

Hi Amit,

Generated Documentation (Untitled)

This is what you're looking for, there's no real cook-book -- though Amey mentioned there might be some material on SDN, perhaps some tutorials.

You should be looking into com.sap.security.api.IUserFactory, methods newUser(String) which gives you and IUserMaint and commitUser(IUserMaint, IUserAccount) -- IUserAccount can be obtained using com.sap.security.api.IUserAccountFactory, method newUserAccount(String)

Hope it helps,

D.

Answers (2)

Answers (2)

former_member197472
Active Participant
0 Kudos


Go with portal Usermanagement API

In articles section there are docs also for it

junwu
Active Contributor
0 Kudos

just search, you will get it.