2008 Feb 26 1:05 AM
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'& ®UH-UBNKL'A'& ®UH-UBKNT5(3)'D'& ®UH-UBKNT8(3)'D'&®UH-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'& ®UH-UBNKL'A'& ®UH-UBKNT5(3)'D'& ®UH-UBKNT8(3)'D'&®UH-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
2008 Feb 26 3:41 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |