<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: maintenance views in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621591#M1088658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maintenance status of a view controls whether data records can also be changed or inserted in the tables contained in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maintenance status can be defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;●      &lt;STRONG&gt;Read only:&lt;/STRONG&gt; Data can only be read through the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;●      &lt;STRONG&gt;Read, change, delete, insert:&lt;/STRONG&gt; Data of the tables contained in the view can be changed, deleted, and inserted through the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only read access is permitted for database views that are defined through several tables. If a database view contains only one single table, data can be inserted in this table through the view (see Inserts Through Database Views).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following status definitions are also possible for Structure link maintenance views:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;●      Read and change: Existing view entries can be changed. However, records cannot be deleted or inserted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;●      Read and change (time-dependent views): Only entries whose Structure link non-time-dependent part of the key is the same as that of existing entries may be inserted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Oct 2008 11:31:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-19T11:31:54Z</dc:date>
    <item>
      <title>maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621582#M1088649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having created the DB and projection views i was able to use them in the program as a table and get the data displayed in a report.But, when I use the maintenance view, it says the view is not defined.What are the steps to be taken into account?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked SM30 and SM54 but not having a clue as to how to proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In maintenance status- read change is checked for maintenance iview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 05:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621582#M1088649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T05:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621583#M1088650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using the maintenance view for selecting data, it is not possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 06:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621583#M1088650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T06:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621584#M1088651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case what good does maintenance view do. What is the purpose of creating one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 06:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621584#M1088651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T06:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621585#M1088652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance view is like passing the tables properties like in maintenance view we can create the records, chnage the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 06:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621585#M1088652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T06:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621586#M1088653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be a little more specific about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what are the activities to be carried on in sm30 and sm54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sandeep sagar on Oct 19, 2008 8:07 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 06:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621586#M1088653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T06:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621587#M1088654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Maintenace view" itself give you the information what it is for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it explained clearly here what is the use fo maintenance views. read it once.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/cf/21ecdf446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/cf/21ecdf446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 06:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621587#M1088654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T06:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621588#M1088655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for bothering you much, but just want to understand how we would use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 06:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621588#M1088655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T06:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621589#M1088656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to vijay i hope you might have got the answer.&lt;/P&gt;&lt;P&gt;Still check the below link you might satisfy completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecdf446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecdf446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 06:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621589#M1088656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T06:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621590#M1088657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that makes sense how to create and all but what is the purpose it serves isnt clear yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 11:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621590#M1088657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T11:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621591#M1088658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maintenance status of a view controls whether data records can also be changed or inserted in the tables contained in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maintenance status can be defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;●      &lt;STRONG&gt;Read only:&lt;/STRONG&gt; Data can only be read through the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;●      &lt;STRONG&gt;Read, change, delete, insert:&lt;/STRONG&gt; Data of the tables contained in the view can be changed, deleted, and inserted through the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only read access is permitted for database views that are defined through several tables. If a database view contains only one single table, data can be inserted in this table through the view (see Inserts Through Database Views).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following status definitions are also possible for Structure link maintenance views:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;●      Read and change: Existing view entries can be changed. However, records cannot be deleted or inserted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;●      Read and change (time-dependent views): Only entries whose Structure link non-time-dependent part of the key is the same as that of existing entries may be inserted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 11:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4621591#M1088658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T11:31:54Z</dc:date>
    </item>
  </channel>
</rss>

