<?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 User authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611767#M1278764</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;I need to give, only display authorization(access) to a user.so the user can only display the screen for the perticular transaction. he should not be able to modify any data in hte transaction.&lt;/P&gt;&lt;P&gt; can any budy help me to get it.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 14:50:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-12T14:50:57Z</dc:date>
    <item>
      <title>User authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611767#M1278764</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;I need to give, only display authorization(access) to a user.so the user can only display the screen for the perticular transaction. he should not be able to modify any data in hte transaction.&lt;/P&gt;&lt;P&gt; can any budy help me to get it.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 14:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611767#M1278764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T14:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: User authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611768#M1278765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Babhyankar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to put this code in your PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-uname = &amp;lt;User for whom you want the data to be in display mode&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;input = 0.&lt;/P&gt;&lt;P&gt;output = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will display all the data in the screen in non editable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this piece of code helps you OR gives you some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR you need to Create a Authorization Object taking help of your BASIS team and can give display and create option to users accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 14:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611768#M1278765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: User authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611769#M1278766</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;If you have created that screen that you can set that in the properties of that field as No Input,only Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 14:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611769#M1278766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T14:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: User authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611770#M1278767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i am refering to the basis side. i am talking about role and profile maintenance part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the quick help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 15:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611770#M1278767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T15:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: User authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611771#M1278768</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;actually i am refering to the basis side. i am talking about role and profile maintenance part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the quick help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 15:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611771#M1278768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: User authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611772#M1278769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;No cross posting&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the "Rules of Engagement"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 15:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-authorization/m-p/5611772#M1278769</guid>
      <dc:creator>JPReyes</dc:creator>
      <dc:date>2009-05-12T15:23:08Z</dc:date>
    </item>
  </channel>
</rss>

