Skip to Content
0
Former Member
Jul 05, 2009 at 05:37 AM

How to print multiple pages in single spool in smartforms

2281 Views

Hi all,

I have a issue on to print multiple pages in single spool,i can able to print multiple pages in multiple spool .I am doing Check Print smartforms in that i need to print Multiple pages in single spool.Currently i am using the below code please help to solve this issue.

IF gv_tabix = 1.

lwa_outp_option-tdnewid = 'X'.

ELSE.

lwa_outp_option-tdnewid = ' '.

ENDIF.

Thanks,

Deesanth