<?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 problem in displaying the data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545282#M1073555</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;I am working on a report which is previously developed ,this is basically code for the smartforms in which it is showing the upper limit and the lower limit which are present in the table QPMK having the fields &lt;STRONG&gt;toleranzun&lt;/STRONG&gt; and &lt;STRONG&gt;toleranzob&lt;/STRONG&gt;. i.e. if the lower limit is specified and the upper limit is  specified i.e. 0.15 and the lower limit is not then it is picking up the default value 0 and showing the data as :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;carbon -&amp;gt; 0.15 - 0.00&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But i want to show the data that if its lower limit or upper limit is not defined then it should display the only value which is defined .&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if upper limit is defined as 0.15 and the lower limit is not told then it should display the data as :-  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;carbon -&amp;gt; 0.15 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had tried to modify the code but it is able to display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's d cde:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT vv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT toleranzob FROM qpmk INTO vv-toleranzob WHERE mkmnr = vv-verwmerkm AND toleranzob GT 0.&lt;/P&gt;&lt;P&gt; MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT vv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT toleranzun FROM qpmk INTO vv-toleranzun WHERE mkmnr = vv-verwmerkm AND toleranzun GT 0.&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz provide guidelines for solving it.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2008 08:29:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-23T08:29:49Z</dc:date>
    <item>
      <title>problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545282#M1073555</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;I am working on a report which is previously developed ,this is basically code for the smartforms in which it is showing the upper limit and the lower limit which are present in the table QPMK having the fields &lt;STRONG&gt;toleranzun&lt;/STRONG&gt; and &lt;STRONG&gt;toleranzob&lt;/STRONG&gt;. i.e. if the lower limit is specified and the upper limit is  specified i.e. 0.15 and the lower limit is not then it is picking up the default value 0 and showing the data as :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;carbon -&amp;gt; 0.15 - 0.00&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But i want to show the data that if its lower limit or upper limit is not defined then it should display the only value which is defined .&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if upper limit is defined as 0.15 and the lower limit is not told then it should display the data as :-  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;carbon -&amp;gt; 0.15 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had tried to modify the code but it is able to display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's d cde:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT vv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT toleranzob FROM qpmk INTO vv-toleranzob WHERE mkmnr = vv-verwmerkm AND toleranzob GT 0.&lt;/P&gt;&lt;P&gt; MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT vv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT toleranzun FROM qpmk INTO vv-toleranzun WHERE mkmnr = vv-verwmerkm AND toleranzun GT 0.&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz provide guidelines for solving it.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 08:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545282#M1073555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545283#M1073556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the below condition....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if toleranzun &amp;gt; 0 and toleranzob &amp;gt; 0&lt;/P&gt;&lt;P&gt; write: toleranzun-value - toleranzob-value.&lt;/P&gt;&lt;P&gt;else toleranzun &amp;gt; 0 and toleranzob = 0&lt;/P&gt;&lt;P&gt;  write: toleranzun-value.&lt;/P&gt;&lt;P&gt;else toleranzun = 0 and toleranzob &amp;gt; 0&lt;/P&gt;&lt;P&gt;  write: toleranzob-value.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 08:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545283#M1073556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T08:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545284#M1073557</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;One Solution i think is to change the datatype of that particular field in Smartform to alphanumeric like NUMC, so that it wont display any thing if value is 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 08:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545284#M1073557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T08:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545285#M1073558</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;I had changed the logic a bit but still it is displaying the upper and lower limit values if is not defined.&lt;/P&gt;&lt;P&gt;Instead of 2 loops i am displaying the data in 1 loop.&lt;/P&gt;&lt;P&gt;but when i add the if else condition then it is  not displaying the data .....&lt;/P&gt;&lt;P&gt;how should i specify the if else condition here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************************&lt;/P&gt;&lt;P&gt;*if toleranzun &amp;gt; 0 and toleranzob &amp;gt; 0&lt;/P&gt;&lt;P&gt;*MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob.&lt;/P&gt;&lt;P&gt;*MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*else toleranzun &amp;gt; 0 and toleranzob = 0&lt;/P&gt;&lt;P&gt;*MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*else toleranzun = 0 and toleranzob &amp;gt; 0&lt;/P&gt;&lt;P&gt;*MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob.&lt;/P&gt;&lt;P&gt;*endif.&lt;/P&gt;&lt;P&gt;*****************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here 's d code which i am currently i am using :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT vv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT toleranzob FROM qpmk INTO vv-toleranzob WHERE mkmnr = vv-verwmerkm AND toleranzob GT 0.&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT toleranzun FROM qpmk INTO vv-toleranzun WHERE mkmnr = vv-verwmerkm AND toleranzun GT 0.&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzun.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz provide me guidelines for solving this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545285#M1073558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545286#M1073559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricx,&lt;/P&gt;&lt;P&gt;If u r sure tht only 1 line will be fetched after select query thn use SELECT SINGLE... instead of SELECT...ENDSELECT. This will improve the performance also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chk this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT vv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE toleranzob FROM qpmk INTO vv-toleranzob WHERE mkmnr = vv-verwmerkm AND toleranzob GT 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE toleranzun FROM qpmk INTO vv-toleranzun WHERE mkmnr = vv-verwmerkm AND toleranzun GT 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if toleranzun &amp;gt; 0 and toleranzob &amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif toleranzun &amp;gt; 0 and toleranzob = 0&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif toleranzun = 0 and toleranzob &amp;gt; 0&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545286#M1073559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545287#M1073560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is multiple lines are fetched in the select query thats why i had used it. what should i do for it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545287#M1073560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545288#M1073561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls note:&lt;/P&gt;&lt;P&gt;TRANSPORTING variables in MODIFY stmnt will be vv-toleranzob and vv-toleranzun instead of toleranzob and toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;if toleranzun &amp;gt; 0 and toleranzob &amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING vv-toleranzob vv-toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif toleranzun &amp;gt; 0 and toleranzob = 0&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING vv-toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif toleranzun = 0 and toleranzob &amp;gt; 0&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING vv-toleranzob.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545288#M1073561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545289#M1073562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If multiple lines are fetched then it will be overwritten by the first or the last value in the variables vv-toleranzob and vv-toleranzun i think so because they are variables that can store one value at a time unlike internal tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545289#M1073562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545290#M1073563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srry pl ignore my post as i thought vv-toleranzob and vv-toleranzun are variables. After gng thru the thread agn i realized they are internal table/wrk area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545290#M1073563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem in displaying the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545291#M1073564</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;i am using ur code and done some modification in it,but it is still displaying the same output,nothing is changed.&lt;/P&gt;&lt;P&gt;here's d code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT vv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE toleranzob FROM qpmk INTO vv-toleranzob WHERE mkmnr = vv-verwmerkm AND toleranzob GT 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE toleranzun FROM qpmk INTO vv-toleranzun WHERE mkmnr = vv-verwmerkm AND toleranzun GT 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vv-toleranzun &amp;gt; 0 and vv-toleranzob &amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif vv-toleranzun &amp;gt; 0 and vv-toleranzob = 0.&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif vv-toleranzun = 0 and vv-toleranzob &amp;gt; 0.&lt;/P&gt;&lt;P&gt;MODIFY vv FROM vv INDEX sy-tabix TRANSPORTING toleranzob.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&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;it is still giving the same output..&lt;/P&gt;&lt;P&gt;even i had debugged it the statements are getting fetched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ricx .s on Sep 23, 2008 1:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-displaying-the-data/m-p/4545291#M1073564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:34:55Z</dc:date>
    </item>
  </channel>
</rss>

