<?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 Syntax for Do statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-do-statement/m-p/4460945#M1057207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Do statement as below and it gives me an error: COULD NOT SPECIFY THE ACCESS RANGE AUTOMATICALLY.THIS MEANS YOU NEED A RANGE ADDITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      do max_per times varying l_fgcob-its from i0212-its01    next slctd_bplan-its02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AM i MISSING SOME THING?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;KIRAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 17:59:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T17:59:03Z</dc:date>
    <item>
      <title>Syntax for Do statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-do-statement/m-p/4460945#M1057207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Do statement as below and it gives me an error: COULD NOT SPECIFY THE ACCESS RANGE AUTOMATICALLY.THIS MEANS YOU NEED A RANGE ADDITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      do max_per times varying l_fgcob-its from i0212-its01    next slctd_bplan-its02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AM i MISSING SOME THING?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;KIRAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 17:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-do-statement/m-p/4460945#M1057207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T17:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Do statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-do-statement/m-p/4460946#M1057208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use RANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

DO ... VARYING f FROM f1 NEXT f2.

For this statement, the fields f, f1, and f2 must be type-compatible with each other. To prevent memory contents being overwritten, a RANGE for valid accesses is introduced implicitly or explicitly for the following statements:

DO ... TIMES VARYING f FROM f1 NEXT f2 [ RANGE f3 ].

WHILE ... VARY f FROM f1 NEXT f2       [ RANGE f3 ].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 18:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-do-statement/m-p/4460946#M1057208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T18:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Do statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-do-statement/m-p/4460947#M1057209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do varying  option is obsolete.  Just check the F1 help and see what is wrong .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post your coding with defintions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 18:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-do-statement/m-p/4460947#M1057209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T18:32:31Z</dc:date>
    </item>
  </channel>
</rss>

