<?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 DOUBT IN PROGRAM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429813#M543103</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 have a problem, i want to display material with order wise so in the select options i gave the range. but in out put it is displaying only the first record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example i have the range of 1 to 10 order no. but it is displaying only the 1st record. how to print all the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point will be sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jun 2007 05:59:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-23T05:59:51Z</dc:date>
    <item>
      <title>DOUBT IN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429813#M543103</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 have a problem, i want to display material with order wise so in the select options i gave the range. but in out put it is displaying only the first record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example i have the range of 1 to 10 order no. but it is displaying only the 1st record. how to print all the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point will be sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 05:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429813#M543103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T05:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: DOUBT IN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429814#M543104</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;It because of not using loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur selecting records from database table and put it into a internal table right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While displaying this result in screen u should loop that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: Begin of itab.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------" /&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;Select matnr.......... from mara into table itab where...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;Write:/ Itab-matnr ........&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will solve ur problem. If not post ur code. i will solve it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need ur reward points if its useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 06:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429814#M543104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T06:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: DOUBT IN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429815#M543105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paste ur code, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u forgot use loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 06:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429815#M543105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T06:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: DOUBT IN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429816#M543106</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 paste your code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 06:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-program/m-p/2429816#M543106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T06:07:50Z</dc:date>
    </item>
  </channel>
</rss>

