<?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 view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260505#M147421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot directly use a Maintenance View in your report. However, in case you want to execute it and present the user with the maintenance screen, you can call transaction SM30 after setting parameters VIEWNAME as 'V_001_S' and UPDATE as 'X'. Here you will have to skip the first screen. This can easily be achieved by defining a new T-code with these settings and then calling this T-code from inside of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Foe extracting data from a view it has to be a Projection or a Database View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB: Please do reward points if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2006 06:23:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-06T06:23:20Z</dc:date>
    <item>
      <title>Maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260500#M147416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     How can we define the maintenance view (V_001_S) in program?Is it in Tables or Views? How to define? Give with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 04:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260500#M147416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T04:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260501#M147417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviya,&lt;/P&gt;&lt;P&gt;I think you can't use Maintenance View in your ABAP program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 04:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260501#M147417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T04:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260502#M147418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi silvliya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. data : V_001_S like table of V_001_S with header line.&lt;/P&gt;&lt;P&gt;   we can define like  this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;2. Sorry,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;we can define like this,&lt;/P&gt;&lt;P&gt;but, we cannot use SELECT * from V_001_S&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;(when we define it won't give any error,&lt;/P&gt;&lt;P&gt;but when we try to use select * ,&lt;/P&gt;&lt;P&gt;it will give error)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;bcos,&lt;/P&gt;&lt;P&gt;its a maintenance view&lt;/P&gt;&lt;P&gt;ie. its a collection of screens for&lt;/P&gt;&lt;P&gt;facilitation data entry into the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not a database view / projection view,&lt;/P&gt;&lt;P&gt;bcos such view actuaally&lt;/P&gt;&lt;P&gt;exist in the backend database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 04:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260502#M147418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T04:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260503#M147419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviya,&lt;/P&gt;&lt;P&gt;  You can either use &amp;lt;b&amp;gt;Projection view or DATAbase view&amp;lt;/b&amp;gt;..&lt;/P&gt;&lt;P&gt;i dont think we can use Maintenace...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 04:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260503#M147419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T04:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260504#M147420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use only databse view/ projection view in ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to use a view, u can use the statement TABLES only. there is no statement like VIEW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 04:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260504#M147420</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-06T04:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260505#M147421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot directly use a Maintenance View in your report. However, in case you want to execute it and present the user with the maintenance screen, you can call transaction SM30 after setting parameters VIEWNAME as 'V_001_S' and UPDATE as 'X'. Here you will have to skip the first screen. This can easily be achieved by defining a new T-code with these settings and then calling this T-code from inside of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Foe extracting data from a view it has to be a Projection or a Database View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB: Please do reward points if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 06:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1260505#M147421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T06:23:20Z</dc:date>
    </item>
  </channel>
</rss>

