cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a user in SAP Portal Using API

Former Member
0 Kudos

How can i create a new User from one existing User in SAP Portal using WebDynpro. I tried using public IUserMaint newUser(String uniqueName, IUser copyFrom) method of IUserFacotry but when i call getUniqueID() method of IUserMaint Interface.when i run my application in browser, i got blank Unique ID, So i think no user get created.

Thanks,

Mithileshwar Dayal Sahu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Got and answer from "Create portal user using UME api's" thread.

i need to save and commit.