<?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: Looping problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748227#M901892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Friends, thanks for replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if i give read stat then how to give below stat &lt;/P&gt;&lt;P&gt;( vorga = c_coin OR vorga = c_rku2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my peace of code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_prps into wa_it_prps.&lt;/P&gt;&lt;P&gt;*loop at it_final.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CASE month.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; WHEN '10'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; loop at it_final into wa_final&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;READ TABLE it_final into it_output WITH KEY posid = wa_it_prps-posid        &lt;/P&gt;&lt;P&gt;      wrttp = c_04&lt;/P&gt;&lt;P&gt;      beltp = c_02&lt;/P&gt;&lt;P&gt;      versn = c_0&lt;/P&gt;&lt;P&gt;      ( vorga = c_coin OR vorga = c_rku2 ) BINARY SEARCH.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in last line giving error, i.e how to give OR condition in read stat.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;sudharsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 09:38:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T09:38:36Z</dc:date>
    <item>
      <title>Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748216#M901881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i ve writtern some peace of code like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_prps.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at it_final into it_output&lt;/P&gt;&lt;P&gt;WHERE pspnr1 = it_prps-pspnr&lt;/P&gt;&lt;P&gt;AND wrttp = '04'&lt;/P&gt;&lt;P&gt;AND beltp = '02'&lt;/P&gt;&lt;P&gt;AND versn = '000'&lt;/P&gt;&lt;P&gt;AND ( vorga = 'COIN' OR vorga = 'RKU2' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE it_output-wlp01 TO t_act_billing.&lt;/P&gt;&lt;P&gt;act_billing = act_billing + t_act_billing.&lt;/P&gt;&lt;P&gt;if sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;write:/10 'There ia no data....'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;ENDLOOP. &lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in above code there are 2loops, &lt;/P&gt;&lt;P&gt;1st is looping properly but 2nd one is not looping .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_prps-pspnr and it_final-pspnr1 same.&lt;/P&gt;&lt;P&gt;but loop at it_final into it_output is not looping, but in WHERE clause all cond all right. but why its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other way to write this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anybady tell me where i went wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;sudharsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 07:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748216#M901881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T07:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748217#M901882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudarshan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         First check one thing whether the it_output is a line type of it_final, i.e. it_output should be the Workarea of the internal table it-final, and both should be of the same structure, else the loop coondition which you have written will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Rest of the code is fine.Hope this is helpful to you. If you need further information, revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nagaraj T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 07:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748217#M901882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T07:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748218#M901883</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;&lt;/P&gt;&lt;P&gt;Both the structures of these two should be same.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it_final and it_output&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 07:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748218#M901883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748219#M901884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; both it_final and it_output are same. &lt;/P&gt;&lt;P&gt;here it_prps-posid and it_final-posid are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is: intially both headers are empty. then,&lt;/P&gt;&lt;P&gt;once i loop the it_prps first record will come into header, then control is coming to loop at it_final into it_output now it is empty but here am doing both i.e looping and checking, so here data is not matching. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   so how to fix this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;sudharsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 07:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748219#M901884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T07:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748220#M901885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sudharsan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me what do u want fetch and what do u want display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 07:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748220#M901885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T07:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748221#M901886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sudarshan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you are using loop with in loop.&lt;/P&gt;&lt;P&gt;Better you first sort the internal table with the where condition keys &lt;/P&gt;&lt;P&gt;and go for read.&lt;/P&gt;&lt;P&gt;Performance wise it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert if you have any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 07:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748221#M901886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T07:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748222#M901887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Readdy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ur right i was tryed like that also. first i sorted, then if i use where cond in Read stat then its giving error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i ve given like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE it_final into it_output WITH KEY posid = it_prps-posid AND wrttp = c_04 BINARY SEARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; it is giving error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 08:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748222#M901887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T08:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748223#M901888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no AND in READ statement.  Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE it_final into it_output WITH KEY posid = it_prps-posid &lt;/P&gt;&lt;P&gt;                                                                    wrttp = c_04 BINARY SEARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhumitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 08:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748223#M901888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T08:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748224#M901889</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 u specify the fileds of  it_final &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and where the data r coming from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it_prps too..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regrads,&lt;/P&gt;&lt;P&gt;Rohan Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 08:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748224#M901889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T08:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748225#M901890</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;dont give AND in read...&lt;/P&gt;&lt;P&gt;just write like this........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read table int_table with key abc = '123'&lt;/P&gt;&lt;P&gt;                                           xyz = 'qwe'&lt;/P&gt;&lt;P&gt;                                           psr = 'qws'.....like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748225#M901890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748226#M901891</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;Hope below code will help u a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_prps type it_prps,&lt;/P&gt;&lt;P&gt;        wa_final type it_final.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at it_prps into wa_prps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_final into wa_final&lt;/P&gt;&lt;P&gt;WHERE pspnr1 = wa_prps-pspnr&lt;/P&gt;&lt;P&gt;AND wrttp = '04'&lt;/P&gt;&lt;P&gt;AND beltp = '02'&lt;/P&gt;&lt;P&gt;AND versn = '000'&lt;/P&gt;&lt;P&gt;AND ( vorga = 'COIN' OR vorga = 'RKU2' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE wa_final-wlp01 TO t_act_billing.&lt;/P&gt;&lt;P&gt;act_billing = act_billing + t_act_billing.&lt;/P&gt;&lt;P&gt;ENDLOOP. &lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this code helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748226#M901891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748227#M901892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Friends, thanks for replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if i give read stat then how to give below stat &lt;/P&gt;&lt;P&gt;( vorga = c_coin OR vorga = c_rku2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my peace of code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_prps into wa_it_prps.&lt;/P&gt;&lt;P&gt;*loop at it_final.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CASE month.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; WHEN '10'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; loop at it_final into wa_final&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;READ TABLE it_final into it_output WITH KEY posid = wa_it_prps-posid        &lt;/P&gt;&lt;P&gt;      wrttp = c_04&lt;/P&gt;&lt;P&gt;      beltp = c_02&lt;/P&gt;&lt;P&gt;      versn = c_0&lt;/P&gt;&lt;P&gt;      ( vorga = c_coin OR vorga = c_rku2 ) BINARY SEARCH.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in last line giving error, i.e how to give OR condition in read stat.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;sudharsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748227#M901892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Looping problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748228#M901893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can give the READ in 2 statements. ie,&lt;/P&gt;&lt;P&gt;READ TABLE it_final into it_output WITH KEY posid = wa_it_prps-posid &lt;/P&gt;&lt;P&gt;wrttp = c_04&lt;/P&gt;&lt;P&gt;beltp = c_02&lt;/P&gt;&lt;P&gt;versn = c_0&lt;/P&gt;&lt;P&gt;vorga = c_coin BINARY SEARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;READ TABLE it_final into it_output WITH KEY posid = wa_it_prps-posid &lt;/P&gt;&lt;P&gt;wrttp = c_04&lt;/P&gt;&lt;P&gt;beltp = c_02&lt;/P&gt;&lt;P&gt;versn = c_0&lt;/P&gt;&lt;P&gt;vorga = c_rku2  BINARY SEARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its  just an option instead of OR statement, because i dont think READ stmt supports OR".&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-problem/m-p/3748228#M901893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:57:38Z</dc:date>
    </item>
  </channel>
</rss>

