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

Smartform error

Former Member
0 Likes
1,362

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
Read only

Former Member
0 Likes
1,335

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
Read only

Former Member
0 Likes
1,335

Hi Raja,

What do you mean by irrelevant data?

Read only

Former Member
0 Likes
1,336

what is the irrelevant data???

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

Read only

0 Likes
1,335

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.

Read only

0 Likes
1,335

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?

Read only

0 Likes
1,335

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.

Read only

0 Likes
1,335

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

remove the blank lines from the itab...

Read only

0 Likes
1,335

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

So pls suggest me.

Read only

0 Likes
1,335

do the alignment in the smartform...

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

Read only

0 Likes
1,335

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.

Read only

0 Likes
1,335

Pls suggest me anyone, its very urgent.

Read only

0 Likes
1,335

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

then what is the garbage data??

Read only

Former Member
0 Likes
1,335

Hi

Try debugging the code.

Thanks

Vasudha