<?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 creating a view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422192#M1050266</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;i want to create view between two tables.&lt;/P&gt;&lt;P&gt;what is t.code to use creating a view?&lt;/P&gt;&lt;P&gt;and give me one example for created view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;srii.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 01:03:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-09T01:03:07Z</dc:date>
    <item>
      <title>creating a view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422192#M1050266</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;i want to create view between two tables.&lt;/P&gt;&lt;P&gt;what is t.code to use creating a view?&lt;/P&gt;&lt;P&gt;and give me one example for created view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;srii.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 01:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422192#M1050266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T01:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: creating a view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422193#M1050267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3330021"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 01:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422193#M1050267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T01:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: creating a view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422194#M1050268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Code to create a View : &lt;STRONG&gt;SE11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Step by Step procedure refer to :&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_40b/helpdata/en/cf/21ed06446011d189700000e8322d00/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hemant Khemani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 01:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422194#M1050268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T01:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: creating a view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422195#M1050269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a View is a Simple Task and need not to worry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simple step by step procedure to create a View for 2 Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the T-CODE SE11 &lt;/P&gt;&lt;P&gt;1. Give a View name and create. &lt;/P&gt;&lt;P&gt;2. Select Database View and.&lt;/P&gt;&lt;P&gt;3. Give Short Description and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Now select (enter) the two tables which you want to join or view.&lt;/P&gt;&lt;P&gt;5. You can place the Join conditions if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: you can join VBFA and VBAK tables.&lt;/P&gt;&lt;P&gt;and the join condition will be VBAK-VBELN = VBFA-VBELV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Now go to the Viewfields Tab..&lt;/P&gt;&lt;P&gt;7. Select the Table fields and select Table.&lt;/P&gt;&lt;P&gt;8. Now choose the fields you want to display for view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finished creating the view.&lt;/P&gt;&lt;P&gt;Its Simple. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dileep Kumar Chinnaiah.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 02:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-view/m-p/4422195#M1050269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T02:36:48Z</dc:date>
    </item>
  </channel>
</rss>

