cancel
Showing results for 
Search instead for 
Did you mean: 

Repeating rows in Smartform

Former Member
0 Kudos

Need Help....

Posted: Dec 14, 2006 4:44 AM in response to: Jayanthi Jayara... Reply E-mail this post

Hi,

Is there some bug in Smartform or something?? Shouldn't be a problem in my codes.

Why is my 2nd row of data (starting from 2nd page, 3rd page and on) always copying the last row of data in my table?

FYI, I limit the size of my main window so that the rows of data will flow to the next page.

Any advise??? Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member193831
Active Participant
0 Kudos

hi,

Looks like the LOOP on the itab is not happening correct.

Pls check the LOOP is corrrect.

You can put a breakpoint in SmartForm like

break :<username>

and debugg.

Regards,

Vivek ** Reward if helps.

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes, i have put the breakpoint in the smartform.

And i see that my itab loop is correct.

Finally, I found out!

Need to put the header in a separate loop, and don't loop it.

Loop only at the data.

Anyway, thanks for suggesting the break-point. It's useful to trigger my thoughts.

Message was edited by:

Evelyn Kuang