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

Cheque Form

Former Member
0 Likes
570

HI All..

Plz any one can help me ASAP..

I want to print 50-200 cheques in a single spool request using print Workbench.. I have to use SapScript for this.. Earlier in the Script it is A4 size.. But we have FANFOLD Cheques.. for this i created my own page format & Format Type in Transaction SPAD as ZCHEQUE according to our check format. Now while creating a proposal it is not printing. In Job Log it is showing like this

--Job started

--step 001 started (program SAPFPAYM_SCHEDULE, variant &0000000000087, user ID MYBURGHW)

--step 002 started ( Program RFFOUS_C, variant &0000000000087, user ID MYBURGHW)

--Check number status at beginning of processing: 0000000050002

--- Device type CNSAPWIN does not support page format ZCHEQUE (the page format i created in SPAD).

-- Job Cancelled.

Plz any one can help me ASAP

Regards

Rajendra

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
500

You are getting that message because you need to create Device type format for the page format you've created.

To create a device type format, you need to copy device type first. Display the copied device type in SPAD, click on Formats button, click on create new and select the format ZCHEQUE. In the following screen you need to define format actions, they deal with printer escape sequences. Click on copy format button select from format LETTER, leave remaining default. save it and try to print.

Donot copy device type CNSAPWIN, select the device type appropriate to the pritner you are going to use.

Regards

Sridhar

3 REPLIES 3
Read only

Former Member
0 Likes
500

Hi Prasad,

Think you have careated a new format right. Sometimes what happens is this format what you have created will not be supported by SAP. This will check with the standard formats, why not try using one of the standard SAP provided formats. Cause when you move this in Produciton Server also due to inconsistency it might not come as well. So better try using a standard format rather than a Z fomat.

Regards,

Tushar

Read only

Former Member
0 Likes
500

Hello Rajendra,

You should add 'Page format' ZCHEQUE to 'Format Types' and then 'Format Types' to your Device Type in SPAD device types. Otherwise it will not recognise the format you are using. You should also add ZCHEQUE page format in the layout.

This error comes at run time only.

regards,

ram.

Read only

sridhar_k1
Active Contributor
0 Likes
501

You are getting that message because you need to create Device type format for the page format you've created.

To create a device type format, you need to copy device type first. Display the copied device type in SPAD, click on Formats button, click on create new and select the format ZCHEQUE. In the following screen you need to define format actions, they deal with printer escape sequences. Click on copy format button select from format LETTER, leave remaining default. save it and try to print.

Donot copy device type CNSAPWIN, select the device type appropriate to the pritner you are going to use.

Regards

Sridhar