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

Sap Script(Check print) MICR

Former Member
0 Likes
499

Dear All,

I am working on some changes in MICR symbols for check print in Sapscript,

The following Code works well and the values are passed from the database table.

PRINT-CONTROL ZMI00

&'C'REGUD-CHECT'C'& &'A'REGUH-UBKNT(5)'D'& &REGUH-UBNKL'A'& &REGUH-UBKNT5(3)'D'& &REGUH-UBKNT8(3)'D'&&REGUH-UBKNT+11(1)'C'&.

for the other company code I want hard code the MICR value

as mention in the statemtent below.

PRINT-CONTROL ZMI00

&'C'REGUD-CHECT'C'& &'A'00496'D'003'A' 111'D'281'D'2'A'&

C = ON US SYMBOL

A = TRANSIT SYMBOL

D = DASH

when I am trying to hard code the values like above mention statment, the SYMBOLS are getting repeated in the MICR lin

like

C12345C AAA00496DDD003AAA 111DDDD281DDDD2AAA

Please advice how to handle this hardcoding in Sapscrit for MICR

Thanks in Advance

Dear All,

I am working on some changes in MICR symbols for check print in Sapscript,

The following Code works well and the values are passed from the database table.

PRINT-CONTROL ZMI00

&'C'REGUD-CHECT'C'& &'A'REGUH-UBKNT(5)'D'& &REGUH-UBNKL'A'& &REGUH-UBKNT5(3)'D'& &REGUH-UBKNT8(3)'D'&&REGUH-UBKNT+11(1)'C'&.

for the other company code I want hard code the MICR value

as mention in the statemtent below.

PRINT-CONTROL ZMI00

&'C'REGUD-CHECT'C'& &'A'00496'D'003'A' 111'D'281'D'2'A'&

C = ON US SYMBOL

A = TRANSIT SYMBOL

D = DASH

when I am trying to hard code the values like above mention statment, the SYMBOLS are getting repeated in the MICR lin

like

C12345C AAA00496DDD003AAA 111DDDD281DDDD2AAA

Please advice how to handle this hardcoding in Sapscrit for MICR

Thanks in Advance

1 REPLY 1
Read only

Former Member
0 Likes
331

HI,

Instead of hard coding, pls create some standard texts using SO10 (T-Code), and include those text names in the sap script based on some condition.

This should work.

Hope this helps.

Regards,

JLN