‎2006 Oct 10 5:26 PM
Hi,
Can anyone give me the Idea on Table Maintainance Generator and what is the use of this?
Thanks in Advance.
‎2006 Oct 10 5:26 PM
‎2006 Oct 10 5:26 PM
‎2006 Oct 10 5:34 PM
Also check....
http://help.sap.com/saphelp_46c/helpdata/EN/a1/e45217a2f511d1a5630000e82deaaa/frameset.htm
Regards,
Rich Heilman
‎2006 Oct 10 5:28 PM
Table Maintenance Generator is used to create the maintenance view for a defined dbtable. U can change a particular Dbtable using SM31 only if their exists a maintenance view.
‎2006 Oct 10 5:31 PM
hi,
Table maintainence generator allows you to maintain values in the table.
in se11, goto utilities --> table maintenance generator
SM30 - > u can enter data into table for which maintenance is created.
please refer to this link :
‎2006 Oct 10 6:21 PM
Table Maintenance Generator is required to add/change/delete records in the table. If you have to update table using program then you don't need to have table maintenance generator but for manual update, you have to go for it. Here is the process:
Goto SE11 and open the table.
Click UTILITIES -> Table Maintenance Generator, Enter the details and click on Save and activate the table.
The Table Maintaince Generator generates a std program when activated, to INSERT/UPDATE/DELETE the records of a dictionary table.
You can maintain entries in table by using Txn SE30.
Also see: