<?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/2918414#M687144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While inserting data into a table through table maintenance generator what are conditions we have to follow and what will be conditions asked by the SAP system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 09:42:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T09:42:56Z</dc:date>
    <item>
      <title>table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2918414#M687144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While inserting data into a table through table maintenance generator what are conditions we have to follow and what will be conditions asked by the SAP system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2918414#M687144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2918415#M687145</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 is used to maintain data in the tables created (ZTABLE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally for inserting new records into custom table thru transaction SM30, we need to enter all the values manually and save the record. &lt;/P&gt;&lt;P&gt;When certain data for the key fields needs to be populated automatically while creating entries, the steps involved are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintaining the subroutine in view V_TVIMF for a particular custom table. &lt;/P&gt;&lt;P&gt;Logic for extracting relevant data for the fields entered, when user press enter button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this blog for more information on extracting data in table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the help of the table maintenance generator, you are able to maintain the ENTRIES of the table in SM30 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be set in transaction SE11 - Tools - Table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table maintenance Generator is used to manually input values using transaction sm30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow below steps &lt;/P&gt;&lt;P&gt;1) go to se11 check table maintenance check box under attributes tab&lt;/P&gt;&lt;P&gt;2) utilities-table maintenance Generator-&amp;gt; create function group and assign it under&lt;/P&gt;&lt;P&gt;function group input box. Also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;3) Select standard recording routine radio in table table maintenance generator to move table&lt;/P&gt;&lt;P&gt;contents to quality and production by assigning it to request.&lt;/P&gt;&lt;P&gt;4) Select maintenance type as single step.&lt;/P&gt;&lt;P&gt;5) maintenance screen as system generated numbers this dialog box appears when you click on create button &lt;/P&gt;&lt;P&gt;6) save and activate table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One step, two step in Table Maintenance Generator&lt;/P&gt;&lt;P&gt;Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM30 is used for table maintenance(addition or deletion of records),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all the tables in SE11 for which Table maintenance is selected , they can be maintained in SM30 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sm30 is used to maintain the table ,i.e. to delete ,insert or modify the field values and all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It creates the maintenance screen for u for the particular table as the maintenance is not allowed for the table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SE11 delivery and maintenance tab, keep the maintenance allowed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then come to the SM30 and then enter the table name and press maintain..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the authorization group if necessary and give the function group and then select maintenance type as one step and give the screen numbers as system specified..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u will able to see the maintenance view for the table in which u can able to insert and delete the table values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use SM30 transaction for entering values into any DB table.&lt;/P&gt;&lt;P&gt;First we create a table in SE11 and create the table maintenance generator for that Table using (utilities-&amp;gt; table maintenance generator) and create it.&lt;/P&gt;&lt;P&gt;Then it will create a View.&lt;/P&gt;&lt;P&gt;After that from SM30, enter the table name and Maintain, create new entries, change the existing entries for that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these links --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/message/2831202#2831202 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2262565"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1325994"&gt;&lt;/A&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="352536"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1686488"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 10:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2918415#M687145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T10:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2918416#M687146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;pls follow the link to know more about table maintenance generator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html" target="test_blank"&gt;http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it shows step-by-step method to do table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 04:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2918416#M687146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T04:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2918417#M687147</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; The system wont ask any conditions for table maintenance generator. Goto sm30 maintain the table then go to new entries tab button on the top u can enter the values in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if its helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 06:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2918417#M687147</guid>
      <dc:creator>vijy_mukunthan</dc:creator>
      <dc:date>2007-10-11T06:00:57Z</dc:date>
    </item>
  </channel>
</rss>

