<?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: Code Inspector issue for Read table and Loop at in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-issue-for-read-table-and-loop-at/m-p/12817736#M2026014</link>
    <description>&lt;P&gt;Please improve the formatting it's difficult to read.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. message code READ_IDX_1 "Read table ...INDEX 1 for result of statement at method.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ TABLE lt_dfkkop ASSIGNING FIELD-SYMBOL(&amp;lt;fs_open&amp;gt;) INDEX 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Message code LOOP_EXIT "LOOP AT itab. EXIT/RETURN/LEAVE ...for result of statement at method.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT lt_dfkkop_op ASSIGNING &amp;lt;fs_open&amp;gt; 
    WHERE pymet = 'B'
      AND pygrp NE space.
  ev_status = text-003.
  EXIT.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 08 Jan 2024 10:46:20 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2024-01-08T10:46:20Z</dc:date>
    <item>
      <title>Code Inspector issue for Read table and Loop at</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-issue-for-read-table-and-loop-at/m-p/12817735#M2026013</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;Kindly help me in removing below Code inspector issue which is under &lt;/P&gt;
  &lt;P&gt;Robust programming=&amp;gt; Search problematic statement for result of SELECT/OPEN CURSOR without order by=&amp;gt; information&lt;/P&gt;
  &lt;P&gt;1. message code READ_IDX_1&lt;/P&gt;
  &lt;P&gt;"Read table ...INDEX 1 for result of statement at method.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Actual code: READ TABLE lt_dfkkop ASSIGNING FIELD-SYMBOL(&amp;lt;fs_open&amp;gt;) INDEX 1.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;2. Message code LOOP_EXIT&lt;/P&gt;
  &lt;P&gt;"LOOP AT itab. EXIT/RETURN/LEAVE ...for result of statement at method.&lt;/P&gt;
  &lt;P&gt; &lt;STRONG&gt;Actual code: LOOP AT lt_dfkkop_op ASSIGNING &amp;lt;fs_open&amp;gt; WHERE pymet = 'B'&lt;/STRONG&gt; &lt;/P&gt;
  &lt;P&gt; AND pygrp NE space.&lt;/P&gt;
  &lt;P&gt; ev_status = text-003.&lt;/P&gt;
  &lt;P&gt; EXIT.&lt;/P&gt;
  &lt;P&gt; ENDLOOP.&lt;/P&gt;
  &lt;P&gt;Kindly help me in these two issues.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Tejas&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 08:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-issue-for-read-table-and-loop-at/m-p/12817735#M2026013</guid>
      <dc:creator>tejaspat2009</dc:creator>
      <dc:date>2024-01-08T08:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector issue for Read table and Loop at</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-issue-for-read-table-and-loop-at/m-p/12817736#M2026014</link>
      <description>&lt;P&gt;Please improve the formatting it's difficult to read.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. message code READ_IDX_1 "Read table ...INDEX 1 for result of statement at method.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ TABLE lt_dfkkop ASSIGNING FIELD-SYMBOL(&amp;lt;fs_open&amp;gt;) INDEX 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Message code LOOP_EXIT "LOOP AT itab. EXIT/RETURN/LEAVE ...for result of statement at method.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT lt_dfkkop_op ASSIGNING &amp;lt;fs_open&amp;gt; 
    WHERE pymet = 'B'
      AND pygrp NE space.
  ev_status = text-003.
  EXIT.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Jan 2024 10:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-issue-for-read-table-and-loop-at/m-p/12817736#M2026014</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-01-08T10:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector issue for Read table and Loop at</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-issue-for-read-table-and-loop-at/m-p/12817737#M2026015</link>
      <description>&lt;P&gt;Did you try to define lt_dfkkop as a  sorted type table or fill it with a statement that insure record order (e.g. SELECT .... ORDER BY ...)&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 12:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-issue-for-read-table-and-loop-at/m-p/12817737#M2026015</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-01-08T12:20:48Z</dc:date>
    </item>
  </channel>
</rss>

