Application Development 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: 

SAPscript getting printed multiple times.

Former Member
0 Kudos

Hi Folks,

I got a strange problem , when we are try to print a SAPscript it is getting printed 5 times.

We cant understand why it is happening because I checked everywhere and I found everything to be fine. This script is absolutely working fine in the quality server but in the production it is getting printed 5 times.

Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It seems to me you are using F110 for check printing. If it is so then check the variant you are using for the report RFFOUS_C. Here may be the no of copies defined as 5. Just change that value like development server and save the variant.

Regards

Shiba Prasad Dutta

6 REPLIES 6

Pawan_Kesari
Active Contributor
0 Kudos

If you can then put a break-point in FM OPEN_FORM and see the input parameters

Former Member
0 Kudos

Hello,

check the FM OPEN_FORM and that we have struicture this ITCPO and feilds is thisTDCOPIES.

give the number of copies.....

Thank u,

santhosh

Former Member
0 Kudos

Hi santosh,

Please check out FM OPEN_FORM & CLOSE_FORM .

Degug script once again.

Did you try to copy your first-page to one named 'next' and set this next-page as follow-up of first .

Cheers,

Pravin s

0 Kudos

As I told in my thread that the script is getting printed fine only once in the quality server but when it comes to production so I dont find any problem in the print program with the function modules and also the print program is a standard one. the print ptogram is RFFOUS_C.

Its a check printing actually.

Former Member
0 Kudos

It seems to me you are using F110 for check printing. If it is so then check the variant you are using for the report RFFOUS_C. Here may be the no of copies defined as 5. Just change that value like development server and save the variant.

Regards

Shiba Prasad Dutta

Former Member
0 Kudos

answered