cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript - Not printing Cover Page

Former Member
0 Kudos

Hello Experts,

I have created 2 pages in sapscripts(Cover and First). Cover will print only once and First will be printed depending upon the main item data. But, while printing, Cover page is not getting printed. Only the First page is printing. Even, on header, I have already defined cover as fisrt page and first page as next page.

Please suggest.

Regards

Arpit Chelawat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

did u pass in OPEN_FORM --- OPTIONS ITCPO - TDCOVER value . or not ...

and also Debug the SCRIPT by Activating the ACTIVATE DEBUGGER in SE71 for that Form and see what is happening does it call the Coverpage or not..

surya

Former Member
0 Kudos

Yes Surya.

Value of ITCPO-TDCOVER = D(Default, Priter setting).

I have checked in debugger, it is not calling Cover page either.

Pleaes help.

Former Member
0 Kudos

hi

Check in the code whether that window is called in the Write_form and the ELEMENT "/XXX" is called for Printing or not.

i.e u must have an element that calls the COVER PAGE in the Script , then see whether that is been called in the Code via write_form or not..

surya

Former Member
0 Kudos

I have checked in debugger. This page itself is not calling that's why for this page, WRITE_FORM is not calling for its element.

Regards

Arpit

nabheetscn
Active Contributor
0 Kudos

Hi,

That is what the error is..You have to use wRITE_FORM in the driver for the cover page.

Thanks

Nabheet

Former Member
0 Kudos

Thanks for all your reply. Problem resolved.

Answers (0)