<?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>Question Re: create procedure without defined result in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816154#M4846997</link>
    <description>&lt;P&gt;...so don't forget to check-mark the answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Oct 2019 08:40:15 GMT</pubDate>
    <dc:creator>Breck_Carter</dc:creator>
    <dc:date>2019-10-04T08:40:15Z</dc:date>
    <item>
      <title>create procedure without defined result</title>
      <link>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaq-p/13816150</link>
      <description>&lt;P&gt;I know that it is possible to create a procedure without defining the result of it, but this is true only if I dont execute the select statement within an execute immediate.&lt;/P&gt;
&lt;P&gt;create procedure myproc()&lt;/P&gt;
&lt;P&gt;begin&lt;/P&gt;
&lt;P&gt;select 'ss' from dummy; -- this works&lt;/P&gt;
&lt;P&gt;execute immediate ('select ''ss'' from dummy'); -- this does not work&lt;/P&gt;
&lt;P&gt;end;&lt;/P&gt;
&lt;P&gt;Any Ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 11:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaq-p/13816150</guid>
      <dc:creator>Baron</dc:creator>
      <dc:date>2019-10-03T11:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: create procedure without defined result</title>
      <link>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816151#M4846994</link>
      <description>&lt;P&gt;Does it work when you add the WITH RESULT SET ON clause, see &lt;A href="http://dcx.sap.com/index.html#1001/en/dbrfen10/rf-execute-immediate-statement.html"&gt;here&lt;/A&gt;...?
By default, EXECUTE IMMEDIATE is not supposed to return a result set.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 14:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816151#M4846994</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2019-10-03T14:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: create procedure without defined result</title>
      <link>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816152#M4846995</link>
      <description>&lt;P&gt;Besides that, there may be ways to parameterize your statement that do not require dynamic SQL, say by using connection-specific variables...&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 14:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816152#M4846995</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2019-10-03T14:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: create procedure without defined result</title>
      <link>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816153#M4846996</link>
      <description>&lt;P&gt;Thank you very much! it has worked with (WITH RESULT SET ON)&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 04:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816153#M4846996</guid>
      <dc:creator>Baron</dc:creator>
      <dc:date>2019-10-04T04:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: create procedure without defined result</title>
      <link>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816154#M4846997</link>
      <description>&lt;P&gt;...so don't forget to check-mark the answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 08:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-procedure-without-defined-result/qaa-p/13816154#M4846997</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2019-10-04T08:40:15Z</dc:date>
    </item>
  </channel>
</rss>

