Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Maintainance Generator!!

Former Member
0 Likes
603

Hi,

Can anyone give me the Idea on Table Maintainance Generator and what is the use of this?

Thanks in Advance.

6 REPLIES 6
Read only

Former Member
0 Likes
526

Hi,

Table maintenance generator is used to create screen to maintain values in a table. Once you create maintenance generator, you can goto transaction SM30 and add data to table .

table maintainence generator

REgards,

Santosh

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
526

TMG is a tool included in the ABAP dictionary which allows you to generated a maintenance program for your table. Once the TM is generated, you can then maintain the values of the table via SM30.

Regards,

RIch Heilman

Read only

Read only

Former Member
0 Likes
526

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.

Read only

Former Member
0 Likes
526

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 :

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

Read only

Former Member
0 Likes
526

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:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...