<?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: Read Hana table into ABAP program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356193#M1992917</link>
    <description>&lt;P&gt;Hi Matthew/Gaurav,&lt;/P&gt;&lt;P&gt;I can using only ABAP dictionary tables after USING statement. Can you help how I can select the data of hdbtable and pass as a return to to the AMDP class.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 10:11:04 GMT</pubDate>
    <dc:creator>former_member710665</dc:creator>
    <dc:date>2021-02-03T10:11:04Z</dc:date>
    <item>
      <title>Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356186#M1992910</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;We having a HANA hdbtable in a different schema. I want to get the table data into an internal table of ABAP program.&lt;/P&gt;
  &lt;P&gt;We are using a latest ABAP and help me how we can achive this.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 04:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356186#M1992910</guid>
      <dc:creator>former_member710665</dc:creator>
      <dc:date>2021-02-03T04:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356187#M1992911</link>
      <description>&lt;P&gt;Hi Praven,&lt;/P&gt;&lt;P&gt;You can use the AMDP to read data through CDS views and then you can put a select on CDS view to get it into an internal table.&lt;/P&gt;&lt;P&gt;For your reference - &lt;A href="https://blogs.sap.com/2018/06/27/accessing-native-hana-tables-in-s4-abap-cds-views-analytics/" target="test_blank"&gt;https://blogs.sap.com/2018/06/27/accessing-native-hana-tables-in-s4-abap-cds-views-analytics/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 06:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356187#M1992911</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2021-02-03T06:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356188#M1992912</link>
      <description>&lt;P&gt;Thank Gaurav. Is there a way to call the AMDP method directly into the program without using CDS (Like by chaging the method declatation)? &lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 07:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356188#M1992912</guid>
      <dc:creator>former_member710665</dc:creator>
      <dc:date>2021-02-03T07:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356189#M1992913</link>
      <description>&lt;P&gt;You can use AMDP to create methods in a class that are callable from ABAP. The methods contain SQL Script. You do &lt;STRONG&gt;not&lt;/STRONG&gt; have to use CDS views.&lt;/P&gt;&lt;P&gt;Simple example &lt;A href="https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abenamdp_abexa.htm" target="_blank"&gt;here&lt;/A&gt; (SAP Help) based on dealing with SFLIGHT directly from in HANA.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 08:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356189#M1992913</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-02-03T08:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356190#M1992914</link>
      <description>&lt;P&gt;AMDP is not restricted to reading data through CDS views. This is an unnecessary complication.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 08:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356190#M1992914</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-02-03T08:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356191#M1992915</link>
      <description>&lt;P&gt;Thanks Matthew, Can you help me know how to use SFLIGHT for calling the hdbtable.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 08:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356191#M1992915</guid>
      <dc:creator>former_member710665</dc:creator>
      <dc:date>2021-02-03T08:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356192#M1992916</link>
      <description>&lt;P&gt;You are right Matthew&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 09:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356192#M1992916</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2021-02-03T09:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356193#M1992917</link>
      <description>&lt;P&gt;Hi Matthew/Gaurav,&lt;/P&gt;&lt;P&gt;I can using only ABAP dictionary tables after USING statement. Can you help how I can select the data of hdbtable and pass as a return to to the AMDP class.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 10:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356193#M1992917</guid>
      <dc:creator>former_member710665</dc:creator>
      <dc:date>2021-02-03T10:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read Hana table into ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356194#M1992918</link>
      <description>&lt;P&gt;I don't have time to check. Or a HANA database for that matter...&lt;/P&gt;&lt;P&gt;Two alternatives:&lt;/P&gt;&lt;P&gt;1. Call a HANA stored procedure from the amdp class.&lt;/P&gt;&lt;P&gt;2. CL_SQL_STATEMENT and associated classes/methods (also known as ADBC).See here &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenadbc_query_abexa.htm" target="test_blank"&gt;https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenadbc_query_abexa.htm&lt;/A&gt; This is far more flexible than an AMDP&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 13:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-hana-table-into-abap-program/m-p/12356194#M1992918</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-02-03T13:11:20Z</dc:date>
    </item>
  </channel>
</rss>

