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: 

user attribute self-registered user

former_member1003269
Participant
0 Kudos

Hi,

Is there a user attribute/flag to be able to destinguish the self-registered user (self-registered in the portal ) in the ABAP user store vs the rest created using SU01?

We want to defind those self-registered users and assign them dynamically to the security group with the internet user CRM profile 

Any ideas ?

Thanks,

Denis

2 REPLIES 2

mvoros
Active Contributor
0 Kudos

Hi,

you can try to use field USR02-ANAME. It contains a user that created account. So if you use unique RFC user (it should be SAPJSF) than you could use this field.

Cheers

0 Kudos

Martin,

very good find , thank you so much !!!

Denis