‎2008 Jul 10 5:17 AM
Hi experts !
plz tell me how i can generate table maintenance generator .
‎2008 Jul 17 7:52 AM
hi,
go to se11, give the name of a table for which you want to create maintenance generator.
then go to Utilities > Table maintenance generator.
thanks
Sachin
‎2008 Jul 10 5:29 AM
hi..
go to se11...in utitlities you have the option of generating tabl maintainence..
give authorisation group nad function group..function group can be same as your table name.
in recording routine go for 2nd option i.e.no user recording routine
thats it...
‎2008 Jul 10 5:43 AM
Check Out details in following Link
http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
‎2008 Jul 10 6:06 AM
Hi,
Go to Se11 > Utilities > Table maintainence Genrator
Put Authorization Group and Function Group Name same as table name.
Fill in the maintainence screen block as per the requirement.
Click on create.
Then save it.
Thanks.
Swati.
‎2008 Jul 10 6:22 AM
‎2008 Jul 10 6:33 AM
Table Maintenance generator is required to do Manual entries in the Table.
If the requirement is to update the table only programmatically
and not manually then table maint generator is not required.
Manual entries in table can be maintained ( New record can be inserted / existing can be modified )
using transaction SM 30, if the table maintenance for the table is generated.
http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
How to activate Table maint.
Goto SE11 and open the table.
Click UTILITIES -> Table Maint. Generator, Enter the details and click on Save. Then activate the table.
Thanks,
Khushbu.
‎2008 Jul 10 6:37 AM
Hi Ranjna.
To Go for TMG - Table Maintenance Generator you can go for Transaction SE 54 or SE11 and SM30 for maintaining Table views.
To create Table maintenance through SE11.
Check this out: [Tutorial for Table Maintenance Generator|http://saptechnical.com/Tutorials/ABAP/TableMaintenance/demo.htm]
Good Luck.
Harsh
‎2008 Jul 10 6:45 AM
Hi Ranjana,
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.
for details please check
Creation of 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
(Ref Link: [http://www.saptechies.com/how-to-create-table-maintenance-generator/])
regards,
Anirban Bhattacharjee
‎2008 Jul 10 9:40 AM
Hi,
for generating table maintenance generator. follow the procedure:
in se11 > utilities> table maintenance generator.
then table/view give name of table. fill authorization group generally &nc& is filled i.e. w.o authorization group.or fill according to ur requirment . then in funtion group fill ur table name.
then in maintenance screen fill one step or two step and fill overview screen and single screen with numeric value. and then generate it. and save
Regards
saurabh
‎2008 Jul 10 12:20 PM
Hi Ranjina,
Please use the followink link which explains you step by step procedure to create table maintainance generator.
http://saptechnical.com/Tutorials/ABAP/TableMaintenance/demo.htm
Thanks,
Naveen Kumar.
‎2008 Jul 11 6:43 AM
Hi,
Go to SE11.After activating your z table. go to utilities tab.
Under utilities tab you will find table maintance generator.
in this maintain all the fields reqd.
Means authorization group, function group same as table name
screen number and number of steps.
to know more about these things use F1 help.
Hope this will help you.
Thanks & Regards,
Rajesh Kumar
‎2008 Jul 17 6:40 AM
HI.
For table maintenance generator
GO to se11 > Utilities > Table maintenance generator.
then fill up authorization group and function group as table name.
then you can choose maintenance type as single step or double step.
IN ONE STEP... you need to provide overview screen only. It allows you to enter as many records you want to insert into table at one go.
IN TWO STEP...You need to provide overview screen and also single screen. The latter should be greater than the previous. It allows you to insert the data one by one only. It would not allow you to insert many records at one go.
Thanks
Nitesh
‎2008 Jul 17 7:52 AM
hi,
go to se11, give the name of a table for which you want to create maintenance generator.
then go to Utilities > Table maintenance generator.
thanks
Sachin