<?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: Is there a BAPI for general SQL query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203692#M1982079</link>
    <description>&lt;P&gt;There is a RFC-enabled function RFC_READ_TABLE that you might consider. Just go through SAP support noted on the function so you know its limitations and authorization concept.&lt;/P&gt;&lt;P&gt;Otherwise there is no generic, all purpose, Swiss-army-knife BAPI that would allow to execute an arbitrary SQL query. That would be a gaping hole in the security.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2020 06:55:39 GMT</pubDate>
    <dc:creator>Dominik_Tylczynski</dc:creator>
    <dc:date>2020-03-13T06:55:39Z</dc:date>
    <item>
      <title>Is there a BAPI for general SQL query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203691#M1982078</link>
      <description>&lt;P&gt;I wonder is there a BAPI which take a SQL as import parameter and return the result in a table？or I have to write BAPI for each query I need? Thx.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 06:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203691#M1982078</guid>
      <dc:creator>former_member625844</dc:creator>
      <dc:date>2020-03-13T06:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI for general SQL query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203692#M1982079</link>
      <description>&lt;P&gt;There is a RFC-enabled function RFC_READ_TABLE that you might consider. Just go through SAP support noted on the function so you know its limitations and authorization concept.&lt;/P&gt;&lt;P&gt;Otherwise there is no generic, all purpose, Swiss-army-knife BAPI that would allow to execute an arbitrary SQL query. That would be a gaping hole in the security.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 06:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203692#M1982079</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-03-13T06:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI for general SQL query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203693#M1982080</link>
      <description>&lt;P&gt;as  &lt;SPAN class="mention-scrubbed"&gt;3a9e4ce873a94034b33dc62b0ce600ee&lt;/SPAN&gt; said, there is RFC_READ_TABLE, but, what will you do with this ? Where will you use it ? &lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 06:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203693#M1982080</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-13T06:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI for general SQL query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203694#M1982081</link>
      <description>&lt;P&gt; @&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt;.I want to use it in Jco to fetch data from SAP and display in a web page. Since there are several list to write I wonder is there a general way.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 07:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203694#M1982081</guid>
      <dc:creator>former_member625844</dc:creator>
      <dc:date>2020-03-13T07:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI for general SQL query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203695#M1982082</link>
      <description>&lt;P&gt;If it is Web related, naybe you have to check this blog:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2016/04/06/expose-cds-views-as-odata-service/"&gt;https://blogs.sap.com/2016/04/06/expose-cds-views-as-odata-service/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will have some job to do, creating the CDS view (if the standard is not enough) and you could create a Odata service for each CDS (Rest). &lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 07:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203695#M1982082</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-13T07:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI for general SQL query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203696#M1982083</link>
      <description>&lt;P&gt;Especially note &lt;A href="https://launchpad.support.sap.com/#/notes/382318/E"&gt;382318 - RFC_READ_TABLE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's generic, so it's a security problem that any table with sensitive data can be extracted (private information, address, email, and so on), now and in the future. The list of tables which can be extracted can be limited via S_TABU_* authorization objects.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 08:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-bapi-for-general-sql-query/m-p/12203696#M1982083</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-13T08:08:59Z</dc:date>
    </item>
  </channel>
</rss>

