<?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: Making Table Editable For Only One User in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536858#M1427321</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;Please search SDN on this , there are many threads avaliable on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway , Table maintenence generator is used to maintain records for database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And based on authorization group you can ristrict the group users that work on this TMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, your requirement can be achived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search SDN to know more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2010 08:36:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-04T08:36:32Z</dc:date>
    <item>
      <title>Making Table Editable For Only One User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536856#M1427319</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;I have a table. I want to make this table editable for only one user with se16n or another tcode manually. How can i do this? With Table Maintenance Generator ? And how?&lt;/P&gt;&lt;P&gt;And another question is what Assign Authorization Group is ? When i have to use this menu ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 08:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536856#M1427319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T08:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Making Table Editable For Only One User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536857#M1427320</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;Cretae a table maintenance with required authorization object (Functional/Basis can tell the object name). Give the authorization to the user to whom you want to give edit access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For display purpose fr other users, you can create a parameter transaction(SE93) for SE16 with view name as your table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will resolve your issue.&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>Mon, 04 Jan 2010 08:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536857#M1427320</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-01-04T08:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Making Table Editable For Only One User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536858#M1427321</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;Please search SDN on this , there are many threads avaliable on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway , Table maintenence generator is used to maintain records for database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And based on authorization group you can ristrict the group users that work on this TMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, your requirement can be achived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search SDN to know more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 08:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536858#M1427321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T08:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Making Table Editable For Only One User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536859#M1427322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved,&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 08:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-editable-for-only-one-user/m-p/6536859#M1427322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-22T08:11:30Z</dc:date>
    </item>
  </channel>
</rss>

