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 generator

Former Member
0 Likes
894

HI,

What is the various usage of table maintenance generator and how do decalre the table maintenance generator.

bye,

ravi.

6 REPLIES 6
Read only

Former Member
0 Likes
634

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

Read only

Former Member
0 Likes
634

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

Read only

rahulkavuri
Active Contributor
0 Likes
634

Read only

0 Likes
634

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

Read only

Former Member
0 Likes
634

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

Read only

Former Member
0 Likes
634

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