<?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: Create display-only view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044029#M720527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i got the same problem once &lt;/P&gt;&lt;P&gt;for me it occured for report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for my report i had selected that dailog programing option . then at that time it acted in the same as ur getting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then at that time i had changed that option aa for report program than it executed sucessfuly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i am mean to say is . that option is not correct for ur program so plz change it once and use that report program option i think it may succed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2007 11:10:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-06T11:10:14Z</dc:date>
    <item>
      <title>Create display-only view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044023#M720521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a table view transaction to an ODS / DSO table in BW.&lt;/P&gt;&lt;P&gt;I'm assuming the same steps, -&amp;gt; table maintenance generator,&lt;/P&gt;&lt;P&gt;but I'm not very sure since this is supposed be a display only view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 09:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044023#M720521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T09:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create display-only view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044024#M720522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need not go to table maintenence generator. Go to SE11 and in delivery/maintenence attributes specify maintenence not allowed. then only display will come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rama Jyothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 10:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044024#M720522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T10:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create display-only view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044025#M720523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importance/Use of Views&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data for an application object is often distributed on several database tables. Database systems therefore provide you with a way of defining application-specific views on the data contained in several tables. These are called views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data from several tables can be combined in a meaningful way using a view (join). You can also hide information that is of no interest to you (projection) or only display those data records that satisfy certain conditions (selection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A view is a logical view on one or more tables, that is, a view is not actually physically stored, instead being derived from one or more other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data of a view can be displayed exactly like the data of a table in the extended table maintenance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 10:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044025#M720523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T10:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create display-only view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044026#M720524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SE11 Database projection view creation slipped my mind.&lt;/P&gt;&lt;P&gt;I've created a display only view in SE11, but now i need to link it to a custom transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a trnasaction code in Se93, I'm not sure to select either&lt;/P&gt;&lt;P&gt;- Program and screen (dialog transaction)&lt;/P&gt;&lt;P&gt;- Progran and selection screen (report transaction)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the looks of the generated view program in SE80, it looks like a dialog program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway here are the results.&lt;/P&gt;&lt;P&gt;When i run the transaction created for a dialog trnasaction, it shows the selcetion fields of the view. When clicking F8, it doesn't show me results but brings me back to the SAP easy access menu. Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the transaction created for a report &lt;/P&gt;&lt;P&gt;I get to the selection screen fields, press F8, but the screen doesn't change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm very sure there are values in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I can access the view with selection fields using the transactio but when executing it it does not show me any values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 10:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044026#M720524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create display-only view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044027#M720525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this when ur creating the TCODE there will be 3 check boxes available in that blow in that screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select that check boxes &lt;/P&gt;&lt;P&gt;then this problem won't face again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Program and screen (dialog transaction)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this one only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 10:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044027#M720525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T10:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create display-only view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044028#M720526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've checked the 3 checkboxes and used "Program and screen (dialog trnasaction)"&lt;/P&gt;&lt;P&gt;but it still does not work.&lt;/P&gt;&lt;P&gt;After running the transaction and pressing F8 it quits to SAP menu when pressing F8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 10:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044028#M720526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T10:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create display-only view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044029#M720527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i got the same problem once &lt;/P&gt;&lt;P&gt;for me it occured for report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for my report i had selected that dailog programing option . then at that time it acted in the same as ur getting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then at that time i had changed that option aa for report program than it executed sucessfuly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i am mean to say is . that option is not correct for ur program so plz change it once and use that report program option i think it may succed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 11:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-display-only-view/m-p/3044029#M720527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T11:10:14Z</dc:date>
    </item>
  </channel>
</rss>

