Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

table maintenance genrator

Former Member
0 Likes
794

what is table maintenace generator? plz explain.

6 REPLIES 6
Read only

Former Member
0 Likes
744

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

Read only

0 Likes
744

ok what is authorization group and object in table maintenance generator?

Read only

Former Member
0 Likes
744

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.

Read only

Former Member
0 Likes
744

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

Read only

Former Member
0 Likes
744

ok what is authorization group and object in table maintenance generator?