<?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: sm30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412889#M1048484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;how to create a view on a table&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;from se11.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;in fact it should be made possible that the users as well can enter data through SM30&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;refer vijay's reply for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2008 14:51:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-02T14:51:45Z</dc:date>
    <item>
      <title>sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412886#M1048481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to create a view on a table&lt;/P&gt;&lt;P&gt;in fact it should be made possible that the users as well can enter data through SM30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 14:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412886#M1048481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T14:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412887#M1048482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a custom table then Create a Table maintenance and then you wll be able to enter/edit the data using SM30.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 14:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412887#M1048482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412888#M1048483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto SE11 and go in change mode... Now, using &lt;/P&gt;&lt;P&gt;Utilities --&amp;gt; Table Maintenance Generator, create it. Specif the field attributes required and activate the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, goto SM30 and specify the table name and you can maintain the data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 14:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412888#M1048483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412889#M1048484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;how to create a view on a table&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;from se11.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;in fact it should be made possible that the users as well can enter data through SM30&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;refer vijay's reply for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 14:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412889#M1048484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T14:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412890#M1048485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define a new tcode through se93 for example zmytable02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'maintain mytable'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fill in tcode sm30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check 'skip first screen'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the bottom add 2 fields&lt;/P&gt;&lt;P&gt;VIEWNAME	Zmytable&lt;/P&gt;&lt;P&gt;UPDATE	X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now users can maintain only that one table through sm30 so you don't have to authorize sm30 but just you're own tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oh and first follow the remarks about se11 and maintenance generator mentioned earlier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur de smidt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Sep 2, 2008 5:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 14:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412890#M1048485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412891#M1048486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but when i go in sm30 and click on 'Maintain', I get the error 'View/table /EU000/FI_ACC can only be displayed and maintained with restrictions'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wat it means?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 15:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412891#M1048486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T15:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412892#M1048487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have a ztable you must first change the setting in se11 to X (maintenance allowed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then generate the table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps on sap tables you are not allowed to change this, are only a few standard SAP tables that allow direct maintenance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 15:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/4412892#M1048487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T15:11:07Z</dc:date>
    </item>
  </channel>
</rss>

