<?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: Manage admin users in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320980#M1029620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I'm not sap customer or partner..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case the company whose system you're working on should be able to provide you with one (at least for the period you're there.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2008 12:56:01 GMT</pubDate>
    <dc:creator>jurjen_heeck</dc:creator>
    <dc:date>2008-08-21T12:56:01Z</dc:date>
    <item>
      <title>Manage admin users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320975#M1029615</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;1. What authorizations a user needs in order to reset password of  the standard users "SAP*, DDIC, J2EE_Admin, etc....."?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.How can I add RFC authorization only for a user to be able to open an RFC connection (for testing I used to give the user SAP_ALL and he could do that.. but I'm looking for something specific... for example: rfc logon only.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tx.&lt;/P&gt;&lt;P&gt;s.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 15:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320975#M1029615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T15:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Manage admin users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320976#M1029616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; 1. What authorizations a user needs in order to reset password of  the standard users "SAP*, DDIC, J2EE_Admin, etc....."?&lt;/P&gt;&lt;P&gt;Based on your other question here, you will be looking for object S_RFC activity 16 rfc_name SU_USER rfc_type FUGR. This is the entry point to start the reset request, and from release 7.10 you can tweak it even further to the function module name using rfc_type FUNC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To complete the reset successfully, you will be looking for object S_USER_GRP activity 05 name of user group &amp;lt;whatever the group name is they can reset passwords for&amp;gt;. This will let you successfully complete the reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 2.How can I add RFC authorization only for a user to be able to open an RFC connection (for testing I used to give the user SAP_ALL and he could do that.. but I'm looking for something specific... for example: rfc logon only.)&lt;/P&gt;&lt;P&gt;You can do that in transaction PFCG on the menu tab of the role by adding the RFC using the "Authorization Default" - this will also pull in the "use case" authorizations from SU24 in the authorizations tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, now what to put in the SU24 for object S_RFC of that RFC to open the connection (because it will be greyed out in PFCG)? See SAP note 460089 for your options.&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>Wed, 20 Aug 2008 16:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320976#M1029616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T16:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Manage admin users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320977#M1029617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where can I find all these SAP notes (SAP note 460089 for example)?&lt;/P&gt;&lt;P&gt;(This is the first time I'm interacting with SAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 11:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320977#M1029617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T11:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Manage admin users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320978#M1029618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; where can I find all these SAP notes (SAP note 460089 for example)?&lt;/P&gt;&lt;P&gt;&amp;gt; (This is the first time I'm interacting with SAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://service.sap.com/notes" target="test_blank"&gt;https://service.sap.com/notes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need an "oss account" for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 11:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320978#M1029618</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-08-21T11:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Manage admin users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320979#M1029619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tx man,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how can I get the oss account?&lt;/P&gt;&lt;P&gt;I'm not sap customer or partner...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 12:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320979#M1029619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Manage admin users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320980#M1029620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I'm not sap customer or partner..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case the company whose system you're working on should be able to provide you with one (at least for the period you're there.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 12:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320980#M1029620</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-08-21T12:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Manage admin users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320981#M1029621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I'm not sap customer or partner...&lt;/P&gt;&lt;P&gt;Then why are you developing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(just joking &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is an excellent thing that you are building a secure role with minimum authorizations to deliver together with your Java application! Some vendors / solutions don't do that or deliver a "goliath".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relevant part of that note (while making some assumptions about your system / application) say that you will need function groups SYST and SYSU together with SU_USER for the rfc_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps ask one of your customers who are testing the app and role to check all other aspects of the note with you, as well as anyway tracing the call (transaction ST01) to verify what it exactly needs when the reset is called.&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>Thu, 21 Aug 2008 12:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/manage-admin-users/m-p/4320981#M1029621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T12:58:10Z</dc:date>
    </item>
  </channel>
</rss>

