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

Duplicate printing In SAPScript form

Former Member
0 Likes
536

In SAPScript form, is it possible to print the same page twice in one go without creating the same window twice?

There is a specific requirement that we need to print the same content twice.

Thanks for your kind help.

Ashish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

In the OPEN_Form function module you can pass the no. of copies OPTIONS-TDCOPIES.

1 REPLY 1
Read only

Former Member
0 Likes
435

In the OPEN_Form function module you can pass the no. of copies OPTIONS-TDCOPIES.