<?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: ABAP - 7.4 new syntax for LOOP AND READ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159976#M1977901</link>
    <description>&lt;P&gt;Tried like this. But its not working.&lt;/P&gt;&lt;P&gt; gt_fin = VALUE tt_fin(&lt;BR /&gt; FOR lw_j IN lt_join&lt;BR /&gt; LET &amp;lt;ser&amp;gt; = lt_ser[ sernr = lw_j-serial ]&lt;BR /&gt; IN (&lt;BR /&gt; equnr = lw_j-equnr&lt;BR /&gt;) ).&lt;/P&gt;&lt;P&gt;Pls suggest&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2020 06:22:36 GMT</pubDate>
    <dc:creator>ishwarya_doss</dc:creator>
    <dc:date>2020-03-05T06:22:36Z</dc:date>
    <item>
      <title>ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159973#M1977898</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;Could you pls share ABAP 7.4 new syntax for loop and read?&lt;/P&gt;
  &lt;P&gt;I've used for in iterations for loop. But how to include read in the loop ?&lt;/P&gt;
  &lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 05:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159973#M1977898</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T05:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159974#M1977899</link>
      <description>&lt;P&gt;Maybe if you post your code it will be easier to understand your objective&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159974#M1977899</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-05T06:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159975#M1977900</link>
      <description>&lt;P&gt;Thanks for your quick response. Heres the sample old way of coding.&lt;/P&gt;&lt;P&gt; LOOP AT lt_join INTO DATA(wa_join).&lt;BR /&gt;
&lt;BR /&gt;
 READ TABLE lt_ser INTO DATA(wa_ser) WITH KEY sernr = wa_join-serial.&lt;BR /&gt;
 IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;append xxx to yyy.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159975#M1977900</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T06:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159976#M1977901</link>
      <description>&lt;P&gt;Tried like this. But its not working.&lt;/P&gt;&lt;P&gt; gt_fin = VALUE tt_fin(&lt;BR /&gt; FOR lw_j IN lt_join&lt;BR /&gt; LET &amp;lt;ser&amp;gt; = lt_ser[ sernr = lw_j-serial ]&lt;BR /&gt; IN (&lt;BR /&gt; equnr = lw_j-equnr&lt;BR /&gt;) ).&lt;/P&gt;&lt;P&gt;Pls suggest&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159976#M1977901</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T06:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159977#M1977902</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;anabaperlife&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Which data you want to fill into the final internal table(yyy)..? I mean what are the values in xxx(wa_join or wa_ser or both)?&lt;/P&gt;&lt;P&gt;-Mahesh &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159977#M1977902</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2020-03-05T06:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159978#M1977903</link>
      <description>&lt;P&gt;First of all: the ABAP keyword documentation is available online at &lt;A href="https://help.sap.com/doc/abapdocu_740_index_htm/7.40/en-US/index.html" target="test_blank"&gt;https://help.sap.com/doc/abapdocu_740_index_htm/7.40/en-US/index.html&lt;/A&gt;. Especially the release specific content is of interest.&lt;/P&gt;&lt;P&gt;To answer your question:&lt;/P&gt;&lt;P&gt;gt_fin = VALUE tt_fin(&lt;/P&gt;&lt;P&gt;FOR lw_j IN lt_join&lt;/P&gt;&lt;P&gt;  ( lt_ser[ sernr = lw_j-serial ] ) &lt;/P&gt;&lt;P&gt;). &lt;/P&gt;&lt;P&gt;This should work. Please note the brackets which state the line creation. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159978#M1977903</guid>
      <dc:creator>BiberM</dc:creator>
      <dc:date>2020-03-05T06:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159979#M1977904</link>
      <description>&lt;P&gt;You scratch the internal table result, you need a BASE  or to append the result &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159979#M1977904</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-05T06:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159980#M1977905</link>
      <description>&lt;P&gt;I need to fill the loop table's values or from both sometimes. Do base keyword needed?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 07:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159980#M1977905</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T07:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159981#M1977906</link>
      <description>&lt;P&gt;I tried this. But getting ty_fin cannot be converted to lt_ser error.&lt;/P&gt;&lt;P&gt;
 gt_fin = VALUE tt_fin(&lt;BR /&gt;
&lt;BR /&gt;
 FOR lw_j IN lt_join&lt;BR /&gt;
 ( lt_ser[ sernr = lw_j-serial ] )&lt;BR /&gt;
&lt;BR /&gt;
 equnr = lw_j-equnr&lt;BR /&gt;
 matnr = &amp;lt;ser&amp;gt;-matnr&lt;BR /&gt;
 sernr = lw_j-serial&lt;BR /&gt;
 sap = | ESTO - In { p_werks } warehouse |&lt;BR /&gt;
 snacc = | Not available in SNACC Table - ZZSNT_SERTAB |&lt;BR /&gt;
 &amp;amp;&amp;amp; |for given plant { p_werks } |&lt;BR /&gt;
 ).&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 07:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159981#M1977906</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T07:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159982#M1977907</link>
      <description>&lt;P&gt;Please explain what error you get, if it's a syntax error or a run time error, etc. Do you mean there's a line in lt_ser which doesn't exist and that fails? (if yes, use matnr = VALUE ty_ser( lt_ser[ ... ] OPTIONAL )-matnr ).&lt;/P&gt;&lt;P&gt;People try random answers because you don't explain well.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 07:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159982#M1977907</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-05T07:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159983#M1977908</link>
      <description>&lt;P&gt;Thanks Sandra..It is giving syntax error - ty_fin cannot be converted to lt_ser .&lt;/P&gt;&lt;P&gt;Ty_fin is the type of gt_fin , lt_Ser is an inline table. SHould i need to declare it before? TIA&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 08:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159983#M1977908</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T08:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159984#M1977909</link>
      <description>&lt;P&gt;Also, this is my requirement.&lt;/P&gt;&lt;P&gt;Loop main table.&lt;/P&gt;&lt;P&gt;read sub table with key = main-key.&lt;/P&gt;&lt;P&gt;if sy-subrc NE 0.  - I'm doing negative check as i cant have negative case in READ .&lt;/P&gt;&lt;P&gt;Is it possible in new way? If there are no matching keys in sub table i need to fill it in my final itab.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 08:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159984#M1977909</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T08:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159985#M1977910</link>
      <description>&lt;P&gt;You can try like below to check using the new constructor expressions (FLTER &amp;amp; CORRESPONDING)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    TYPES:
      BEGIN OF line1,
        field1 TYPE i,
        field2 TYPE c LENGTH 1,
      END OF line1,
      tt_line1 TYPE SORTED TABLE OF line1 WITH NON-UNIQUE KEY field1,
      BEGIN OF line2,
        field1 TYPE i,
        field3 TYPE i,
      END OF line2,
      tt_line2 TYPE SORTED TABLE OF line2 WITH NON-UNIQUE KEY field1,
      BEGIN OF line3,
        field1 TYPE i,
        field2 TYPE c LENGTH 1,
        field3 TYPE i,
      END OF line3,
      tt_line3 TYPE STANDARD TABLE OF line3 with DEFAULT KEY.


    DATA(itab1) = VALUE tt_line1(
      ( field1 = 1  field2 = ' ' )
      ( field1 = 3  field2 = 'X' )
      ( field1 = 12 field2 = '4' )
      ( field1 = 11 field2 = 'X' ) ).


    DATA(itab2) = VALUE tt_line2(
      ( field1 = 1  field3 = 1  )
      ( field1 = 1  field3 = 3  )
      ( field1 = 3  field3 = 4  ) ).


    DATA(itab3) = CORRESPONDING tt_line3( FILTER tt_line1( itab1 EXCEPT IN itab2
                        WHERE field1 = field1 ) ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The internal tables that you are using should be of type sorted tables in FILTER. &lt;/P&gt;&lt;P&gt;-Mahesh&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 09:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159985#M1977910</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2020-03-05T09:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159986#M1977911</link>
      <description>&lt;P&gt;The error you mention is because your code is completely meaningless. Let me explain what you should indicate.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;gt_fin = VALUE tt_fin( 
         FOR lw_j IN lt_join
         ( line to be added, must be like line type of tt_fin ) ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Possibly, you want something like that:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES : BEGIN OF ty_fin,
          sernr TYPE string,
          matnr TYPE string,
        END OF ty_fin,
        tt_fin TYPE STANDARD TABLE OF ty_fin WITH EMPTY KEY.
DATA(lt_join) = VALUE tt_fin( ( ) ).
DATA(lt_ser) = VALUE tt_fin( ).
DATA(gt_fin) = VALUE tt_fin(
         FOR lw_j IN lt_join
         ( matnr = VALUE #( lt_ser[ sernr = lw_j-sernr ]-matnr OPTIONAL )
           sernr = lw_j-sernr
         ) ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You must define a standalone type for lines of lt_ser (I presume it's named ty_ser). If lt_ser is declared inline, you can do like that after lt_ser inline declaration:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES ty_ser LIKE LINE OF lt_ser.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Mar 2020 09:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159986#M1977911</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-05T09:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159987#M1977912</link>
      <description>&lt;P&gt;Thanks Sandra.. But could you pls clarify me on this..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;gt_fin =VALUE tt_fin(FOR lw_j IN lt_join
         ( equnr = lw_j-equnr
           matnr =VALUE ty_ser( lt_ser[...]OPTIONAL)-matnr
           sernr = lw_j-serial
           sap=| ESTO -In{ p_werks } warehouse |
           snacc =|Not available in SNACC Table- ZZSNT_SERTAB |&amp;amp;&amp;amp;|for given plant { p_werks }|)).

Is this  matnr =VALUE ty_ser( lt_ser[...]OPTIONAL)-matnr like read table lt_Ser with matnr? Im not sure lt_ser[...] what should be filled here :(&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Mar 2020 10:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159987#M1977912</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159988#M1977913</link>
      <description>&lt;P&gt;Sorry, corrected (same as what you proposed). I guess that lt_ser contains components sernr and matnr.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 10:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159988#M1977913</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-05T10:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159989#M1977914</link>
      <description>&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;But i got ITAB_LINE_NOT_FOUND run time error for the below code.&lt;/P&gt;&lt;P&gt;TYPES ty_ser LIKE LINE OF lt_ser.&lt;BR /&gt;
&lt;BR /&gt;
 gt_fin = VALUE tt_fin(&lt;BR /&gt;
 FOR lw_j IN lt_join&lt;BR /&gt;
 ( equnr = lw_j-equnr&lt;BR /&gt;
 matnr = lw_j-matnr&lt;BR /&gt;
 sernr = VALUE ty_ser( lt_ser[ sernr = lw_j-serial ] ) - lw_j-serial &lt;BR /&gt;
 sap = | ESTO - in { p_werks } warehouse |&lt;BR /&gt;
 snacc = | Not available in SNACC table - ZZSNT_SERTAB |&lt;BR /&gt;
 &amp;amp;&amp;amp; |for given plant { p_werks } | )&lt;BR /&gt;
 ).&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 10:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159989#M1977914</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T10:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159990#M1977915</link>
      <description>&lt;P&gt;I have added all the "fixture" so that I can test myself. See my answer corrected.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159990#M1977915</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-05T11:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159991#M1977916</link>
      <description>&lt;P&gt;Thanks a lot , Sandra for your patience in helping me. &lt;/P&gt;&lt;P&gt;Just a doubt.&lt;/P&gt;&lt;P&gt;Here i have defined tt_Fin. But lt_Ser is of a different type as it is inline. Will this work only if both are of same type? &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA(gt_fin) = VALUE tt_fin(FOR lw_j IN lt_join
         ( matnr =VALUE#( lt_ser[ sernr = lw_j-sernr ]-matnr OPTIONAL)
           sernr = lw_j-sernr  )).&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159991#M1977916</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T11:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - 7.4 new syntax for LOOP AND READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159992#M1977917</link>
      <description>&lt;P&gt;Thanks sandra.. Should lt_Ser should be of same type always?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-new-syntax-for-loop-and-read/m-p/12159992#M1977917</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-05T11:48:35Z</dc:date>
    </item>
  </channel>
</rss>

