Hi Experts,
I have setup a new payroll check printer for a client however I have had issues with the message "No SAPscript message exists" Message no. TD000 when I am running the print program to print the check. The first page prints correctly (Including the check) however the second page and the summary do not print because the error is thrown before it can get to that. So the MICR line and signature piece is correct in my SAPscript and has even been verified by the bank. The issue occurs both when printing immediately as well as if I just send it to the spool. The new Printer is an HP LaserJet P3015.
- Initially given the error message my thought was there was an issue with something in my SAPscript Form
- I copied the existing SAP script form to a new one to make my changes (Which involved importing a new character and paragraph format for the MICR line and signature respectively & updating the logic in the Window to use my new character/paragraph format, and then lining up).
- I went as far as commenting out all the code in the new SAPscript but to my surprise the error was still being thrown
- I thought perhaps the new check printer could not handle an existing printer font/printer bar code so I investigated that but everything looked good there as well
- Debugged the check printing program but had no luck
- I tested more and the old printer works fine with the new SAP Script (MICR line and signature do not print obviously)
Eventually after investigating and debugging I discovered that the issue lies with the device type (Transaction SPAD) ZTROYMIC which was imported from SAP Note 94233. There is currently another FI printer (Same model) that was setup here as well and is using this device type and works fine however the new one does not work with this device type.
To test my theory of the device type causing the issue I downloaded the device type from the HP site for this printer and imported it into SAP.
(http://h71028.www7.hp.com/enterprise/cache/37011-0-0-225-121.html)
This device type works correctly but it does not print the MICR line correctly. I then copied ZTROYMIC to another device type (ZTROYMI2) and made sure the print controls from the device that works fine from the HP site (ZHPLJCM1) are all on the ZTROYMI2 but that did not work either. Through my online research I have also tried running report RSTXDELL but that did not work.
Has anyone had any issues with this message or have any additional suggestions on this issue in relation to setting up a payroll check printer?
Any help or insight would be much appreciated.
Imran