<?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 How to get current loop pass for LOGICAL DATABASE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521775#M847059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tell me how to find the current loop pass in case of logical db.&lt;/P&gt;&lt;P&gt;As i have to put some condition when cursor goes to GET statement 2nd time..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mrunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2008 09:33:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-10T09:33:12Z</dc:date>
    <item>
      <title>How to get current loop pass for LOGICAL DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521775#M847059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tell me how to find the current loop pass in case of logical db.&lt;/P&gt;&lt;P&gt;As i have to put some condition when cursor goes to GET statement 2nd time..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mrunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 09:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521775#M847059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T09:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get current loop pass for LOGICAL DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521776#M847060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try sy-loopc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 09:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521776#M847060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T09:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get current loop pass for LOGICAL DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521777#M847061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-loopc is not working?&lt;/P&gt;&lt;P&gt;any other solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mrunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 09:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521777#M847061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T09:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get current loop pass for LOGICAL DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521778#M847062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could first declare a variable and set it value initially to 0.Then just after the Get statement increment the value by 1.&lt;/P&gt;&lt;P&gt;So when the Get statement is executed for the first time,the value of variable will  be 1,when it is executed the 2nd time,the value of variable will be 2 and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 10:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521778#M847062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T10:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get current loop pass for LOGICAL DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521779#M847063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to explicitly handle this in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA  V_I TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Get Event starts&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;GET PERAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_I = V_I + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF v_i = 2.&lt;/P&gt;&lt;P&gt; *write the condition ... &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 10:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521779#M847063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T10:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get current loop pass for LOGICAL DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521780#M847064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..Or similarly&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA count TYPE i VALUE 1.

GET BSEG.
* do something
  ADD 1 TO count.

END-OF-SELECTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 12:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-current-loop-pass-for-logical-database/m-p/3521780#M847064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T12:19:15Z</dc:date>
    </item>
  </channel>
</rss>

