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 Micro Line on Checks

Former Member
0 Likes
1,374

Hello

Has anyone ever added a Micro Line on the bottom of a check created in SAPSCRIPT? I'm using the following code but unable to get the code to print in the MICR format.

Below is my code:

C&REGUD-CHECT&C A&REGUD-OBNKL6(9)A &REGUD-OBKNT10(4)&D&REGUD-OBKNT+14(4) &C

Parag.Formt = MICR Line

I'm using a Laser Printer could that be the issue?

Thanks

Gary

Hello

Has anyone ever added a Micro Line on the bottom of a check created in SAPSCRIPT? I'm using the following code but unable to get the code to print in the MICR format.

Below is my code:

C&REGUD-CHECT&C A&REGUD-OBNKL6(9)A &REGUD-OBKNT10(4)&D&REGUD-OBKNT+14(4) &C

Parag.Formt = MICR Line

I'm using a Laser Printer could that be the issue?

Thanks

Gary

5 REPLIES 5
Read only

Former Member
0 Likes
1,176

The MICR line is magnetic ink and is, of course, a unique font. I'm not aware of laser printers that will output the magnetic ink in the right format and font...but I suppose that's a possibility. Do you have a paragraph defined for the MICR line? Is MICR output actually available on your laserjet? The font will be available somewhere, I'm sure.

My bank once accepted fradulent checks and posted to my account without MICR ink. The bank had to post manually, but those bogus checks were printed on a laserjet and the MICR row looked pretty good.

Read only

Former Member
0 Likes
1,176

Hi Gary Morman,

Special hardware needed to print MICR line. The printer needs special MICR font converter and MICR toner. Without these you can't print MICR fonts on check. You can convert normal laser printer to a check printer adding two hardware items given above.

Kind regards,

Pavan

Read only

0 Likes
1,176

Thanks for your quick response Pavan

Not sure what a MICR Font converter is or how to install?

My printer is an HP LaserJet 4250 with following PCL Fonts:

MICR_Laser Pitch/Font = 8.11/9.4 Font# = Soft 14 Font ID = 12

ANA_MICR Pitch/Font = 8.00/8.0 Font# = Slot2 41

ANA_MICR Pitch/Font = 8.00/8.0 Font# = Slot2 42

Gary

Read only

0 Likes
1,176

Please call HP or find on web for suitable MICR DIMM for your printer. You need this to convert the font. Also you need MICR toner. Check printers also avaialble in the market directly but expensive. You buy HP laser printer and install MICR DIMM and MICR toner. This way it is less expensive. We used HP 4515.

Thanks,

Pavan

Read only

Former Member
0 Likes
1,176

Follow this SAP Note 94233 - Support of MICR font

Thanks

Srinivas