cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Terms on BACK of each page using SAPSCRIPT

Former Member
0 Kudos

Dear all,

Just have a simple problem..but I got stucked in that.

So, please help me in this topic.

As per the business requirement, I am printing the Terms on BACK of every page. For that, I put the sequence of Pages as below:

FIRST -> BACK

BACK -> NEXT

NEXT -> BACK

After that, I have created one more Page (DUMMY_BACK) for Terms which is not having any NEXT page; and called this page at the end, using command in the last Element of the MAIN Window.

NEW-PAGE DUMMY_BACK

But, the problem remains is eventhough DUMMY_BACK don't have any Next Page, still is calling NEXT once. Ans so, after all the pages , one additional page (NEXT) getting called.

So, can anyone have solution for this. Please help me in this point.

Thanks in advance.

Best regards,

Prasad

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Issue solved. Thanks a lot for kind help.

Best Regards,

Prasad

Former Member
0 Kudos

Hi,

First check in which page you are calling NEW-PAGE DUMMY_BACK, the reason for callig once again NEXT page is the main window is getting full. And se the DUMMY_BACK as normal page( not DUPLEX).

Please check the page and window contents( where you wrote the command NEW-PAGE DUMMY_BACK) in debugging mode, so you can find out the problem.

Bye

former_member787646
Contributor
0 Kudos

Hi,

Under the Pages Section in SAPScripts there is an option called Print Mode.

You set the print mode = D (Duplex mode) then it will print the content on both the sides of the paper.

Please refer to any material related the print mode feature.

Hope it helps you.

Murthy.