<?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/3382501#M812113</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;It is mainly used for updating ztables. To maintain means inserting, deleting and updating the database tables. Generally updating database tables we are using standard applications XK01, MM01 etc. whereas ztables we need application program to update the ztable.  Creating such application in modulepool is very time consuming.  Intead of developing code youself, system generates code automatically by using table maitenance genrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if it is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 09:12:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-12T09:12:31Z</dc:date>
    <item>
      <title>TABLE MAINTENANCE GENERATOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382492#M812104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;     what is the use of table maintainence generator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2008 14:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382492#M812104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-10T14:35:04Z</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/3382493#M812105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to create the SE16 functionality we can do it with the table maintenance generator..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;if useful reward with points&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2008 15:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382493#M812105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-10T15:11:50Z</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/3382494#M812106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Table maintenance is used to maintain the data for that table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table maintanence generator is nothing but making a table available for adding records and deleting records. The transaction code used is &lt;STRONG&gt;SM30.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Follow below steps to create TMG.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) go to se11 check table maintanance check box under  attributes tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) utilities-table maintanance Generator-&amp;gt;create function group and assign it under function group input box.also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) select standard recording routine radio in table table mainitainence 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;&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 this dialog box appears when you click on create &lt;/P&gt;&lt;P&gt;button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) save and activate table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using sm30 you can create entries manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2008 19:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382494#M812106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-10T19:39:40Z</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/3382495#M812107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;siva kumar&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you want insert more than one record at a time in to the database table you can insert through &lt;STRONG&gt;Table maintenance Generator&lt;/STRONG&gt;. and it is used to maintain data through table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz reward if it is useful,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382495#M812107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:20:50Z</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/3382496#M812108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if we generate a table maintanance proram it iwll automatically generate module pool program and authorization checks will be taken care by that. validation also taken care by the maintanace program. it will take care of add,modifiy an deletion of the entries in the table.&lt;/P&gt;&lt;P&gt;in case of our own program we have to take care of all thos ethings like validation,authorization checks etc. it also time consuming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382496#M812108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:40:04Z</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/3382497#M812109</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;To maintain(add, delete modify) more than a one record at time table maintenance generator is useful. It is like table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kamala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382497#M812109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:38:32Z</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/3382498#M812110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table Maintenance Generator (TMG) is a tool which is used to create a equipment by which customized tables created by end users can be changed as required,such as making an entry to that table,deleating an entry etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Maintenance Generator is used to maintain the values of a table.Means we can add new records/entries and can even change the existing records.This is actually meant and easy for users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can also do this kind of activity through transaction SE16.But in realtime in Production environments, Users will not have access to SE16. So, through this table maintenance (transaction code:SM30) users can add or change the records in a table if there is a requirement to do so by getting proper approvals from their managers/management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: A custom transaction is posting the invoice amounts to a GL account say 12345. For some reason the business want the amounts to be posted to a different account 12346.In this case, if we just change the GL account and save.From next time the invoice amounts will be posted to this GL account.So, there is no necessity to change any config or the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create table maintenance generator, please try like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to SE11 and check table maintanance check box under attributes tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Go to menu Utilities -&amp;gt; Table Maintanance Generator -&amp;gt;&lt;/P&gt;&lt;P&gt;Create function group and assign it under function group input box. You can enter same as table name for function group. Also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Select standard recording routine radio in table table mainitainence generator to move table contents to quality and production by assigning it to request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Select maintenance type as single step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Maintainence screen as system generated numbers this dialog box appears when you click on create button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Save and activate table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other useful 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;/P&gt;&lt;P&gt;You can use the SM30 to maintain a table or you can create a separate custom transaction code for that table to maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a custom transaction to maintain a table,please try following:&lt;/P&gt;&lt;P&gt;Go to transaction code: SE93 and click on create.&lt;/P&gt;&lt;P&gt;Then select Parameter Transaction and give SM30 in the t.code in Default Values tab.&lt;/P&gt;&lt;P&gt;Check the checkbox Skip Initial Screen.&lt;/P&gt;&lt;P&gt;And In the default values, write:&lt;/P&gt;&lt;P&gt;VIEWNAME = (give your table name).&lt;/P&gt;&lt;P&gt;SHOW = X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, save and use the new t.code to maintina your table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382498#M812110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:42:49Z</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/3382499#M812111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table Maintenance is used to maintain the values of a custom table. Based on the requirements, one can change or add/delete the contents of the custom table.&lt;/P&gt;&lt;P&gt;Table Maintenance generator is required to do Manual entries in the Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the requirement is to update the table only programmatically and not manually then table maintenance generator is not required. &lt;STRONG&gt;Manual entries in table can be maintained (New record can be inserted / existing can be modified) using transaction SM 30, if the table maintenance for the table is generated&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382499#M812111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:50:51Z</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/3382500#M812112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T.M.G is used actually to give entries more than one which will be highly useful for the enduser while giving entries.&lt;/P&gt;&lt;P&gt;well another use is T.M.G is used for checking the foreign key relationships between the tables while giving entries.&lt;/P&gt;&lt;P&gt;Simple steps to use T.M.G is after you create your table go to utilities T.M.G and give the authorization &amp;amp;NC&amp;amp; and create a function group by using SE37 and assign the created function group for that table. Save check and activate. Then again go to table activate again to remodify the objects. Then goto utilities create entries cheers you will get table entries where you can enter more than one. + symbols are visible for each column if you want to modify the + symbols with ur fields tell me i will give you the process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 13:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382500#M812112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T13:34:32Z</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/3382501#M812113</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;It is mainly used for updating ztables. To maintain means inserting, deleting and updating the database tables. Generally updating database tables we are using standard applications XK01, MM01 etc. whereas ztables we need application program to update the ztable.  Creating such application in modulepool is very time consuming.  Intead of developing code youself, system generates code automatically by using table maitenance genrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if it is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 09:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382501#M812113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T09:12:31Z</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/3382502#M812114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go thru this...&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 13:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382502#M812114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T13:57:33Z</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/3382503#M812115</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;one of the main things abt Table Maintenance Generator is authorisation group and auth object and the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorization group allows extended authorization protection for particular objects. The authorization groups are freely definable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization objects enable you to define complex authorizations by grouping up to 10 authorization fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful,&lt;/P&gt;&lt;P&gt;teja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 14:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382503#M812115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T14:45:19Z</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/3382504#M812116</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 used to create the entries in the table. We means developers have the access only in SE11 in that also we have to enter one after one entry. But if TMG is maintained then the Production people enter the entries through SM30. Through TMG we can restrict by authorisation groups. There we are giving function group so system will create reports, includes etc. And also we can deside whether it is single step or two step. Then we can give the screen number in that it going to create a program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 14:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/3382504#M812116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T14:56:46Z</dc:date>
    </item>
  </channel>
</rss>

