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: 

IDoc- userclone05 error with reference user

manubhutani
Active Contributor
0 Kudos

Hi Guru's

An idoc is in error. message type - userclone , basic type is userclone05.

error - ref user rcf_cand_int does not exist.

the central user is serve ZE2 clnt 050 from where user roles are replicated or users are created in other sstems.

idoc is in server ZS1.

Now can anybody tell me how to check whether this idoc wa creating a user or doing something else.

Regards

Manu

Edited by: Julius Bussche on Feb 6, 2009 3:05 PM

Please use meaningfull subject titles

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Now can anybody tell me how to check whether this idoc wa creating a user or doing something else

If the IDoc type is userclone05 and message type is userclone, then this will create a user with template in Another System.

Therefore the reference user must be present in the target system. Which in your case is not as per the error message you said you are getting.

For creating/changing a user there are other message types and basic types.

regards,

Advait

7 REPLIES 7

Former Member
0 Kudos

Hi,

Please find the link below

[Sap Help |http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm]

Hope this is helpful

Thanks

Kalyan B

Former Member
0 Kudos

Hi,

Now can anybody tell me how to check whether this idoc wa creating a user or doing something else

If the IDoc type is userclone05 and message type is userclone, then this will create a user with template in Another System.

Therefore the reference user must be present in the target system. Which in your case is not as per the error message you said you are getting.

For creating/changing a user there are other message types and basic types.

regards,

Advait

0 Kudos

thanks a lot for the reply..

can you tell me in which segment i can find the user name

i am able to find the ref user but not the user name which has to be created

regards

0 Kudos

It is in the very first segment E1BPBNAME-BAPIBNAME.

regards,

Advait

Former Member
0 Kudos

Hi ,

The Userclone Idoc message type creates users with different roles in receiving systems.

The User data is centrally maintained in teh Sender system from which it is distributed across to various systems.

Transaction SU01 is used to check the Users .

Probably accoring to the error mentioned Users are not created in teh receiving system.Check with Tcode SU01(sender and receiver) and try resending teh Users once again .

Furthermore you may refer these links whcih may be helpful :

http://www.saptechies.com/setting-up-central-user-administration/

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a00a2105-cb48-2a10-26a3-93bb81f3...

Regards,

Radhika.

0 Kudos

thanks a lot for the useful reply...

in the idoc

i can see hte referrence user in segment e1bprefus

but i am not able to find the username which has to be created in the idoc

please help

regars\ds

Former Member
0 Kudos

Moved to the Security Forum....

> Total Questions: 89 (88 unresolved)

Looks as if your questions have about 87 errors in the sender system as well... please follow-up (the "comment" field is not mandatory).

-


The reference user is an indirect role assignment mechanism.

Your user in the central system has a reference user assigned (see the roles tab in SU01). This user does not exist in the target system. It can be compared to cloning a user without cloning the roles.

Cheers,

Julius