Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to create portal user from ABAP code

Former Member
0 Kudos

I want to create portal user from ABAP code, is it possible and how can i do it?

Thanks in advance,

2 REPLIES 2

guillaume-hrc
Active Contributor
0 Kudos

Hi,

First question to answer is: what is the user source of your Portal :

ABAP source ?

LDAP of some sort ?

UME of the Portal ?

If it is an ABAP backend that serves as user source then the answer simply is to create an ABAP user in this backend.

Another way is to create a user in the UME.

--> develop a little service on the Portal using UserManagement API, expose it as a Web Service that you would call from ABAP

Check this for reference:

http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/60b1f682-5a6c-2b10-539c-a4e7d6af9...

Best regards,

Guillaume

0 Kudos

Thanks Guillaume,

The source is ABAP back-end, but i want to create a portal user with length is 14chars, max length of ABAP user is only 12.

I will try with the link

Thanks,