<?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: SQL in ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593590#M266802</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;If you want to see the table definition in SAP, go to transaction SE11 and give your table name and click Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see the data in the table, go to transction SE16 and give your table name and click Table contents and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use select statement in ABAP to fect data from database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the below link to know more in the SAP Help Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3969358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3969358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 21:01:05 GMT</pubDate>
    <dc:creator>venkata_ramisetti</dc:creator>
    <dc:date>2006-10-12T21:01:05Z</dc:date>
    <item>
      <title>SQL in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593589#M266801</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;Someone can explain me the process to read database tables with sql in abap, and where can i see this tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Bty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 20:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593589#M266801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T20:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593590#M266802</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;If you want to see the table definition in SAP, go to transaction SE11 and give your table name and click Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see the data in the table, go to transction SE16 and give your table name and click Table contents and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use select statement in ABAP to fect data from database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the below link to know more in the SAP Help Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3969358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3969358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 21:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593590#M266802</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-12T21:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593591#M266803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see these tables via SE11 and SE16(data browser).  In ABAP, we use Open SQL, which is an abstraction of the native SQL.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c9/5472f9787f11d194c90000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c9/5472f9787f11d194c90000e8353423/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 21:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593591#M266803</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-12T21:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593592#M266804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everybody.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 22:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-in-abap/m-p/1593592#M266804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T22:08:39Z</dc:date>
    </item>
  </channel>
</rss>

