<?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 a Calculation view that reads a table function as data source in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589320#M136191</link>
    <description>&lt;P&gt;Checked the developer guides?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2018 00:29:40 GMT</pubDate>
    <dc:creator>lbreddemann</dc:creator>
    <dc:date>2018-02-23T00:29:40Z</dc:date>
    <item>
      <title>Create a Calculation view that reads a table function as data source</title>
      <link>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaq-p/589317</link>
      <description>&lt;P&gt;Hi experts. &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;I'm building a test calculation view that reads from a table function:&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;create function "tableFunction" ()&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Returns table ( "nu1" integer, "na" NVARCHAR(35), "nu2" integer)&lt;BR /&gt;LANGUAGE SQLSCRIPT&lt;BR /&gt;SQL SECURITY INVOKER AS &lt;BR /&gt;BEGIN&lt;BR /&gt;RETURN&lt;BR /&gt;SELECT "E_ID" as "nu1", "E_NAME" AS "na", "E_OVERTIME" as "nu2" FROM "OVERTIME";&lt;BR /&gt;END;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;The fact is that the function works fine and it returns that test table, but i have a problem when i try to read it in the calc view:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/118343-tablefunction.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;Could you help me to solve this error or if it is not possible to do this. How could I read from a procedure or something that allows me to clean data before load it on hana?&lt;/P&gt;
  &lt;P&gt;Thanks in advance. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 09:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaq-p/589317</guid>
      <dc:creator>former_member507304</dc:creator>
      <dc:date>2018-02-22T09:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Calculation view that reads a table function as data source</title>
      <link>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589318#M136189</link>
      <description>&lt;P&gt;Use a table function that was defined as a repository object. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 10:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589318#M136189</guid>
      <dc:creator>lbreddemann</dc:creator>
      <dc:date>2018-02-22T10:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Calculation view that reads a table function as data source</title>
      <link>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589319#M136190</link>
      <description>&lt;P&gt;Please could you tell me how do i do this or where can i see documentation about it ? &lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 12:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589319#M136190</guid>
      <dc:creator>former_member507304</dc:creator>
      <dc:date>2018-02-22T12:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Calculation view that reads a table function as data source</title>
      <link>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589320#M136191</link>
      <description>&lt;P&gt;Checked the developer guides?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 00:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589320#M136191</guid>
      <dc:creator>lbreddemann</dc:creator>
      <dc:date>2018-02-23T00:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Calculation view that reads a table function as data source</title>
      <link>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589321#M136192</link>
      <description>&lt;P&gt;I think that not, could you indicate what are the guides for this issue of table functions? One friend told me about define a table structure and return it in instead of the table. I will chek it as soon as I will have time.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 11:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589321#M136192</guid>
      <dc:creator>former_member507304</dc:creator>
      <dc:date>2018-02-28T11:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Calculation view that reads a table function as data source</title>
      <link>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589322#M136193</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com" target="test_blank"&gt;https://help.sap.com&lt;/A&gt; has got the whole HANA documentation including all developer guides. &lt;/P&gt;
  &lt;P&gt;Once you got the time, just use your google skills to find the specific topic. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 20:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589322#M136193</guid>
      <dc:creator>lbreddemann</dc:creator>
      <dc:date>2018-02-28T20:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Calculation view that reads a table function as data source</title>
      <link>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589323#M136194</link>
      <description>&lt;P&gt;Finally was that, a lot of thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 13:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-a-calculation-view-that-reads-a-table-function-as-data-source/qaa-p/589323#M136194</guid>
      <dc:creator>former_member507304</dc:creator>
      <dc:date>2018-03-23T13:45:53Z</dc:date>
    </item>
  </channel>
</rss>

