<?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: How to Restrict the database table modification? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838972#M1684019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepan,&lt;/P&gt;&lt;P&gt;You can restrict the acces to your ZTABLE by giving&amp;nbsp; odispaly Authorization to all other UseiDs except your ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SM30 and give table/View name which you want o maintian and in su24 of the parameter transaction code [Ztcode] maintain &lt;/P&gt;&lt;P&gt;S_TABU_DIS activity field as you wish and authgroup field with the authorization group which is assigned for the table.&lt;/P&gt;&lt;P&gt;That should solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take help from Authorizatiion Team .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2012 10:52:44 GMT</pubDate>
    <dc:creator>former_member213851</dc:creator>
    <dc:date>2012-05-23T10:52:44Z</dc:date>
    <item>
      <title>How to Restrict the database table modification?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838971#M1684018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my cuztomised table zabc&amp;nbsp; in which i have user name and password field .i dont want any other user except me to change the data of table from program using MODIFY or update or Insert statements to my cuztomised table zabc or any what ever modification through se11 too? How to make that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 10:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838971#M1684018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T10:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Restrict the database table modification?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838972#M1684019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepan,&lt;/P&gt;&lt;P&gt;You can restrict the acces to your ZTABLE by giving&amp;nbsp; odispaly Authorization to all other UseiDs except your ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SM30 and give table/View name which you want o maintian and in su24 of the parameter transaction code [Ztcode] maintain &lt;/P&gt;&lt;P&gt;S_TABU_DIS activity field as you wish and authgroup field with the authorization group which is assigned for the table.&lt;/P&gt;&lt;P&gt;That should solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take help from Authorizatiion Team .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 10:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838972#M1684019</guid>
      <dc:creator>former_member213851</dc:creator>
      <dc:date>2012-05-23T10:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Restrict the database table modification?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838973#M1684020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With ABAP code you can change any table contents, so this seems not possible. You could speak to your DB administrator if your particular DBMS has such a feature on a lower level.&lt;/P&gt;&lt;P&gt;Building checks on single user names is not a good idea however, or are you planning to stay forever where you are now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11 protection can be achieved via S_DEVELOP authorization object, search for information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 11:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838973#M1684020</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-05-23T11:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Restrict the database table modification?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838974#M1684021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables can be modified from the report program. However Authorization objects are there which prevent from doing so and it is general authorization object for workbench objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below links.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/SMAUTH/S_DEVELOP"&gt;http://wiki.sdn.sap.com/wiki/display/SMAUTH/S_DEVELOP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/27/174b6e5733d1118b3f0060b03ca329/content.htm"&gt;http://help.sap.com/saphelp_40b/helpdata/en/27/174b6e5733d1118b3f0060b03ca329/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 11:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838974#M1684021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T11:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Restrict the database table modification?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838975#M1684022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are really worried about the security of your table, try to encrypt the contents so that others cannot easily read the information without decryption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just an suggestion and i have not tried it before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 12:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-restrict-the-database-table-modification/m-p/8838975#M1684022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T12:31:06Z</dc:date>
    </item>
  </channel>
</rss>

