<?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 regarding authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518433#M846239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;                      suppose i create a report and i want that nobody could access my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i want to use the concept of authorization , how i can use that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2008 10:17:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-04T10:17:10Z</dc:date>
    <item>
      <title>regarding authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518433#M846239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;                      suppose i create a report and i want that nobody could access my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i want to use the concept of authorization , how i can use that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 10:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518433#M846239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T10:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518434#M846240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first remove the authorization of se38 then user can not acces ur report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u hv given tcode to report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then assign that tcode to user in pfcg that user is required for that authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove tcode from other user who does not hv authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for giving authorization,&lt;/P&gt;&lt;P&gt;PFCG is used.&lt;/P&gt;&lt;P&gt;create role and assign that role to user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arpit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 10:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518434#M846240</guid>
      <dc:creator>arpit_shah</dc:creator>
      <dc:date>2008-03-04T10:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: regarding authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518435#M846241</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;You can check some thing like this in the program itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
At selection-screen output.
"Check for user id
if sy-uname = 'UserID'. "Your userid
  if sy-subrc NE 0.

Message 'Your are not authorized to access'.
endif.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram POnna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 10:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518435#M846241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T10:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518436#M846242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many ways of restricting the user .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can create a authorization object restrict any number of users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.You can create a z-table maintain the users and some of the related information and u can restrict them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Finally you can hardcode in your program with the field     SY-UNAME if this is equal to your id restirict the others to view the tcode.  Ex: Check sy-uname = 'xyzzz'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 10:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518436#M846242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T10:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: regarding authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518437#M846243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;check the following link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/52/671285439b11d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/52/671285439b11d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/52/67129f439b11d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/52/67129f439b11d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://books.google.co.in/books?q=authorization+" target="test_blank"&gt;http://books.google.co.in/books?q=authorization+&lt;/A&gt;&lt;EM&gt;in&lt;/EM&gt;sap&amp;amp;ots=VrBh1AUYVu&amp;amp;sa=X&amp;amp;oi=print&amp;amp;ct=title&amp;amp;cad=legacy&amp;amp;hl=en&lt;/P&gt;&lt;P&gt;bt this you can get more information regarding authorization.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreelatha Gullapalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 10:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization/m-p/3518437#M846243</guid>
      <dc:creator>sreelatha_gullapalli</dc:creator>
      <dc:date>2008-03-04T10:35:27Z</dc:date>
    </item>
  </channel>
</rss>

