2014 Apr 08 12:23 PM
Hi All,
i am using spell-word function for printing word in my check printing.is there any possibility to split the that word in to two column as flows
1.column - 50 Characters
2 column - remaining Characters
Thanks
kanishka
Hi All,
i am using spell-word function for printing word in my check printing.is there any possibility to split the that word in to two column as flows
1.column - 50 Characters
2 column - remaining Characters
Thanks
kanishka
2014 Apr 08 12:27 PM
Hi Kanishka
For that you will have to code it in your driver program You can use FM RKD_WORD_WRAP and pass position as 50 char. Move that into two global variables and print using them
Nabheet
2014 Apr 08 12:33 PM
Hi Nabheet,
i am using stranded program of SAP,i am trying to do without modifying stranded ,do it script it self .
is there any possibility to do
Thanks
2014 Apr 08 12:43 PM
Yes you can do it in SAP script via... Perform subroutine in program ZABC(subroutine pool) ...Search on this you will just need to create asubroutine pool in SE38 no need to modify standard
NAbheet
2014 Apr 08 5:41 PM
Hi Kanishka,
Try to use offset values, below are sample way to split the values into two columns.
1.column : spell-word+0(50)
2 column : spell-word+51(remaining characters).
Thanks,
Ashok.
2014 Apr 08 5:43 PM
Nice way..but we will still need subroutines pool to find length.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |