<?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: in smartform table data is repeating in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664735#M1097368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkamal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can easily debug the smartform; try hardcoding the break-point for your user ID.  (Break &amp;lt;ID&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the number of entries in your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the number of entries are correct it can be only some loop in smartform - happy hunting !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2008 14:22:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-24T14:22:52Z</dc:date>
    <item>
      <title>in smartform table data is repeating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664731#M1097364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in smartform table, data is repeating and filling the page...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actual data is only 3 rows...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it repeats and fills the page...how can i stop this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 12:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664731#M1097364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: in smartform table data is repeating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664732#M1097365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By looking what is wrong in the smartform and correct it. Somewhere additional loops or tables are used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 12:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664732#M1097365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T12:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: in smartform table data is repeating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664733#M1097366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guess you are not clearing the work area/itab in the code and also check the loop and table lines, before that debug the code and find out where exactly the problem is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 13:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664733#M1097366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: in smartform table data is repeating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664734#M1097367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my internal table holds data one time only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not repeatedly....only in smartform table, it repeats....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me what i have to do in the smartform...i hope program is correct....problem is somewhere around exporting from program or fetching the data from smartforms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 13:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664734#M1097367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: in smartform table data is repeating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664735#M1097368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkamal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can easily debug the smartform; try hardcoding the break-point for your user ID.  (Break &amp;lt;ID&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the number of entries in your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the number of entries are correct it can be only some loop in smartform - happy hunting !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 14:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664735#M1097368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: in smartform table data is repeating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664736#M1097369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I think you must have used the select query into the loop,&lt;/P&gt;&lt;P&gt;make sure it is placed after the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 04:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664736#M1097369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T04:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: in smartform table data is repeating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664737#M1097370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be only 2 reasons either there is loop repeating or not clearing the data that is fetched concentrate on this two issues only your issue will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 05:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartform-table-data-is-repeating/m-p/4664737#M1097370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T05:05:01Z</dc:date>
    </item>
  </channel>
</rss>

