‎2022 Jul 20 4:39 AM
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 )

‎2022 Jul 20 5:11 AM
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
‎2022 Jul 20 5:29 AM
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.
‎2022 Jul 20 7:20 AM
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.