<?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: table maintenance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944539#M943370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; good points that you have made. Thank you very much for the responce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one query. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i define a Z-table as &lt;STRONG&gt;'Allow maintenance with restrictions'&lt;/STRONG&gt; , i cannot create a z-transaction and maintain it using sm30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i correct??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 18:35:22 GMT</pubDate>
    <dc:creator>rnb86</dc:creator>
    <dc:date>2008-06-06T18:35:22Z</dc:date>
    <item>
      <title>table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944537#M943368</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;&lt;/P&gt;&lt;P&gt; my client at onsite has created a Z-table, and the allowed maintenance for that Z-table with restrictions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery Class : A (Application table (master and transaction data)&lt;/P&gt;&lt;P&gt;Table Maintenance : Display and Maintenance allowed with  restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a Z-transaction for maintaining / creating records in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the Z-tcode and assigned authorization group &amp;amp;NC&amp;amp; [No authorization] for it and created a function group for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to execute that Z-tcode, i get an error message saying "You are not authorized to use transaction".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I opened that z-table in SM30, and i get the error message "View/table can only be displayed and maintained with restrictions".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we create a z-tcode for a table that allows maintenance with restriction?? What mistake did i commit??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is very Urgent. Plz help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 17:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944537#M943368</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2008-06-06T17:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944538#M943369</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;- When i try to execute that Z-tcode, i get an error message saying "You are not authorized to use transaction".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means you haven't no authorization for that trx: u should check your profile, if don't have the authorization for Z*, u should update your profile every time u create a new Z-trx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I opened that z-table in SM30, and i get the error message "View/table can only be displayed and maintained with restrictions".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you've setted that flag it means you can update the table only by a cluster view (trx SM34): u can generate the cluster view by trx SE54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use the trx SM30: u haven't to set that flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 17:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944538#M943369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T17:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944539#M943370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; good points that you have made. Thank you very much for the responce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one query. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i define a Z-table as &lt;STRONG&gt;'Allow maintenance with restrictions'&lt;/STRONG&gt; , i cannot create a z-transaction and maintain it using sm30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i correct??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 18:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944539#M943370</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2008-06-06T18:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944540#M943371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generation of a maintenance dialog for this table/view is possible through transaction SE54.&lt;/P&gt;&lt;P&gt;Transaction SM30 does not allow maintenance and display functions for this table/view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 20:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3944540#M943371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T20:59:50Z</dc:date>
    </item>
  </channel>
</rss>

