<?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 generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061985#M970940</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;&lt;/P&gt;&lt;P&gt;Table Maintanance Generator is used to create/change/delete table entries in a particular table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As all of us know, we can create database tables in SAP using transaction code &lt;/P&gt;&lt;P&gt;SE11. A table can be manipulated by a program or manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating table, you will find a check box 'Table maintenance allowed'. If we &lt;/P&gt;&lt;P&gt;check that option, we can manually enter entries using SE16 or table &lt;/P&gt;&lt;P&gt;maintenance generator screen.&lt;/P&gt;&lt;P&gt;SE16 is for data browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create table maintenance generator?&lt;/P&gt;&lt;P&gt;Go to SE11, give the table name and click on change. Then Go to utilities--&amp;gt; Table &lt;/P&gt;&lt;P&gt;maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table maintenance generator screen, we should give Authorization Group, &lt;/P&gt;&lt;P&gt;Function Group name (Function Group name can be same as table name), &lt;/P&gt;&lt;P&gt;Maintenance type can be one step or two step, usually we will create with one &lt;/P&gt;&lt;P&gt;step. we should give maintenance screen number. After clicking on create button, &lt;/P&gt;&lt;P&gt;a table maintenance generator will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check it go to SM30 . In SM30, we find display, Maintain options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can view the table contents by choosing Display and we can create table &lt;/P&gt;&lt;P&gt;entries by choosing Maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we have to go for Table maintenance generator, when we can edit the table&lt;/P&gt;&lt;P&gt;by SE16 or SE11, utilities-&amp;gt;create entries?&lt;/P&gt;&lt;P&gt;Answer.&lt;/P&gt;&lt;P&gt;In the production system, end-users will not be having access to transaction &lt;/P&gt;&lt;P&gt;codes like SE11 and SE16. Developers will not be having access to many &lt;/P&gt;&lt;P&gt;transaction codes including the above two.&lt;/P&gt;&lt;P&gt;To view the contents of the database table, we will use SE16n in Production &lt;/P&gt;&lt;P&gt;system. &lt;/P&gt;&lt;P&gt;All these authorizations will be maintained by BASIS team, by creating access &lt;/P&gt;&lt;P&gt;profiles.&lt;/P&gt;&lt;P&gt;So in order to edit or create the contents of a database table, we should go for &lt;/P&gt;&lt;P&gt;table maintenance generator. In real time, authorizations will be maintained in &lt;/P&gt;&lt;P&gt;production system. (even in development and Test systems to some extent). &lt;/P&gt;&lt;P&gt;There is an audit like Sarbanes-Oxley Act for American clients, where every thing &lt;/P&gt;&lt;P&gt;will be audited by government agency. To know more about SOX, use the links on &lt;/P&gt;&lt;P&gt;the right hand side of this page.&lt;/P&gt;&lt;P&gt;The second reason is, we can edit or create multiple entries at a time, using table&lt;/P&gt;&lt;P&gt;maintenance generator.&lt;/P&gt;&lt;P&gt;Apart from that we have options like 'Enter conditions' in table maintenance &lt;/P&gt;&lt;P&gt;screen SM30. &lt;/P&gt;&lt;P&gt;While creating table maintenance generator, we find below options:&lt;/P&gt;&lt;P&gt;1. When we choose one step, we have to give the screen number in Overview Screen field. &lt;/P&gt;&lt;P&gt;2. When we choose two step, we have to give both overview screen number and single screen number.&lt;/P&gt;&lt;P&gt;You can give any number for screen. Donu2019t give 1000 screen number. As this &lt;/P&gt;&lt;P&gt;number is reserved for selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we choose two step, two screens will be created for table maintenance. For &lt;/P&gt;&lt;P&gt;single step only one screen will be created.&lt;/P&gt;&lt;P&gt;When we choose two step, table maintenance will work as follows&lt;/P&gt;&lt;P&gt;Go to SM30, give the table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed. To create entries, when you click on u2018new &lt;/P&gt;&lt;P&gt;entriesu2019. Another screen will be displayed, where you give input and save. You can &lt;/P&gt;&lt;P&gt;enter one record at a time.&lt;/P&gt;&lt;P&gt;When we choose single step, table maintenance will work as follows:&lt;/P&gt;&lt;P&gt;Go to SM30; give table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed; To create entries click on u2018new entriesu2019, you can &lt;/P&gt;&lt;P&gt;enter the records on the same screen. You can enter multiple records at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use single step generally, as it is user friendly.&lt;/P&gt;&lt;P&gt;To completely understand the difference and above points please do exercise by &lt;/P&gt;&lt;P&gt;creating table maintenance generator in both ways (using single step and two &lt;/P&gt;&lt;P&gt;step). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raghunath.S&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;9986076729&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 10:02:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T10:02:43Z</dc:date>
    <item>
      <title>table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061981#M970936</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;plz tell me while creating table maintenance generator , is it necessary to crate maintenance view . what I should write in table/view tabwhile creating table maintenance generator .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061981#M970936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061982#M970937</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;   Just write the Table name to which u r cretaing the table maintanace Genetaor!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And better to follow this procedure....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 1. After activation of table... Click Utilities in menu bar and click on Table maintanance genartor&lt;/P&gt;&lt;P&gt;&amp;gt; 2. There it will auto matically proposes table name for Table/View field&lt;/P&gt;&lt;P&gt;&amp;gt; 3. Give authorization group some thing like &amp;amp;NC&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;gt; 4. And give the existing Function group name from the Same Package &lt;/P&gt;&lt;P&gt;&amp;gt; 5.  Click Onestep maintance type ( for single screen its mandatory)&lt;/P&gt;&lt;P&gt;&amp;gt; 6. Now click on propose screen numbers in Application tool bar and select first raido button in that.&lt;/P&gt;&lt;P&gt;&amp;gt;       It wiil automatically fills the overview screen.&lt;/P&gt;&lt;P&gt;&amp;gt; 7. Finally Push the Create icon in the Appl' tool bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naveen Inuganti on Jul 10, 2008 11:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061982#M970937</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-07-10T05:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061983#M970938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ranjna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while creating table maintenance generator creation of  maintenance view is necessary. In table/view &lt;/P&gt;&lt;P&gt;you just put the name of ur table and same name in the function group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in maintenance screen you can put onestep(if u want to put all data in one time)  or two step(if u want to put data one by one). and then generate it and save.&lt;/P&gt;&lt;P&gt;one more thing if u make any change in table after creation of ur TMG , in that case u have to delete that&lt;/P&gt;&lt;P&gt;TMG and again create that so that those changes u made , can reflect. othervise changes will not reflect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope  this information will help you.&lt;/P&gt;&lt;P&gt;reward if find this useful.&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;Saurabh asthana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 08:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061983#M970938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061984#M970939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Table Maintenance generator is required to do Manual entries in the Table. &lt;/P&gt;&lt;P&gt;If the requirement is to update the table only programmatically &lt;/P&gt;&lt;P&gt;and not manually then table maint generator is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manual entries in table can be maintained ( New record can be inserted / existing can be modified )&lt;/P&gt;&lt;P&gt;using transaction SM 30, if the table maintenance for the table is generated.&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;/P&gt;&lt;P&gt;How to activate Table maint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 and open the table.&lt;/P&gt;&lt;P&gt;Click UTILITIES -&amp;gt; Table Maint. Generator, Enter the details and click on Save. Then activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Khushbu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 08:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061984#M970939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T08:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061985#M970940</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;&lt;/P&gt;&lt;P&gt;Table Maintanance Generator is used to create/change/delete table entries in a particular table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As all of us know, we can create database tables in SAP using transaction code &lt;/P&gt;&lt;P&gt;SE11. A table can be manipulated by a program or manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating table, you will find a check box 'Table maintenance allowed'. If we &lt;/P&gt;&lt;P&gt;check that option, we can manually enter entries using SE16 or table &lt;/P&gt;&lt;P&gt;maintenance generator screen.&lt;/P&gt;&lt;P&gt;SE16 is for data browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create table maintenance generator?&lt;/P&gt;&lt;P&gt;Go to SE11, give the table name and click on change. Then Go to utilities--&amp;gt; Table &lt;/P&gt;&lt;P&gt;maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table maintenance generator screen, we should give Authorization Group, &lt;/P&gt;&lt;P&gt;Function Group name (Function Group name can be same as table name), &lt;/P&gt;&lt;P&gt;Maintenance type can be one step or two step, usually we will create with one &lt;/P&gt;&lt;P&gt;step. we should give maintenance screen number. After clicking on create button, &lt;/P&gt;&lt;P&gt;a table maintenance generator will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check it go to SM30 . In SM30, we find display, Maintain options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can view the table contents by choosing Display and we can create table &lt;/P&gt;&lt;P&gt;entries by choosing Maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we have to go for Table maintenance generator, when we can edit the table&lt;/P&gt;&lt;P&gt;by SE16 or SE11, utilities-&amp;gt;create entries?&lt;/P&gt;&lt;P&gt;Answer.&lt;/P&gt;&lt;P&gt;In the production system, end-users will not be having access to transaction &lt;/P&gt;&lt;P&gt;codes like SE11 and SE16. Developers will not be having access to many &lt;/P&gt;&lt;P&gt;transaction codes including the above two.&lt;/P&gt;&lt;P&gt;To view the contents of the database table, we will use SE16n in Production &lt;/P&gt;&lt;P&gt;system. &lt;/P&gt;&lt;P&gt;All these authorizations will be maintained by BASIS team, by creating access &lt;/P&gt;&lt;P&gt;profiles.&lt;/P&gt;&lt;P&gt;So in order to edit or create the contents of a database table, we should go for &lt;/P&gt;&lt;P&gt;table maintenance generator. In real time, authorizations will be maintained in &lt;/P&gt;&lt;P&gt;production system. (even in development and Test systems to some extent). &lt;/P&gt;&lt;P&gt;There is an audit like Sarbanes-Oxley Act for American clients, where every thing &lt;/P&gt;&lt;P&gt;will be audited by government agency. To know more about SOX, use the links on &lt;/P&gt;&lt;P&gt;the right hand side of this page.&lt;/P&gt;&lt;P&gt;The second reason is, we can edit or create multiple entries at a time, using table&lt;/P&gt;&lt;P&gt;maintenance generator.&lt;/P&gt;&lt;P&gt;Apart from that we have options like 'Enter conditions' in table maintenance &lt;/P&gt;&lt;P&gt;screen SM30. &lt;/P&gt;&lt;P&gt;While creating table maintenance generator, we find below options:&lt;/P&gt;&lt;P&gt;1. When we choose one step, we have to give the screen number in Overview Screen field. &lt;/P&gt;&lt;P&gt;2. When we choose two step, we have to give both overview screen number and single screen number.&lt;/P&gt;&lt;P&gt;You can give any number for screen. Donu2019t give 1000 screen number. As this &lt;/P&gt;&lt;P&gt;number is reserved for selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we choose two step, two screens will be created for table maintenance. For &lt;/P&gt;&lt;P&gt;single step only one screen will be created.&lt;/P&gt;&lt;P&gt;When we choose two step, table maintenance will work as follows&lt;/P&gt;&lt;P&gt;Go to SM30, give the table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed. To create entries, when you click on u2018new &lt;/P&gt;&lt;P&gt;entriesu2019. Another screen will be displayed, where you give input and save. You can &lt;/P&gt;&lt;P&gt;enter one record at a time.&lt;/P&gt;&lt;P&gt;When we choose single step, table maintenance will work as follows:&lt;/P&gt;&lt;P&gt;Go to SM30; give table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed; To create entries click on u2018new entriesu2019, you can &lt;/P&gt;&lt;P&gt;enter the records on the same screen. You can enter multiple records at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use single step generally, as it is user friendly.&lt;/P&gt;&lt;P&gt;To completely understand the difference and above points please do exercise by &lt;/P&gt;&lt;P&gt;creating table maintenance generator in both ways (using single step and two &lt;/P&gt;&lt;P&gt;step). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raghunath.S&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;9986076729&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 10:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061985#M970940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T10:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061986#M970941</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 is one of the important thing which we need to take care while creating the database table by using the 'TABLE MAINTENANCE ALLOWED ' check box &lt;/P&gt;&lt;P&gt;by doinG so we can edit or change the table entries in SE16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating table maintenance we have two options &lt;/P&gt;&lt;P&gt;ONE STEP&lt;/P&gt;&lt;P&gt;TWO STEP&lt;/P&gt;&lt;P&gt;generally we use ONE STEP while cresting the table maintenance by using so we can edit multiple records at a time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details visit the below link &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;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE: REWARD IF YOU FIND USEFUL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fareed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 10:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061986#M970941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061987#M970942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjna sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When we create a table maintainance generator for updating the table automatically table maintianance view is created with the same name as table name.&lt;/P&gt;&lt;P&gt;Follwing is the link which explains you how to create a table maintainance generator.&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/TableMaintenance/demo.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/TableMaintenance/demo.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 12:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061987#M970942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T12:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061988#M970943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would find the following links useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapstore.blogspot.com/2006/11/table-maintenance-generator.html" target="test_blank"&gt;http://sapstore.blogspot.com/2006/11/table-maintenance-generator.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allinterview.com/showanswers/28326.html" target="test_blank"&gt;http://www.allinterview.com/showanswers/28326.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 13:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/4061988#M970943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T13:13:22Z</dc:date>
    </item>
  </channel>
</rss>

