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

SAPscript getting printed multiple times.

Former Member
0 Likes
1,054

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
Read only

Former Member
0 Likes
955

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
Read only

Pawan_Kesari
Active Contributor
0 Likes
955

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

Read only

Former Member
0 Likes
955

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

Read only

Former Member
0 Likes
955

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

Read only

0 Likes
955

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.

Read only

Former Member
0 Likes
956

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

Read only

Former Member
0 Likes
955

answered