<?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: Possible for Native SQL to read Pooled Tables? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417632#M1646273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quite a strange question. As you mentioned it before, the preffered way is to use open sql. The pooled tables are handled by the application server and so, they are not accessible by native sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Independently, consider about two things: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) The ABAP DDIC uses sometimes different sizes and field-lengths, so you should not read LSTR or LRAW fields with native sql. &lt;/P&gt;&lt;P&gt;2.) You have to be more patient about transaction handling and parameter setting via SQL, because your application server does not get any information about what you have done before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Hendrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2011 00:10:35 GMT</pubDate>
    <dc:creator>hendrik_brandes</dc:creator>
    <dc:date>2011-12-08T00:10:35Z</dc:date>
    <item>
      <title>Possible for Native SQL to read Pooled Tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417631#M1646272</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;Is it possible to run native SQL against SAP's internal Pool Table, the table that stores the many "Pooled Tables" across SAP?  I realize that is much preferred to access the pooled table using Open SQL via ABAP functions, but that is not an option for me.  I am writing native SQL against a copy of the SAP ECC underlying tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is possible, what is the technical name of the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 23:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417631#M1646272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-07T23:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Possible for Native SQL to read Pooled Tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417632#M1646273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quite a strange question. As you mentioned it before, the preffered way is to use open sql. The pooled tables are handled by the application server and so, they are not accessible by native sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Independently, consider about two things: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) The ABAP DDIC uses sometimes different sizes and field-lengths, so you should not read LSTR or LRAW fields with native sql. &lt;/P&gt;&lt;P&gt;2.) You have to be more patient about transaction handling and parameter setting via SQL, because your application server does not get any information about what you have done before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Hendrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 00:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417632#M1646273</guid>
      <dc:creator>hendrik_brandes</dc:creator>
      <dc:date>2011-12-08T00:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Possible for Native SQL to read Pooled Tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417633#M1646274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more thing: Perhaps it is a possibility to use the ADBC ( ABAP Database Connectivity ) classes: &lt;A href="http://help.sap.com/abapdocu_702/de/abenadbc.htm" target="test_blank"&gt;http://help.sap.com/abapdocu_702/de/abenadbc.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this framework you can execute SQL statemens on any database connected via DBConnect with your application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Hendrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 00:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417633#M1646274</guid>
      <dc:creator>hendrik_brandes</dc:creator>
      <dc:date>2011-12-08T00:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Possible for Native SQL to read Pooled Tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417634#M1646275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Hendrik for all clarifcations.  I will not attempt to access this data using Native SQL.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-for-native-sql-to-read-pooled-tables/m-p/8417634#M1646275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-08T14:22:53Z</dc:date>
    </item>
  </channel>
</rss>

