<?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: New in ABAP 7.5 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-in-abap-7-5/m-p/746270#M35759</link>
    <description>&lt;P&gt;Hello Simone,&lt;/P&gt;&lt;P&gt;Thanks for your return (long time after - Sorry for this).&lt;/P&gt;&lt;P&gt;I discovered some other ones too.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 20:26:05 GMT</pubDate>
    <dc:creator>former_member593718</dc:creator>
    <dc:date>2019-02-06T20:26:05Z</dc:date>
    <item>
      <title>New in ABAP 7.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-in-abap-7-5/m-p/746268#M35757</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
  &lt;P&gt;I would like to begin writing in ABAP 7.50.&lt;/P&gt;
  &lt;P&gt;How can I write the following sample code in new format?&lt;/P&gt;
  &lt;P&gt;Thanks in advance for your help.&lt;/P&gt;
  &lt;P&gt;David&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;SELECT k~ebeln k~lifnr p~ebelp p~matnr p~werks
INTO TABLE lt_ekxo
FROM ekpo AS p INNER JOIN ekko 
ON p~ebeln = k~ebeln
WHERE ebeln = lv_ebeln.
IF sy-subrc EQ 0.
SORT  lt_ekxo BY ebeln ebelp.
ENDIF.

lt_ekxo_tmp = lt_ekxo.
SORT lt_ekxo_tmp BY matnr.
DELETE ADJACENT DUPLICATES FROM lt_ekxo_tmp COMPARING matnr.

IF NOT lt_ekxo_tmp IS INITIAL.
SELECT matnr mtart
INTO TABLE lt_mara
FROM mara
FOR ALL ENTRIES IN lt_ekxo_tmp
WHERE matnr = lt_ekxo_tmp.
IF sy-subrc NE 0.
CLEAR lt_mara.
ENDIF.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Oct 2018 06:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-in-abap-7-5/m-p/746268#M35757</guid>
      <dc:creator>former_member593718</dc:creator>
      <dc:date>2018-10-16T06:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: New in ABAP 7.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-in-abap-7-5/m-p/746269#M35758</link>
      <description>&lt;P&gt;Did you check the following blogs with the related links?&lt;BR /&gt;&lt;A href="https://blogs.sap.com/2016/03/02/old-and-new-abap-syntax-overview-sheet/" target="_blank"&gt;https://blogs.sap.com/2016/03/02/old-and-new-abap-syntax-overview-sheet/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2017/10/02/best-practices-for-abap-development-on-sap-netweaver-7.5x/" target="_blank"&gt;https://blogs.sap.com/2017/10/02/best-practices-for-abap-development-on-sap-netweaver-7.5x/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;as well as the help for the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 07:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-in-abap-7-5/m-p/746269#M35758</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2018-10-16T07:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: New in ABAP 7.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-in-abap-7-5/m-p/746270#M35759</link>
      <description>&lt;P&gt;Hello Simone,&lt;/P&gt;&lt;P&gt;Thanks for your return (long time after - Sorry for this).&lt;/P&gt;&lt;P&gt;I discovered some other ones too.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 20:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-in-abap-7-5/m-p/746270#M35759</guid>
      <dc:creator>former_member593718</dc:creator>
      <dc:date>2019-02-06T20:26:05Z</dc:date>
    </item>
  </channel>
</rss>

