Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

in smartform table data is repeating

Former Member
0 Likes
1,138

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...

6 REPLIES 6
Read only

Former Member
0 Likes
877

By looking what is wrong in the smartform and correct it. Somewhere additional loops or tables are used.

Read only

Former Member
0 Likes
877

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

Read only

0 Likes
877

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

Read only

0 Likes
877

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

Read only

Former Member
0 Likes
877

hi,

I think you must have used the select query into the loop,

make sure it is placed after the loop.

Regards,

Manish

Read only

Former Member
0 Likes
877

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