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

Problem with cheque printing

Former Member
0 Likes
718

Hi Experts,

I have faced one problem in cheque printing. The print program RFFOUS_C is picks the latest cheque number and send it to layout.I had debugged the layout also it is showing the correct cheque number there.But in spool it is getting modified to some other number for example cheque number shown at layout is X if my output contains 3 pages then cheque number in the spool is shown as X+3.

How can i resolve this problem.Please help me in this issue.

Regards,

Bujji

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
675

If I understand correctly, a multi-page check uses more than one check number.

Standard processing of checks uses PRE-PRINTED forms. The paper already has check numbers on it. SAP keeps the numbers synchronized. If an overflow occurs, the first pages are VOID and the check numbers are VOID.

If you are NOT using pre-printed paper with check numbers, you can stop the VOID.

It is controlled in the variant for the program RFFOUS_C. Look at the checkbox for DO NOT VOID ANY CHECKS. If you select this, no check numbers are voided. Select the F1 help on this checkbox. SAP explains it better than me!

4 REPLIES 4
Read only

Former Member
0 Likes
675

first print Immediately, then check the output.

Regards

Prabhu

Read only

Former Member
0 Likes
676

If I understand correctly, a multi-page check uses more than one check number.

Standard processing of checks uses PRE-PRINTED forms. The paper already has check numbers on it. SAP keeps the numbers synchronized. If an overflow occurs, the first pages are VOID and the check numbers are VOID.

If you are NOT using pre-printed paper with check numbers, you can stop the VOID.

It is controlled in the variant for the program RFFOUS_C. Look at the checkbox for DO NOT VOID ANY CHECKS. If you select this, no check numbers are voided. Select the F1 help on this checkbox. SAP explains it better than me!

Read only

Former Member
0 Likes
675

Hi Norman,

Thankx for your quick reply. Currently i am working with 4.0 version of sap actually i forgot to say this,so that option (Do not Void any Checks) is not avaiable in this version. If you have any idea please help me.

Cheers,

Bujji

Read only

Former Member
0 Likes
675

Thank you all, and thanks for your valuable solutions. I solved my problem on my own.

Regards,

Bujji