<?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 Re: Profiles in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584671#M1081478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could also be caused by the UST* tables (used mostly by SUIM) becoming out-of-sync with the USR* tables (used formerly but now less by the authority-check itself), however this typically provides &lt;STRONG&gt;more&lt;/STRONG&gt; access than that which SUIM reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can make this same observation in your QA system, then execute transaction SUIM_OLD to see whether problem goes away one-shot as test first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What SUIM_OLD does is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF NOT sync_u IS INITIAL.
  CALL FUNCTION 'SUSR_SYNC_USER_TABLES' IN BACKGROUND TASK
    EXPORTING
      tabletype = 'X'.
*         CLIENT     =
*       exceptions
*            bad_client = 1
*            others     = 2.
  IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.

ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.... which you can also do manually from tcode SE37 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 14:07:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-07T14:07:07Z</dc:date>
    <item>
      <title>Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584666#M1081473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since our upgrade that is ECC 6.0/unix  we have some issues  like some of the users profile reports are producing strange results, for example  in suim if I see who has access to MM02 I get a list of 107 people however if I logon as user Test1 and try mm01 the system errors with no authorization.( i have checked the validity period)  If we then save the user and rerun suim transaction the user is removed from the list.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there away of savings all user profiles .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;anur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584666#M1081473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584667#M1081474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuroop,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please check if the profiles have been generated properly in the system or not?If not, then you will need to generate the profiles, save it to a transport and then move it across your landscape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saby..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584667#M1081474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T09:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584668#M1081475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should i check whether the profiles are generated properly or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584668#M1081475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T09:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584669#M1081476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the user comparison may be your issue. (since saving a user solved the problem for that userid)  &lt;/P&gt;&lt;P&gt;Run transaction PFUD and reschedule PFCG_TIME_DEPENDENCY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584669#M1081476</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-10-07T09:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584670#M1081477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; How should i check whether the profiles are generated properly or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SUPC will help you there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584670#M1081477</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-10-07T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584671#M1081478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could also be caused by the UST* tables (used mostly by SUIM) becoming out-of-sync with the USR* tables (used formerly but now less by the authority-check itself), however this typically provides &lt;STRONG&gt;more&lt;/STRONG&gt; access than that which SUIM reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can make this same observation in your QA system, then execute transaction SUIM_OLD to see whether problem goes away one-shot as test first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What SUIM_OLD does is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF NOT sync_u IS INITIAL.
  CALL FUNCTION 'SUSR_SYNC_USER_TABLES' IN BACKGROUND TASK
    EXPORTING
      tabletype = 'X'.
*         CLIENT     =
*       exceptions
*            bad_client = 1
*            others     = 2.
  IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.

ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.... which you can also do manually from tcode SE37 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 14:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584671#M1081478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T14:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584672#M1081479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I understood but i really i could n't get you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 14:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584672#M1081479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T14:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584673#M1081480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I am saying is that there might be some data in the UST* tables which is "stranded" from the profile data used by the user management system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When saving in SU01 it appears to be removing these "stranged" or "inconsistent" entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you run SUSR_SYNC_USER_TABLES for table type 'X' it should remove these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 15:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584673#M1081480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T15:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584674#M1081481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried as you said but still the problm is not resolved . i even tried PFUD but no  success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 12:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584674#M1081481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T12:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584675#M1081482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other approaches are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Immediately after the failed start of MM02, enter /nSU53 in the ok-code to see whether it &lt;EM&gt;really&lt;/EM&gt; is the S_TCODE check which is failing. See SE93 to the additional checks at t-code start...&lt;/P&gt;&lt;P&gt;- Debug the SUIM report and place a watch-point on S_TCODE for when it's value is MM02 &lt;STRONG&gt;or&lt;/STRONG&gt; the 'BIS' field has any value, as MM02 might be included in a range.&lt;/P&gt;&lt;P&gt;... but still, the answer must have something to do with saving once in SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Oct 8, 2008 3:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 13:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584675#M1081482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T13:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584676#M1081483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is weird, i have assigned same roles and the same profiles to the users but only one user is display when i try to check in SUIM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked profile, validity date etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 10:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584676#M1081483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584677#M1081484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is now the opposite of what you have described previously...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584677#M1081484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Profiles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584678#M1081485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check on SUPC and  PFUD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/profiles/m-p/4584678#M1081485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T16:21:44Z</dc:date>
    </item>
  </channel>
</rss>

