<?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: In-memory optimized ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342555#M1730417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gairik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe using an internal table is not possible since the class import parameter is looking for a real table/view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the ALV on HANA introduction is to use HANA DB as much as possible without the need for internal table anymore. As such, is it possible for you to build a scripted calculation view including your logic into the view directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Subsequently, you can have an external view just like point 1 and it should be sufficient?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;YS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Apr 2013 10:20:51 GMT</pubDate>
    <dc:creator>yeushengteo</dc:creator>
    <dc:date>2013-04-17T10:20:51Z</dc:date>
    <item>
      <title>In-memory optimized ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342552#M1730414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HANA Experts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have started working on ECC on HANA and now checking the various options for In-memory optimized ALV . I have 2 questions on the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is it possible to pass any "External View" name in the parameter "iv_table_name" ? If yes, please confirm whether this is also true for those external views which are based on "Analytic View" in HANA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 If I'm processing the data in a HANA database procedure , is there any possibility to use the procedure data ( may be output parameter ) in the in-memory optimized ALV&amp;nbsp; without sending it back to application server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gairik &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 15:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342552#M1730414</guid>
      <dc:creator>Gairik</dc:creator>
      <dc:date>2013-04-11T15:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: In-memory optimized ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342553#M1730415</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;1. Yes. An &lt;EM&gt;External View&lt;/EM&gt; can be consumed like other tables or views in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Not sure what you mean the procedure to process the data. Where is the procedure being called?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;YS &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 08:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342553#M1730415</guid>
      <dc:creator>yeushengteo</dc:creator>
      <dc:date>2013-04-16T08:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: In-memory optimized ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342554#M1730416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yeu Sheng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the point 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding point 2, I'm using a hana procedure to process,aggregate and calculate the final data and then calling this procedure using CALL DATABASE PROCEDURE command from ABAP. Then , I 'm displaying the data returned by the procedure in an ALV report . Please make a note that the returned table of the procedure is just an internal table. Now, how can I display this returned table using in-memory optimized ALV .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gairik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 17:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342554#M1730416</guid>
      <dc:creator>Gairik</dc:creator>
      <dc:date>2013-04-16T17:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: In-memory optimized ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342555#M1730417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gairik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe using an internal table is not possible since the class import parameter is looking for a real table/view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the ALV on HANA introduction is to use HANA DB as much as possible without the need for internal table anymore. As such, is it possible for you to build a scripted calculation view including your logic into the view directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Subsequently, you can have an external view just like point 1 and it should be sufficient?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;YS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 10:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342555#M1730417</guid>
      <dc:creator>yeushengteo</dc:creator>
      <dc:date>2013-04-17T10:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: In-memory optimized ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342556#M1730418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried to use the External view and consumed it in the HANA ALV succesfully but the field names are not filled automatically from the data element type of the fields. I found from the HANA ALV wiki that we have to set the fields manually using set_field_header_texts for currency and UOM but for other fields it should come directly from the data element type. Could you please help me in finding why this is not working. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 15:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-memory-optimized-alv/m-p/9342556#M1730418</guid>
      <dc:creator>ashish_bansal</dc:creator>
      <dc:date>2013-08-08T15:31:32Z</dc:date>
    </item>
  </channel>
</rss>

