‎2007 Mar 15 6:35 AM
‎2007 Mar 15 6:38 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.
Regards
Sudheer
‎2007 Mar 15 7:32 AM
ok what is authorization group and object in table maintenance generator?
‎2007 Mar 15 6:39 AM
Table maintenance generaotr is used to maintain the table entries of a database table, like Creating entries, modifying them and deleting them.
This is created using SE54 transaction and the maintenance is done via SE30 transaction.
‎2007 Mar 15 6:40 AM
Hi Kannan,
in one word Table maintenance is used to maintain data in the tables created (ZTABLE)
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
check this link --
http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
Hope this will give you some idea.
Regards,
pankaj singh
‎2007 Mar 15 6:43 AM
Hi Kannan,
refer.
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
Regards,
Priyanka.
‎2007 Mar 15 7:32 AM
ok what is authorization group and object in table maintenance generator?