<?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: disable select on table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909682#M1146244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;I suppose you dont want to restrict an ABAPer from taking a look at any data. Because if you do so then definitely they can bypass any check through debugging.&lt;/P&gt;&lt;P&gt;If your intention is to stop end user then just have an authority check for the report itself where you are populating such data.&lt;/P&gt;&lt;P&gt;You could explain your problem so that we could suggest some workaround.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2008 09:44:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-26T09:44:20Z</dc:date>
    <item>
      <title>disable select on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909678#M1146240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;is it possible to suppress select on table for developers. &lt;/P&gt;&lt;P&gt;Eg. IF developer input this statment   &lt;/P&gt;&lt;P&gt;select * from kna1 into table lt_kna1..... &lt;/P&gt;&lt;P&gt;he need to get empty lt_kna1. &lt;/P&gt;&lt;P&gt;This should be done on role level or?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 09:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909678#M1146240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T09:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: disable select on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909679#M1146241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think its possible.  Either you can restrict SE38 access/ SE11/Se16 access, But in program we can't avoid only Select statement and for particular table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 09:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909679#M1146241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: disable select on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909680#M1146242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok , how to supprss selec on some tables eg. pa008&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 09:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909680#M1146242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T09:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: disable select on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909681#M1146243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;Best option i can sugest is create Authorization object for the table u want to restrict.&lt;/P&gt;&lt;P&gt;In program select the data only if the user has the access to that table.&lt;/P&gt;&lt;P&gt;eg: AUTHORITY-CHECK object xxx&lt;/P&gt;&lt;P&gt;IF sy-subrc IS INITIAL.&lt;/P&gt;&lt;P&gt;Select from ur table.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;message 'U don't have authorization'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 09:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909681#M1146243</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-12-26T09:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: disable select on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909682#M1146244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;I suppose you dont want to restrict an ABAPer from taking a look at any data. Because if you do so then definitely they can bypass any check through debugging.&lt;/P&gt;&lt;P&gt;If your intention is to stop end user then just have an authority check for the report itself where you are populating such data.&lt;/P&gt;&lt;P&gt;You could explain your problem so that we could suggest some workaround.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 09:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909682#M1146244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: disable select on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909683#M1146245</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;Another option to stop to acess the data from Databse is use LDB. So if user is not authorized to access the data from a table, he will got get data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 10:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-select-on-table/m-p/4909683#M1146245</guid>
      <dc:creator>piyush_mathur</dc:creator>
      <dc:date>2008-12-26T10:06:05Z</dc:date>
    </item>
  </channel>
</rss>

