<?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: Only display a table in SM30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684814#M1292018</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 Think you can get this by selecting SHOW  = 'X'. in Se93.&lt;/P&gt;&lt;P&gt;When you run the Tcode it will open in display mode only.&lt;/P&gt;&lt;P&gt;Anyhow,if user presses 'new entries' then it allows to enter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2009 16:26:16 GMT</pubDate>
    <dc:creator>KK07</dc:creator>
    <dc:date>2009-05-26T16:26:16Z</dc:date>
    <item>
      <title>Only display a table in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684811#M1292015</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 need to create a transaction parameter with SM30 for a 'Z' table. &lt;/P&gt;&lt;P&gt; But I only need to display. The user cannot modify entries.&lt;/P&gt;&lt;P&gt; Does anybody know how I can do this?&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt; Janete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 14:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684811#M1292015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T14:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Only display a table in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684812#M1292016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this with a table maintenance genrator. If you search the forum for this subject, you will find plenty of information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 15:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684812#M1292016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Only display a table in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684813#M1292017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janete,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Se11, give the table name and click on change. Then Go to utilities--&amp;gt; Table maintenance generator.&lt;/P&gt;&lt;P&gt;In the table maintenance generator screen, we should give Authorization Group, Function Group name (Function Group name can be same as table name), Maintenance type can be one step or two step, usually we will create with one step. we should give maintenance screen number.&lt;/P&gt;&lt;P&gt;Authorization Group  used to group the logically related objects. It helps us to group dictionary tables for the purpose of authorization checking (Table TDDAT contains its list) . To create go to SE54, give the table name and choose authorization group and then click on create/change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Group name is the name of the group to which the generated maintainence would belong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Package if you want to assign it to a particular package. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After clicking on create button, a table maintenance generator will be created.&lt;/P&gt;&lt;P&gt;To check it go to SM30 . In SM30, we find display, Maintain options.&lt;/P&gt;&lt;P&gt;We can view the table contents by choosing Display and we can create table entries by choosing Maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If you dont want the user to maintain the table contents, or if you dont to create entires and maintain the same using Data Browser (SE16) you can set the display maintainance not allowed. With this you can maintain data in the table consistently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use the table maintainance generator to maintain the data using the SAP Generated Function Modules. You need to take care of the SAP Locking mechanism to Create Update and Delete entries in the Table. Through Table Maintainance Generator you can achieve all of these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 15:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684813#M1292017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Only display a table in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684814#M1292018</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 Think you can get this by selecting SHOW  = 'X'. in Se93.&lt;/P&gt;&lt;P&gt;When you run the Tcode it will open in display mode only.&lt;/P&gt;&lt;P&gt;Anyhow,if user presses 'new entries' then it allows to enter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 16:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684814#M1292018</guid>
      <dc:creator>KK07</dc:creator>
      <dc:date>2009-05-26T16:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Only display a table in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684815#M1292019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just check the FM which is called by SM30.&lt;/P&gt;&lt;P&gt;In that there is an option by which you can call the table in display mode only.&lt;/P&gt;&lt;P&gt;You can create a Z report and call the FM in it with display option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 17:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684815#M1292019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T17:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Only display a table in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684816#M1292020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first create a view of your table.&lt;/P&gt;&lt;P&gt;make sure it is a maintenance view!!&lt;/P&gt;&lt;P&gt;go to the maint.status tab&lt;/P&gt;&lt;P&gt;choose display only&lt;/P&gt;&lt;P&gt;activate&lt;/P&gt;&lt;P&gt;now go to Utilities-&amp;gt;Table Maintenance Generator and generate a maintenance view&lt;/P&gt;&lt;P&gt;that's it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 13:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684816#M1292020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T13:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Only display a table in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684817#M1292021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did as you have explainde. In addition, I create te transaction for SM30 with the following options:&lt;/P&gt;&lt;P&gt;Name of screen field 		Value&lt;/P&gt;&lt;P&gt;VIEWNAME		ZRMM_141V&lt;/P&gt;&lt;P&gt;VIMDYNFLDS-LTD_DTA_AR	X	(to permit apply filter and do not change table)&lt;/P&gt;&lt;P&gt;UPDATE_LTD		X	(to permit apply filter and do not change table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Janete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 18:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684817#M1292021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T18:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Only display a table in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684818#M1292022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this would have been much simpler with authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 18:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-display-a-table-in-sm30/m-p/5684818#M1292022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T18:46:34Z</dc:date>
    </item>
  </channel>
</rss>

