Application Development 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: 

Smartform error

Former Member
0 Kudos

Hi Experts

I have developed a form using smartforms which displays data in the first page correctly, but in the second page displays unrelevant data.

What could be the reason, pls suggest me.

Regards

Rajaram

1 ACCEPTED SOLUTION

Former Member
0 Kudos

what is the irrelevant data???

debug the smartform and try to find out why the data is getting printed on page 2

12 REPLIES 12

Former Member
0 Kudos

Hi Raja,

What do you mean by irrelevant data?

Former Member
0 Kudos

what is the irrelevant data???

debug the smartform and try to find out why the data is getting printed on page 2

0 Kudos

it displays data in the second page, but irrelevant data is displayed.

but in the internal table the values exist correctly.

the problem is displaying in the second page only.

0 Kudos

in debug mode check if any blank lines are getting passed through Itab...

also check if the main window is overflowing into next page...

can you tell what kind of irrelevant data is getting printed?? is it passed via calling report or is it copy of earlier data or is it any garbage data?

0 Kudos

Yes am passing a blank line to the next page,

so will it create the problem.

WEFT : 10.15Ne

WEFT : 10.15Ne

the first row is repeating, actually its wrong, here the data is missing.

then one more line(like heading) before these two also missing.

before the heading i passed a blank line to the internal table.

Pls give me the solution.

0 Kudos

do the changes in the print report... to pass proper data in the itab...

remove the blank lines from the itab...

0 Kudos

Actually i need to pass the blank line regarding allignment the data.

So pls suggest me.

0 Kudos

do the alignment in the smartform...

and remove the duplicate lines and blank lines in the itab....

0 Kudos

Sorry yar there is no blank line in internal table, i checked, its in my SF only.

last data of the second page is displayed at the starting line of the second page.

so here its repeating the data, pls suggest me yar.

0 Kudos

Pls suggest me anyone, its very urgent.

0 Kudos

so on the next page it is printing last record of itab....

then what is the garbage data??

Former Member
0 Kudos

Hi

Try debugging the code.

Thanks

Vasudha