<?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: regarding Table maintenance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612491#M599410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi subash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past when users have needed access to a table for maintenance purpos &lt;/P&gt;&lt;P&gt;es we have developed a solution. General access to SM30 is not desirable so &lt;/P&gt;&lt;P&gt;we built a maintenance dialogue front end on the table with authorisation &lt;/P&gt;&lt;P&gt;object and a custom transaction, and then gave the transaction and the auth &lt;/P&gt;&lt;P&gt;orisation to the user. This way he could only access that one table whereas &lt;/P&gt;&lt;P&gt;with SM30 he could have run wild through every table in the system. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please close u r threads if solved &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2007 05:58:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-09T05:58:17Z</dc:date>
    <item>
      <title>regarding Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612487#M599406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of Table maintenance generator????&lt;/P&gt;&lt;P&gt;In real time where we use it exactly????&lt;/P&gt;&lt;P&gt;suitable answer rewarded with Maximum points?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 12:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612487#M599406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T12:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612488#M599407</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;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 12:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612488#M599407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T12:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612489#M599408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     In real we will not use the concept of create entries which is the menu...So for that purpose we will use Table maintanence generator..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There we want to specify the function group name inside the maintanence generator..After givening it activate tht thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then goto sm30 means automatically the table name will be displayed and u want to press maintain-inside new entries to insert the values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWAD IF USEFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 12:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612489#M599408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612490#M599409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     More than one record we can insert in table maintanence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 12:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612490#M599409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T12:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612491#M599410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi subash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past when users have needed access to a table for maintenance purpos &lt;/P&gt;&lt;P&gt;es we have developed a solution. General access to SM30 is not desirable so &lt;/P&gt;&lt;P&gt;we built a maintenance dialogue front end on the table with authorisation &lt;/P&gt;&lt;P&gt;object and a custom transaction, and then gave the transaction and the auth &lt;/P&gt;&lt;P&gt;orisation to the user. This way he could only access that one table whereas &lt;/P&gt;&lt;P&gt;with SM30 he could have run wild through every table in the system. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please close u r threads if solved &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 05:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/2612491#M599410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T05:58:17Z</dc:date>
    </item>
  </channel>
</rss>

