‎2008 Aug 18 6:00 AM
Hi all,
what is the need of table maintenance generator. if i won't maintain what are the disadvantages?
Regards
Venkat
‎2008 Aug 18 6:08 AM
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
‎2008 Aug 18 6:08 AM
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
‎2008 Aug 18 6:08 AM
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
‎2008 Aug 18 6:12 AM
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
‎2008 Aug 18 6:13 AM
‎2008 Aug 18 6:41 AM
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
‎2008 Aug 18 7:14 AM
‎2008 Aug 20 1:37 PM
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.