cancel
Showing results for 
Search instead for 
Did you mean: 

Entries in the smartform are repeating !!

Former Member
0 Kudos

Hi,

I tried to develop a smartform for printing sales order header (vbak) details.

The entries are repeating in the output. for example, for "2 orders, 4 entries" , for 3 orders, 9 entries".....

Please let me know what could be the wrong in the form.

Regards,

Naveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Naveen,

I think u have given the itab in table lines as well as loop.

If it is the case remove any one of it loop or table line entry!!

Regards,

Subbu

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

I guess you are using loop inside a loop.... check it.. that would be the possible error.

regards

padma

Former Member
0 Kudos

Hi,

1) Check Internal table

2) Clear the work areas

3) See the loops

4)Debug the driver progarm

Regards

Jana

Former Member
0 Kudos

put break-point and check internal table

Former Member
0 Kudos

I dont think nething wud be wrong with the form, but do check ur driver program. When u modify or append ur internal table, there would be some logic going wrong...

Nayan

Former Member
0 Kudos

guess u r not clearing the work area.