<?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: minimum previlege for user in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860802#M47972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorization object S_DEVELOP is responsible for the ABAP Workbench authorizations. The easiest way to do it is to assign the profile S_A.DEVELOP to the user.&lt;/P&gt;&lt;P&gt;But please be aware that the user will have authorizations for all the ABAP Workbench Tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the user to be able to only execute a function module and do no other task, then you will have to create a custom-profile and assign that to him.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2005 07:35:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-11T07:35:31Z</dc:date>
    <item>
      <title>minimum previlege for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860798#M47968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; i want to know minimum authorization to be given to user to execute BAPI i.e. BAPI_CHANGE_USER. and also let me know what are minimum role and profile to be given to access the R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2005 04:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860798#M47968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-11T04:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: minimum previlege for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860799#M47969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Could you please be little more specific ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I couldn't find anything called BAPI_CHANGE_USER. which version of SAP is it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. What do you mean by &amp;lt;i&amp;gt;minumum&amp;lt;/i&amp;gt; role and profile ? What do you want the user to be able to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2005 05:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860799#M47969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-11T05:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: minimum previlege for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860800#M47970</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;The correct BAPI is BAPI_USER_CHANGE. There are a couple of authorization objects being checked in it like S_USER_GRP and S_USER_SYS. There are various FMs being called to check user authorization as well. Take a look at the documentation for above two authorization objects to see if this is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2005 05:11:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860800#M47970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-11T05:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: minimum previlege for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860801#M47971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  i am sorry.. it is BAPI_USER_CHANGE,&lt;/P&gt;&lt;P&gt;i have user say for ex. ABC i want this user to execute the BAPI_USER_CHANGE function module so tell me what are the minimum authorization to be given to this user to execute function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;john.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2005 06:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860801#M47971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-11T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: minimum previlege for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860802#M47972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorization object S_DEVELOP is responsible for the ABAP Workbench authorizations. The easiest way to do it is to assign the profile S_A.DEVELOP to the user.&lt;/P&gt;&lt;P&gt;But please be aware that the user will have authorizations for all the ABAP Workbench Tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the user to be able to only execute a function module and do no other task, then you will have to create a custom-profile and assign that to him.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2005 07:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minimum-previlege-for-user/m-p/860802#M47972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-11T07:35:31Z</dc:date>
    </item>
  </channel>
</rss>

