Application Development and Automation 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: 
Read only

CUA system assignment missing

Former Member
0 Likes
848

Hi all,

I've got a problem with removed CUA. Just after system installation I set CUA on the client 010 and then I assigned three other clients. But finally I decided to remove CUA from our system. Everything looks ok except client 001 which wasn't assigned to CUA.

There isn't possible to login user which was changed. For example user ADSUSER was accepted but small change in the SU01 makes login not possible. The same is with new created users - there is no difference which profile/role is assigned to user.

I've got a message on the logon screen:

"You cannot log on (CUA system assignment missing)."

CUA was removed based on the link:

http://help.sap.com/saphelp_sm32/helpdata/en/ea/9abf3b4f995f1ce10000000a114084/content.htm

Our system: ERP2005 SR2

Regards,

Michal

2 REPLIES 2
Read only

Former Member
0 Likes
518

Hi Michal,

it seems as if RSDELCUA didn't work properly. The message comes up in program LSUSOF01 :

select single * from usr02

where bname = bname.

if sy-subrc ne 0.

message e152(00) raising no_check_for_this_user.

"called by function module ==> RAISE is o.k.

endif.

  • 2. CUA system assignment missing?

if usr02-zbvmaster = 'X'.

message e540(01) raising no_check_for_this_user.

"called by function module ==> RAISE is o.k.

endif.

The client seems to be the master of the CUA and the user has authorties for other systems but not for the CUA-system itself.

Read only

0 Likes
518

Hello,

thank you for your answer. Probably you're right but my chief decided to reinstall the system so I cannot check it. It was quite new system. By the way - CUA makes us a lot of problem in the past...

Regards,

Michal