<?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: Hide  Database Table Contents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715325#M312705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got your point, but will I be able to create new entries in the table  or not if I select display/maintainence not allowed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2006 07:55:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-30T07:55:36Z</dc:date>
    <item>
      <title>Hide  Database Table Contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715323#M312703</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;I need to hide a database table contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a ztable that contains the usernames and passwords, Now i don't want anyone to view its contents via transactions se11 or se16. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715323#M312703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide  Database Table Contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715324#M312704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     If you select no maintanance allowed in the Delivery and maintanance tab of table display tool (SE11). Then nobody can see its contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOTO SE11-&amp;gt;Enter Tablename-&amp;gt;Change-&amp;gt;Delivery and Maintanance tab, Select Maintanance not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Seshatalpasai Madala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715324#M312704</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-30T07:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide  Database Table Contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715325#M312705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got your point, but will I be able to create new entries in the table  or not if I select display/maintainence not allowed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715325#M312705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide  Database Table Contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715326#M312706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   No you will not be able to create entries using SE11 or SE16 you need to create a program of your own to create entries into that table which is not a big task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to lock the table first then save the entries into the table using INSERT then unlock in your program. Yo ucan create screen for that easily in the screen painter by using get fileds from dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward helpful answers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Seshatalpasai Madala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 08:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715326#M312706</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-30T08:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide  Database Table Contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715327#M312707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sesh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got it Buddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 08:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715327#M312707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T08:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide  Database Table Contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715328#M312708</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;I dont think you need to worry about the person's restrictions to see the table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you will be using the concept of authorisation roles...person authorised to 'se11' only can change or view the data...others can be resticted...usually implemented by a BADI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably you will be creating a view and a transaction code for the view...based on authority checks you can allow/restrict user to run the transation for views...again through BADI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you found the information useful........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;BX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 08:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-database-table-contents/m-p/1715328#M312708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T08:12:26Z</dc:date>
    </item>
  </channel>
</rss>

