<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic CUA system assignment missing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cua-system-assignment-missing/m-p/2897302#M681180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a message on the logon screen:&lt;/P&gt;&lt;P&gt;"You cannot log on (CUA system assignment missing)."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUA was removed based on the link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/ea/9abf3b4f995f1ce10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/ea/9abf3b4f995f1ce10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our system: ERP2005 SR2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2007 11:48:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-12T11:48:13Z</dc:date>
    <item>
      <title>CUA system assignment missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cua-system-assignment-missing/m-p/2897302#M681180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a message on the logon screen:&lt;/P&gt;&lt;P&gt;"You cannot log on (CUA system assignment missing)."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUA was removed based on the link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/ea/9abf3b4f995f1ce10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/ea/9abf3b4f995f1ce10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our system: ERP2005 SR2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 11:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cua-system-assignment-missing/m-p/2897302#M681180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T11:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: CUA system assignment missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cua-system-assignment-missing/m-p/2897303#M681181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;it seems as if RSDELCUA didn't work properly. The message comes up in program LSUSOF01 :&lt;/P&gt;&lt;P&gt;    select single * from usr02&lt;/P&gt;&lt;P&gt;      where bname = bname.&lt;/P&gt;&lt;P&gt;    if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;      message e152(00) raising no_check_for_this_user.&lt;/P&gt;&lt;P&gt;      "called by function module ==&amp;gt; RAISE is o.k.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      2. CUA system assignment missing?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    if usr02-zbvmaster = 'X'.&lt;/P&gt;&lt;P&gt;      message e540(01) raising no_check_for_this_user.&lt;/P&gt;&lt;P&gt;      "called by function module ==&amp;gt; RAISE is o.k.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 13:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cua-system-assignment-missing/m-p/2897303#M681181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T13:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: CUA system assignment missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cua-system-assignment-missing/m-p/2897304#M681182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 13:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cua-system-assignment-missing/m-p/2897304#M681182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T13:22:58Z</dc:date>
    </item>
  </channel>
</rss>

