<?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: Table maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721563#M631414</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;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 12:31:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T12:31:42Z</dc:date>
    <item>
      <title>Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721562#M631413</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;There are two ways to maintain Data records in a table :&lt;/P&gt;&lt;P&gt;1. By program : using insert/delete/modify or update statement. &lt;/P&gt;&lt;P&gt;2. By table maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the advantage or disadvantage of one process to another. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Abhishek Sarkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721562#M631413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T12:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721563#M631414</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;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721563#M631414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T12:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721564#M631415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarkar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u doing in program then it is possible to lock the table before doing operation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in table maintainance generator i think the locking mechanism dont apply here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721564#M631415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T12:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721565#M631416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Data updation in SAP was always preferred to enter through the Transaction Screen, since it will take care of screen/field validations automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not advisable to update the data into SAP tables using the SQL commands like UPDATE/INSERT/MODIFY &lt;/P&gt;&lt;P&gt;so we use Transactions to update the data into SAP.&lt;/P&gt;&lt;P&gt;similar way is the Table maintenace generator, through which we enter data using SM30 screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table maintanance Generator is used to manually&lt;/P&gt;&lt;P&gt;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 maintanance check box under &lt;/P&gt;&lt;P&gt;attributes tab&lt;/P&gt;&lt;P&gt;2) utilities-table maintanance Generator-&amp;gt;&lt;/P&gt;&lt;P&gt;create function group and assign it under&lt;/P&gt;&lt;P&gt;function group input box.&lt;/P&gt;&lt;P&gt;also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;3) &lt;/P&gt;&lt;P&gt;select standard recording routine radio in table&lt;/P&gt;&lt;P&gt;table mainitainence generator to move table&lt;/P&gt;&lt;P&gt;contents to quality and production by assigning &lt;/P&gt;&lt;P&gt;it to request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select maintaience type as single step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) maintainence screen as system generated numbers&lt;/P&gt;&lt;P&gt;this dialog box appears when you click on create &lt;/P&gt;&lt;P&gt;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;&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;&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;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;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721565#M631416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T12:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721566#M631417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    Thanks for your replies. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Firstly, I know how to create table maintenance. So let us not spend time on discussing that. I don&amp;#146;t have any confusion about how to create table maintenance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Secondly, what I know and what I researched, when we create table maintenance, one custom function group is create by SAP which only use some sophisticated mechanism ( by creating user friendly screen and all) to update or create table entries. But ultimately these custom function groups also use insert/update/delete command in lower level to update a table. As in the database levels there are not others commands except insert/update/delete/modify to update a table entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    So it is the only advantages that we are getting a readymade code to maintain table by table maintenance which are optimized as created by SAP or there is something beyond that. &amp;lt;b&amp;gt;Can any one please give any light on that?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2721566#M631417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T12:55:45Z</dc:date>
    </item>
  </channel>
</rss>

