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 MAINTENENCE VIEW

Former Member
0 Likes
818

WHAT IS THE USE OF TABLE MAINTENANCE VIEW?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
795

Hi Suresh,

Tcode for Table Maintenance View is SM30.

Using this transaction, we can add/change/delete records in a table.

Though we can code and use a program to add/change/delete a recorld in a table, it is very easy to use this transaction to do the same job with less efforts.

But we need to have the authorization to use this transaction.

Hope this helps.

Please reward if this is useful.

Thanks,

Srinivasa

Hi Suresh,

Tcode for Table Maintenance View is SM30.

Using this transaction, we can add/change/delete records in a table.

Though we can code and use a program to add/change/delete a recorld in a table, it is very easy to use this transaction to do the same job with less efforts.

But we need to have the authorization to use this transaction.

Hope this helps.

Please reward if this is useful.

Thanks,

Srinivasa

6 REPLIES 6
Read only

Former Member
0 Likes
795

generally, user doesnot have access to SE11...so they can't create table entries...

when u maintain a table maintenance view, users can go to SE30 and specify the name and can add/delete/modify the table entries...

Read only

Former Member
0 Likes
795

It is one way of providing the user an option to update the data in a databse table.

Regards,

Ravi

Read only

RaymondGiuseppi
Active Contributor
0 Likes
795

These are used to create small and low effort program to maintain a small volume of data, insuring whole respect of data specified in a table/view.

Look at <a href="http://help.sap.com/saphelp_46c/helpdata/en/38/81c1351181b73fe10000009b38f839/frameset.htm">Maintenance Views</a>

Regards

Read only

Former Member
0 Likes
796

Hi Suresh,

Tcode for Table Maintenance View is SM30.

Using this transaction, we can add/change/delete records in a table.

Though we can code and use a program to add/change/delete a recorld in a table, it is very easy to use this transaction to do the same job with less efforts.

But we need to have the authorization to use this transaction.

Hope this helps.

Please reward if this is useful.

Thanks,

Srinivasa

Read only

Former Member
0 Likes
795

Hi Suresh,

Table Maintenance view is mainly used to provide the user an option to update the table.

With table maintenance, if you include date and time, that can be updated automatically, whenever the user changes the existing record or adds any new record.

This will be useful for their future reference too.

Hope this will be useful for you.

Thanks and Regards,

Archana

Read only

Former Member
0 Likes
795

Hi,

After create the table to enter data in the table using Table maintenece view

Using SM31.

To create Table Maintence generator after completed the table goto ->

utilities->Table Maintenece generator.

Regards,

padmaja