cancel
Showing results for 
Search instead for 
Did you mean: 

How to print the MICR symbols in sapscript for Cheque printing

Former Member
0 Kudos

Hello All,

I am working on the cheque printing. I want to display check number with MICR symbols like in the original cheque we have at the footer level the symbols.

How to print the MICR symbols in the SAP Script. Could anybody please help me out in this issue.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member187457
Active Contributor
0 Kudos

any update..??????

Former Member
0 Kudos

Hi Rohit,

I have solved the problem. Thanks for helping me out.

Former Member
0 Kudos

Hi Indra,

We are facing the same issue. Can you please let us know what did you do to make it work?

Thanks

Answers (3)

Answers (3)

former_member187457
Active Contributor
0 Kudos

HI IR

any update

former_member187457
Active Contributor
0 Kudos

Create paragraph ZM with family MICR_E( E-13B ) font 10 pt...

and use that paragraph in the code as

ZM C&REGUD-CHECT&C:C&REGUH-UBNKY&C:C&REGUH-UBKNT&C

ur printer should support MICR font ..u have to us some DIMM memory card to read it..depends on ur printer

Thnx Rohit

Former Member
0 Kudos

Hi,

In This case your Printer should support the E-13B Charecters.

Create a ParaGraph with Font family as MICR_E.

use C for ON-US SYMBOL which is printed at the beginig and end of the Check Number

ie C&CHECK_NUMBER&C

then use A for TRANSIT NUMBER and

Use D for DASH SYMBOL in your check.

then while Printing the check the original check number will be printed .

Note: Your Printer should support the E-13B charecters

Thanks.

UmaS.