‎2008 Jun 26 7:46 AM
Hi everyone
i would like to know what is a table maintenance generator? whats the use of it...
‎2008 Jun 26 7:53 AM
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.
once u create a table maintenanace generator for any table then u can maintain entries thru sm30.
it is generally used for master tables.
reward points if u find answer useful.
regards,
kartik
Edited by: kartik tarla on Jun 26, 2008 8:54 AM
‎2008 Jun 26 8:07 AM
Table Maintenance Generator is to Create/Change/Delete the table entries.
Actually main difference in se16,se11 and sm30.
SE11 and SE16 is basically used by technical person.This tcode are mostly not allowed in production system.
But SM30 genrally used by functional consultant or key users
and allowed in production system.
As well as it is a genrator of table view.So there are certain need for creation of table maintaince genrators,
‎2008 Jun 26 8:17 AM
hi,
The Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator.
This specifies the screens to be created in the Table Maintenance Program.
Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.
Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.
pls reward if helpful,
rajyalakshmi
‎2008 Jun 26 8:23 AM
‎2008 Jun 26 8:24 AM
HI,
Using Table maintainence generator we can enter more that one value and also we can change.
se11>created table>utilities-->table maintainence Generator..
here is the link which will give you details abt the Table maintain generator..
URLhttp://www.saptechnical.com/Tutorials/ABAP/TableMaintenance/demo.htm
Thanks,
Nelson
‎2008 Jun 26 8:55 AM
Hello,
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.
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
SM30 is the transaction code to create table maintenance generator.
*Hope this answers your question
Reward if useful
Regards,
Bhumika
‎2008 Jun 26 8:58 AM
Ravi,
i hope this would not hurts you.
As we all have work on our dest we all replying in SDN side by side when we got time.
please try to search in search of SDN am sure you will get your answer.this question has asked zillien of time before.
this is my request.
Amit.
‎2008 Jun 26 11:00 AM
Hi Ravi,
Table maintance generator is nothing but functiionality used to maintain database tables.
Moreover it provides us the authorization of data fields as we need to mention the authorization group there, to know more about autorization use F1 help.
table maintance generator is under utilities tab in transaction SE11==>database tables.
hope this information will help you.
‎2008 Jun 26 2:56 PM
Hi Ravi.
You can generate database table and views maintenance views to maintain customizing data.
You can create, change and delete customizing data with these maintenance generator.
You can also use maintenance generator for customer database table and maintenance views.
There are actually 2 views which we use in tables commonly.
Which are Database view and other is Maintenance view.
Maintenance view allow us to maintain data of an application preferably object.
To generate the maintenance dialog for a table or view:
Utilities-> Choose Development -> Other tools -> Gen.tab. maint. dialog.
You go to the maintenance transaction initial screen.
Enter the name of the table or view.
Choose Generated objects.
Choose Create/Change.
Confirm the maintenance module creation prompt.
Enter the generation data:
Reward Points if helpfull
Regards Harsh.