cancel
Showing results for 
Search instead for 
Did you mean: 

Cheque Printing issue incase of Vendor advance payments

Former Member
0 Kudos

Hi all,

We are doing vendor payments using F-58 and printing cheque from there itself, and in case of advance payments we are using F-48 for payments and to print cheque we are using FBZ5.

When we take printout from FBZ5 for advance payments we are getting two pages in the output, both the pages are using the same layout, in first page all the elements are filled with 'XXXXXX' and we are getting the desired one in second page.

I am not getting how this unwanted first page is coming and i want to remove this.

Pls help in this.

Regard's

Jean.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Got alternate way.

Former Member
0 Kudos

Hi,

Check the layout setting and what logic is used to trigger the second page.

Also check the Raw data of the spool in SP01. Select the spool id and CTRLSHIFTF10, select the RAW and click on the display button. Check the paragraph and character settings applied to the printout.

Try printing the same using different device type.

Regards,

Aditya

Former Member
0 Kudos

Hi Aditya,

Check the layout setting and what logic is used to trigger the second page.

If lineitems in first page exceeds the main window then second page gets triggered.

Also check the Raw data of the spool in SP01. Select the spool id and CTRLSHIFTF10, select the RAW and click on the display button. Check the paragraph and character settings applied to the printout.

Try printing the same using different device type.

I dont think we can do anything once spool request is generated with two pages, so it is not required to analyse on these points.

I guess that driver program 'RFFOUS_C' is getting triggered twice or in single call of the program the 'WRITE_FORM' is trigerring twice. When I try to debug and check, it is taking through long code and also 'WRITE_FORM' is also getting triggered

many times as I have many elements in the script.

I am not able to figure out even any clue on this.

Regard's

Jean.

former_member217544
Active Contributor
0 Kudos

Hi Jean,

Iam not sure, but is this something to do with TDCOVER paramater?

TDCOVER - Controls the setting of the combo box for the cover page:

SPACE: no cover page is printed

'X': cover page is printed

'D': default (printer setting)

Check this link:

http://help.sap.com/saphelp_nw70/helpdata/en/84/1f14b517aa11d5b67b006094192fe3/content.htm

Regards,

Swarna Munukoti