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

Maintenance View

guru_gp
Member
0 Likes
1,235

What is the purpose of having the maintenance status in Database Maintenance View? (However, data is going to be manipulated in the database instead of view )

3 REPLIES 3
Read only

anujawani242683
Active Participant
0 Likes
1,136

Hi,

The purpose of maintenance view is you can give particular access to that view. If you want maintenance view should be able to read and change the existing data into database table you can do it by selecting read and change option.

If you want maintenance view should be able to perform all operation you can select that particular access of the maintenance view.

If maintenance status is not there then how we will give access to maintenance view and if i want to give only read and change access then i will not be able to do that.

Regards,

Anuja Kawadiwale

Read only

alexis_scotts
Explorer
0 Likes
1,136

A maintenance view is a special view for performing writes on multiple tables using extended table maintenance. A single maintenance view can be used to modify the content of multiple related database table consistently. A maintenance view is not defined on the database.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,136

The field help documents these fields extensively (+ links to documentation).

What don't you understand in these documentations? (what is SM30, etc.)

I think you can also find lots of existing resources and answers in the Web and in this forum.