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 maintanence

Former Member
0 Likes
855

can anybody explain what is the purpose of table maintanence.For what tables it will be used.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
835

Hi,

Table maintainence is used to maintain the custom tables.

Using table maintenence you can insert, modify, delete and perform all other tasks related to tables.

You can create the table maintenence using se11--> zXXX(table name) >utilities> table maintenence generatot. and create your table maintenece for your custom table.

You can maintain your table through t-code sm30.

Regards,

Vinod.

can anybody explain what is the purpose of table maintanence.For what tables it will be used.

7 REPLIES 7
Read only

Former Member
0 Likes
836

Hi,

Table maintainence is used to maintain the custom tables.

Using table maintenence you can insert, modify, delete and perform all other tasks related to tables.

You can create the table maintenence using se11--> zXXX(table name) >utilities> table maintenence generatot. and create your table maintenece for your custom table.

You can maintain your table through t-code sm30.

Regards,

Vinod.

Read only

Former Member
0 Likes
835

Hi

It's a tool to generate a program for the maintenance: to insert/update/delete the hits of a table.

In this way it takes few time to create a program (with a status gui with all functionalities you can need). U'll take many time to create a program like that by yourself.

It can be created for transparent and view tables.

Max

Read only

Former Member
0 Likes
835

Hi,

Table maintenance can be used to insert, change, delete records of a table for which the table maintenance screens are generated..

It can be used for tables which has table maintenance..

Thanks,

Naren

Read only

Former Member
0 Likes
835

Hi Mani,

Please close the thread if your issue is solved..

orelse let us know if you have any more issues regarding this.

Regards,

Vinod.

Read only

Former Member
0 Likes
835

Hi,

As the endusers do not have authorization to se11/se16 for inserting, modifying and deleting the records.

the table maintenance is created for them so the by sm30 that can do all these operation.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
835

Hi,

If you want to validate the fields of the table[for eg., employee no. should start with 'E'],you can write your own validations in the program if you generated table maintenance.

Read only

Former Member
0 Likes
835

hi

good

SM31 Table Maintenance

Table Maintenance Generator is used to create the maintenance view for a defined dbtable. U can change a particular Dbtable using SM31 only if their exists.

THANKS

MRUTYUN^