‎2007 Jul 27 2:24 PM
what is the purpose of a table maintenance generator,can any body send some important SOME IMPORTANT DESCRIPTION AND VARIOUS OPERATIONS THAT CAN BE PERFORMED THROUGH TABLE MAINTENANCE GENERATOR.
‎2007 Jul 27 2:54 PM
‎2007 Jul 27 2:26 PM
‎2007 Jul 27 2:32 PM
Hi,
Table Maintenance Generator allows us to make a table maintainable(Add Records, Modify Records, Delete Records).
Procedure to create a Table maintenance for a database table
Go to se11 enter table name and say change
Go to utilities Table Maintenance Generator you will see a screen here. click on the create button.. then Enter the Autorization group (&NC&) and enter function group (YOu can create function group in se37 or se80) then select the single step option and enter some number in overview screen . and save
To maintain the entries in this table .. goto tcode sm30 and give the table name and click maintain button and you are in to mainting the table entries
Thanks
mahesh
‎2007 Jul 27 2:36 PM
Hi Sandy,
The table maintenace generator is used to change the values of the table
use transaction se54 to create one maintenance generator for a table
also use sm30 to display the values of the table
from SE11 , enter the table name and then click on change, then in the menu Utilities->Table maintenance Generator.
give authorization group,Function Group, Sngle screen(radio Button),Mainitenance screen no, and Standard Recording Routine Radio Button ..
and save it.
and then Go to SM30 and check it with the same name.
<b>Reward Points If Useful*</b>
‎2007 Jul 27 2:54 PM