<?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: ABAP Views using in Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085423#M99157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi here are the steps.&lt;/P&gt;&lt;P&gt;go to se11. create the view by considerings fields from more than one table.&lt;/P&gt;&lt;P&gt;consider MANDT also for this.&lt;/P&gt;&lt;P&gt;then write select statements over this view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Dec 2005 11:04:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-26T11:04:47Z</dc:date>
    <item>
      <title>ABAP Views using in Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085419#M99153</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;I am going to create a report using &amp;lt;b&amp;gt;Views&amp;lt;/b&amp;gt; concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know about Views concept. How i have to create view. how can i use the same in program for more than one table.&lt;/P&gt;&lt;P&gt;Please send me a sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that i will get answer soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u feel free send your answers to my id nemalapp@bsci.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Prabhakararao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2005 09:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085419#M99153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-26T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Views using in Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085420#M99154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prabhakara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Views &lt;/P&gt;&lt;P&gt;   U can create them thru se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In views, u can use&lt;/P&gt;&lt;P&gt;   one table, or more than one table&lt;/P&gt;&lt;P&gt;   and link them with common fields.&lt;/P&gt;&lt;P&gt;  (Do not forget to take into consideration&lt;/P&gt;&lt;P&gt;   MANDT field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. U can use them in abap sql &lt;/P&gt;&lt;P&gt;   just like any other table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it  helps.   &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2005 09:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085420#M99154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-26T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Views using in Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085421#M99155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can create view in SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on view radiobutton .u need to have the access key to create.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2005 09:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085421#M99155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-26T09:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Views using in Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085422#M99156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to SE11 and click on the view radio button. click create and u get 4 type of views. select database views. database views  are created using "INNER JOINS".&lt;/P&gt;&lt;P&gt;in "table/joins conditions " screen, give the two table names which you to join using views.And then in "view flds" tab, give the field names u want to use.&lt;/P&gt;&lt;P&gt; hope this  is clear.&lt;/P&gt;&lt;P&gt; if any doubts u can mail.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt; Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2005 09:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085422#M99156</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2005-12-26T09:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Views using in Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085423#M99157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi here are the steps.&lt;/P&gt;&lt;P&gt;go to se11. create the view by considerings fields from more than one table.&lt;/P&gt;&lt;P&gt;consider MANDT also for this.&lt;/P&gt;&lt;P&gt;then write select statements over this view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2005 11:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-views-using-in-programming/m-p/1085423#M99157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-26T11:04:47Z</dc:date>
    </item>
  </channel>
</rss>

