cancel
Showing results for 
Search instead for 
Did you mean: 

Create portal user using web dynpro abap application

Former Member
0 Kudos

Dear All,

I would like to know is it possible to create portal user-id through web dynpro abap application.

My requirement is

> I have to create a web dynpro abap application. In the web dynpro abap application I have name email-id and phone number as entry fields.

> I will click on submit, one unique id will get created. This unique id will be the login id for portal.

I found how to create portal user using web dynpro java, but i could not find regarding web dynpro abap.

If it is possible to create the portal users using web dynpro abap pls share the code as well.

Regards,

Swapnil Indulkar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi swapnil,

I think by using BAPi.. BAPI_USER_CREATE1 you can create.

Please check this...

Cheers,

Kris.

Edited by: kissnas on May 21, 2011 8:47 AM

Former Member
0 Kudos

Hi kissnas,

Thanks alot for your reply.

The bapi you told creates users-id on the abap system i.e in su01. The same user-id will reflect on the portal side if they are in synchronization with abap system. i.e portal database is a UME database.

In my case portal database is separate i.e they create user-id on abap system separately and portal separately.

So now I going with web dynpro java application through which I can create on both abap and portal.

Thanks alot again

Regards

Swapnil Indulkar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you want to create users in portal you have to code some Java. You may code a web service for creating users in portal ume.