<?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: Execution of Stored Procedure using SELECT Statement in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837071#M4439773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) &lt;A href="http://help.sap.com/abapdocu_750/en/abenamdp.htm" title="http://help.sap.com/abapdocu_750/en/abenamdp.htm"&gt;AMDP - ABAP Managed Database Procedures - ABAP Keyword Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) &lt;A href="http://help.sap.com/saphelp_nw74/helpdata/en/75/55bb05654c49398f07a038a2ff2c06/content.htm" title="http://help.sap.com/saphelp_nw74/helpdata/en/75/55bb05654c49398f07a038a2ff2c06/content.htm"&gt;SAP HANACreating an Analysis Process - Using the SAP HANA Database - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2016 10:35:57 GMT</pubDate>
    <dc:creator>pfefferf</dc:creator>
    <dc:date>2016-08-02T10:35:57Z</dc:date>
    <item>
      <title>Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaq-p/11837064</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;Can a Stored Procedure execute from a Select statement in HANA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Stored Procedure MY_PROC(IN IP INTEGER, OUT MSG VARCHAR(10));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I execute above procedure using a select statement &lt;/P&gt;&lt;P&gt;like SELECT OUT_MSG FROM......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyoti Prakash Senapati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 10:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaq-p/11837064</guid>
      <dc:creator>jyoti_senapati</dc:creator>
      <dc:date>2016-07-31T10:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837065#M4439767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jyoti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no, you cannot call a stored procedure from a SQL statement. If you wanna execute SQLScript coding from an SQL statement you have to use a &lt;A href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/76/5815cd7d214ed38c190dc2f570fe39/content.htm" title="http://help.sap.com/saphelp_hanaplatform/helpdata/en/76/5815cd7d214ed38c190dc2f570fe39/content.htm"&gt;User Defined Table Function&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that you can write statements like SELECT * FROM myTableFunction().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 11:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837065#M4439767</guid>
      <dc:creator>pfefferf</dc:creator>
      <dc:date>2016-07-31T11:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837066#M4439768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to call a stored procedure from a SQL Script Calculation View.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 17:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837066#M4439768</guid>
      <dc:creator>jyoti_senapati</dc:creator>
      <dc:date>2016-07-31T17:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837067#M4439769</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;you can call read-only procedures within a scripted calc. view. But you should avoid to use scripted calc. views if possible. The way in the future is to use graphical calc. views and table functions if SQLScript is necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 17:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837067#M4439769</guid>
      <dc:creator>pfefferf</dc:creator>
      <dc:date>2016-07-31T17:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837068#M4439770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some thing that we can trigger a SQL Script Stored Procedure from BW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I thought keeping a SP inside a Script Calc View can help it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know any other way to achieve it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 08:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837068#M4439770</guid>
      <dc:creator>jyoti_senapati</dc:creator>
      <dc:date>2016-08-02T08:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837069#M4439771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are different ways how procedures or SQLScript can be called on BW. It is depending on what you wanna reach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance you can &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create ABAP Managed Database Procedures (containing your SQLScript logic and/or calling further procedures)&lt;/LI&gt;&lt;LI&gt;use AMDP transformations&lt;/LI&gt;&lt;LI&gt;use HANA procedures/functions in the Analysis process&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 09:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837069#M4439771</guid>
      <dc:creator>pfefferf</dc:creator>
      <dc:date>2016-08-02T09:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837070#M4439772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could please share any Document or link for Point 1 and 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 10:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837070#M4439772</guid>
      <dc:creator>jyoti_senapati</dc:creator>
      <dc:date>2016-08-02T10:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837071#M4439773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) &lt;A href="http://help.sap.com/abapdocu_750/en/abenamdp.htm" title="http://help.sap.com/abapdocu_750/en/abenamdp.htm"&gt;AMDP - ABAP Managed Database Procedures - ABAP Keyword Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) &lt;A href="http://help.sap.com/saphelp_nw74/helpdata/en/75/55bb05654c49398f07a038a2ff2c06/content.htm" title="http://help.sap.com/saphelp_nw74/helpdata/en/75/55bb05654c49398f07a038a2ff2c06/content.htm"&gt;SAP HANACreating an Analysis Process - Using the SAP HANA Database - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 10:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837071#M4439773</guid>
      <dc:creator>pfefferf</dc:creator>
      <dc:date>2016-08-02T10:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of Stored Procedure using SELECT Statement</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837072#M4439774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Florian&amp;nbsp; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/111/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 11:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-stored-procedure-using-select-statement/qaa-p/11837072#M4439774</guid>
      <dc:creator>jyoti_senapati</dc:creator>
      <dc:date>2016-08-02T11:35:54Z</dc:date>
    </item>
  </channel>
</rss>

