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

clearing spool

Former Member
0 Likes
283

Hi,

I am executing a smartform. I i click on print it will ask me whether do i need to create a pdf or not. If i click on yes it should convert the output into a pdf format.

it's working fine. But the problem which iam facing is

if the output has 2 page. First time it is fine , but second time it is having four pages third time it is having six pages like this it keeps on increasing the copies in one file itself for each execution.

can anyone tell me what is the problem and how to rectify this.Thanks...

Regards,

Rose.

1 REPLY 1
Read only

former_member377111
Participant
0 Likes
265

Hi Rose,

Clear the internal table for which you are displaying the values.this is because of that it happens.Im sure this could be rectified by a clear ITAB statments