<?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: Hanatize code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hanatize-code/m-p/12335117#M1991792</link>
    <description>&lt;P&gt;The solution is just normal ABAP using SUM. Why hanatize it?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 10:23:38 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2021-03-23T10:23:38Z</dc:date>
    <item>
      <title>Hanatize code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hanatize-code/m-p/12335116#M1991791</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;Could you please help me hanatize the below code. Any ideas would be awesome. Thanks in advance.&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;  SELECT DISTINCT m~ebeln
                  m~ebelp
                  e~netwr
    FROM eket AS m
   INNER JOIN ekpo AS e
      ON m~ebeln = e~ebeln
     AND m~ebelp = e~ebelp
    INTO (l_ebeln, l_ebelp, l_netwr)
   WHERE m~banfn = xs_banf-banfn
     AND m~bnfpo = xs_banf-bnfpo.

    xs_banf-ekpo_netwr = xs_banf-ekpo_netwr + l_netwr.
  ENDSELECT.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Mar 2021 08:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hanatize-code/m-p/12335116#M1991791</guid>
      <dc:creator>former_member737178</dc:creator>
      <dc:date>2021-03-23T08:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hanatize code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hanatize-code/m-p/12335117#M1991792</link>
      <description>&lt;P&gt;The solution is just normal ABAP using SUM. Why hanatize it?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 10:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hanatize-code/m-p/12335117#M1991792</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-03-23T10:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hanatize code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hanatize-code/m-p/12335118#M1991793</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;What i am looking for is a way to move the operation in select statement so that the operation happens in database rather than application server.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 14:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hanatize-code/m-p/12335118#M1991793</guid>
      <dc:creator>former_member737178</dc:creator>
      <dc:date>2021-03-23T14:25:29Z</dc:date>
    </item>
  </channel>
</rss>

