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 maintenance generator

Former Member
0 Likes
1,348

Hi all,

what is the need of table maintenance generator. if i won't maintain what are the disadvantages?

Regards

Venkat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,031

Hi Venkat,

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.

Go to SE11, give the table name and click on change. Then Go to utilities--> Table maintenance generator.

https://forums.sdn.sap.com/click.jspa?searchID=12043942&messageID=2272486

Regards,

Chandra Sekhar

7 REPLIES 7
Read only

Former Member
0 Likes
1,031

once created the custom tables, we need to maintain records, for client point of view, he does not know exact funtionality . so we will maintain custom transaction Z* with SM30 , and provide required autherizations. we can can also added validations(by using EVENTs) in that as client requirement.

Rgs Venkat

Read only

Former Member
0 Likes
1,032

Hi Venkat,

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.

Go to SE11, give the table name and click on change. Then Go to utilities--> Table maintenance generator.

https://forums.sdn.sap.com/click.jspa?searchID=12043942&messageID=2272486

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
1,031

Hi Venkata.

I would like to suggest my opinion,

Need for TMG.

It's Advantages and Disadvantages can be found by Searching the SDN Database.

You will surely find your solution and hope that can be a better choice.

Hope you take this positively.

Good Luck & Regards.

Harsh Dave

Read only

Former Member
0 Likes
1,031

Hi Friend ,

The main purpose of Table Maintenance Generator is to

Create/Change/Delete the table entries with out writing any

code. When ever we create table maintenance generator it

will generate a standard program.

it is for adding muiltiple records at a time in the table

How to do the Table Maintenance Generator .

Go to SE11, give the table name and click on change. Then Go to utilities--> Table

maintenance generator.

In the table maintenance generator screen, we should give Authorization Group,

Function Group name (Function Group name can be same as table name),

Maintenance type can be one step or two step, usually we will create with one

step. we should give maintenance screen number. After clicking on create button,

a table maintenance generator will be created.

To check it go to SM30 . In SM30, we find display, Maintain options.

We can view the table contents by choosing Display and we can create table

entries by choosing Maintain.

Girish

Read only

Former Member
0 Likes
1,031

thank you all.

Regards

Venkat

Read only

Former Member
0 Likes
1,031

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.

SM30 is the transaction code to create table maintenance generator.