‎2006 May 22 11:05 AM
HI,
What is the various usage of table maintenance generator and how do decalre the table maintenance generator.
bye,
ravi.
‎2006 May 22 11:13 AM
hi
the table maintenace generator is used to change the values of the table
use transaction se54 to create one maintenance generator for a table
also use sm30 to display the values of the table
‎2006 May 22 11:14 AM
Hi,
from SE11 , enter the table name and then click on change, then in the menu Utilities->Table maintenance Generator.
give authorization group,Function Group, Sngle screen(radio Button),Mainitenance screen no, and Standard Recording Routine Radio Button ..
and save it.
and then Go to SM30 and check it with the same name.
regards
vijay
‎2006 May 22 11:17 AM
‎2006 May 22 1:32 PM
from SE11 , enter the table name and then click on change, then in the menu Utilities->Table maintenance Generator.
give authorization group,Function Group, Single screen(radio Button),Mainitenance screen no, and Standard Recording Routine Radio Button ..
or goto se54...
regards
gunjan
reward points if it helps
gunjan
‎2006 May 22 11:20 AM
Hi Ravi,
Table maintenance generator is used to create screen to maintain values in a table. Once you create maintenance generator, you can goto transaction SM30 and add data to table .
Check the following blog on table maintenance:
/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance
check the following link table maintenance:
http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
Regards,
Archana
‎2006 May 22 7:09 PM
Hi Ravi,
Here is an extension to table maintenance generator.
Generally for inserting new records into custom table thru transaction SM30, we need to enter all the values manually and save the record.
When certain data for the key fields needs to be populated automatically while creating entries, the steps involved are:
Maintaining the subroutine in view V_TVIMF for a particular custom table.
Logic for extracting relevant data for the fields entered, when user press enter button.
Check this blog for more information on extracting data in table maintenance.
/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance
Hope this will give you some idea.
Regards,
Vicky
PS: Award points if helpful