<?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 PBO event error for table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbo-event-error-for-table-control/m-p/12086891#M1971460</link>
    <description>&lt;P&gt;I 'm learning table control. I draw a table control in screen and add below code in PBO event and error &lt;STRONG&gt;"." expected after "IRESULT". &lt;/STRONG&gt;occurred.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;MODULE STATUS_1200 OUTPUT.
 LOOP at iresult1 into iresult WITH CONTROL T2 CURSOR T2-CURRENT_LINE.

ENDLOOP.
ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;This looks like a very basic error. but I can't figure out, can someone help? Thanks. iresult1 is a internal table without heading.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2019 10:07:55 GMT</pubDate>
    <dc:creator>former_member625844</dc:creator>
    <dc:date>2019-08-23T10:07:55Z</dc:date>
    <item>
      <title>PBO event error for table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbo-event-error-for-table-control/m-p/12086891#M1971460</link>
      <description>&lt;P&gt;I 'm learning table control. I draw a table control in screen and add below code in PBO event and error &lt;STRONG&gt;"." expected after "IRESULT". &lt;/STRONG&gt;occurred.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;MODULE STATUS_1200 OUTPUT.
 LOOP at iresult1 into iresult WITH CONTROL T2 CURSOR T2-CURRENT_LINE.

ENDLOOP.
ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;This looks like a very basic error. but I can't figure out, can someone help? Thanks. iresult1 is a internal table without heading.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 10:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pbo-event-error-for-table-control/m-p/12086891#M1971460</guid>
      <dc:creator>former_member625844</dc:creator>
      <dc:date>2019-08-23T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: PBO event error for table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbo-event-error-for-table-control/m-p/12086892#M1971461</link>
      <description>&lt;P&gt;How is iresult defined ? and are you looping at the table control table or a regular internal table ?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 10:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pbo-event-error-for-table-control/m-p/12086892#M1971461</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2019-08-23T10:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: PBO event error for table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbo-event-error-for-table-control/m-p/12086893#M1971462</link>
      <description>&lt;P&gt;Look at the &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=dynploop.htm"&gt;documentation of LOOP AT ... WITH CONTROL ...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And anyway, always press F1 to access the documentation of the ABAP language when you have such errors.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 10:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pbo-event-error-for-table-control/m-p/12086893#M1971462</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-08-23T10:44:37Z</dc:date>
    </item>
  </channel>
</rss>

