<?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 table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581522#M590301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the purpose of a table maintenance generator,can any body send some important SOME IMPORTANT DESCRIPTION AND VARIOUS OPERATIONS THAT CAN BE PERFORMED THROUGH TABLE MAINTENANCE GENERATOR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 13:24:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T13:24:06Z</dc:date>
    <item>
      <title>table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581522#M590301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the purpose of a table maintenance generator,can any body send some important SOME IMPORTANT DESCRIPTION AND VARIOUS OPERATIONS THAT CAN BE PERFORMED THROUGH TABLE MAINTENANCE GENERATOR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581522#M590301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581523#M590302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table Maintenance Generator is used to make entries, edit records, and delete records in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this forum too :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="334540"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581523#M590302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581524#M590303</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;  Table Maintenance Generator allows us to make a table maintainable(Add Records, Modify Records, Delete Records).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure to create a Table maintenance for a database table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se11 enter table name and say change&lt;/P&gt;&lt;P&gt;Go to utilities Table Maintenance Generator you will see a screen here. click on the create button.. then Enter the Autorization group (&amp;amp;NC&amp;amp;) and enter function group (YOu can create function group in se37 or se80) then select the single step option and enter some number in overview screen . and save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To maintain the entries in this table .. goto tcode sm30 and give the table name and click maintain button and you are in to mainting the table entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581524#M590303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581525#M590304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table maintenace generator is used to change the values of the table&lt;/P&gt;&lt;P&gt;use transaction se54 to create one maintenance generator for a table&lt;/P&gt;&lt;P&gt;also use sm30 to display the values of the table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from SE11 , enter the table name and then click on change, then in the menu Utilities-&amp;gt;Table maintenance Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give authorization group,Function Group, Sngle screen(radio Button),Mainitenance screen no, and Standard Recording Routine Radio Button ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and save it.&lt;/P&gt;&lt;P&gt;and then Go to SM30 and check it with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points If Useful*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581525#M590304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581526#M590305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at thread &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="478823"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2581526#M590305</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-07-27T13:54:59Z</dc:date>
    </item>
  </channel>
</rss>

