‎2008 Oct 24 1:30 PM
in smartform table, data is repeating and filling the page...
actual data is only 3 rows...
but it repeats and fills the page...how can i stop this...
‎2008 Oct 24 1:43 PM
By looking what is wrong in the smartform and correct it. Somewhere additional loops or tables are used.
‎2008 Oct 24 2:08 PM
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
‎2008 Oct 24 2:29 PM
my internal table holds data one time only
not repeatedly....only in smartform table, it repeats....
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
‎2008 Oct 24 3:22 PM
Hi Rajkamal
You can easily debug the smartform; try hardcoding the break-point for your user ID. (Break <ID>)
Please check the number of entries in your table.
If the number of entries are correct it can be only some loop in smartform - happy hunting !!
Neer
‎2008 Oct 25 5:45 AM
hi,
I think you must have used the select query into the loop,
make sure it is placed after the loop.
Regards,
Manish
‎2008 Oct 25 6:05 AM
Hi Raj,
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.
Cheers!!
Venkat