<?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: Authorization on table columns in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472612#M834694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You want to add authorization to you z-transaction.would that z-trans be for the table maintainance or for a different program.&lt;/P&gt;&lt;P&gt;if in a program you can use authorization check by using the statement authority-check like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT object and field &lt;/P&gt;&lt;P&gt;you can created create this object in transaction su21 in any class there then call this object in the program.&lt;/P&gt;&lt;P&gt; The same authorization would have to be added to the user-authorisations in su01. When the user runs the program a select statement will select the product area assigned to the user and then check with the authorisation is sy-subrc = 0 (check successful) let the user work else display a message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are trying to create the tcode for table maintainance you can use authorisation groups but then you might have to create more tahn one transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 10:04:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-06T10:04:21Z</dc:date>
    <item>
      <title>Authorization on table columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472611#M834693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario where I have created a Z table, and am going to generate a maintenance screen &amp;amp; a Z transaction. I also have a requirement that certain users can only view their own product area (product area is a field in the Z table, and the info of which product area a user belongs to is in the user profile).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I achieve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472611#M834693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T09:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization on table columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472612#M834694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You want to add authorization to you z-transaction.would that z-trans be for the table maintainance or for a different program.&lt;/P&gt;&lt;P&gt;if in a program you can use authorization check by using the statement authority-check like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT object and field &lt;/P&gt;&lt;P&gt;you can created create this object in transaction su21 in any class there then call this object in the program.&lt;/P&gt;&lt;P&gt; The same authorization would have to be added to the user-authorisations in su01. When the user runs the program a select statement will select the product area assigned to the user and then check with the authorisation is sy-subrc = 0 (check successful) let the user work else display a message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are trying to create the tcode for table maintainance you can use authorisation groups but then you might have to create more tahn one transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 10:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472612#M834694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T10:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization on table columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472613#M834695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the table maintenance generator screen, write your piece of code in PB0 of the maintenance screen to filter out only those values the user has authorization to or assigned to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 01:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472613#M834695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T01:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization on table columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472614#M834696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys. I will try this out and keep you updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 04:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472614#M834696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T04:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization on table columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472615#M834697</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;This can be define while defining table maintainance generator in the authorization group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Irfan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 09:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-on-table-columns/m-p/3472615#M834697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T09:19:41Z</dc:date>
    </item>
  </channel>
</rss>

