‎2007 Mar 05 5:18 PM
waht is the transaction code for table maintenance generator and waht is its purpose
‎2007 Mar 05 5:20 PM
Hi,
You can use SE11 and SE54 to generate table maintenance generator.
It is used for updating tables. i.e deleting, updating and inserting data into tables via SM30.
Regards,
Ferry Lianto
‎2007 Mar 05 5:20 PM
Hi Sripathi,
You can use SE11 or SE54 to create table maintenance generator and it is used to update that tables by peforming action like inserting entries, deleting entries through SM30
In SE11, the path to create table maintenance generator is Utilities -> Table Maintenance Generator
Thanks,
Vinay
‎2007 Mar 05 5:20 PM
Hi,
The table maintenance generator tcode is SE54..
You can go from SE11..Give the table name..press change..UTILITIES -> TABLE MAINTENANCE GENERATOR..
Table maintenance generator will generate screens for maintaining the table entries.. which can be maintained in SM30..
Thanks,
Naren
‎2007 Mar 05 11:52 PM
hi,
Check these threads:
For further help look into these links
http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm
http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm
To Maintain the data through SM30(View maintainance) for updating database tables.
. go to se11
2. se11 -> utilities -> table maintenance generator (TMG). or SE55.
3. select authorization group. function group(must) and then click on PROPOSE SCREEN NUMBERS on application tool bar.
4. click on create button on application tool bar. dont worry about other things like recording routine etc.
go to se11.
utilities--->table maintinence genrator.
it come to a screen it show all information regarding that.
hope this helps you.
sri
‎2007 Mar 06 2:43 AM
Hi,
We can even make use of the validations required for some fields thro' table maintenance,while creating the entry.
If some fields need to be populated automatically while creating an record in a database,we can make use of table maintenance for this purpose.
You can create your own module for checking validation and you can display the default values when new entry is pressed.
Step 1: Create table maintenance by
SE11->change mode of a table->Utlities->Table maintenance Generator
Step 2:Click create button by giving Authorization group,Function group and Maintenance Steps[fill the screen nos.]
Step 3:THen generate it.
Step 4:In the screen,click Fn.Gr Text push button.
Step 5:Uncomment the includes PAI and PBO and give them valid names.
Step 6: In PBO include,create your own module and code for the requirements.
Step 7: In PAI include,create your own module and code for the validations appropraitely.
Kindly reward points by clicking the star on the left of reply,if it helps.