2008 Dec 12 7:02 AM
Hi,
I want to j_1iexchdr-exnum(character) value into numeric or packed. Please suggest a solution. i have used FM OIJY_CONVERT_CHAR_TO_PACK but what values i have to pass in I_DCPFM and I_DIGITS.
Thanks
K Srinivas
2008 Dec 12 7:04 AM
hi,
use this function module.
MOVE_CHAR_TO_NUM.
2008 Dec 12 7:04 AM
2008 Dec 12 7:07 AM
Hi,
Try PACK and UNPACK key words
PACK source to destination
Regards
Ramchander Rao.K
2008 Dec 12 7:09 AM
Hi,
Take a data type which replicate the packed decimal and use the move statement .
for eg : v_pack type packed data type(all quantity fields will be packed data type).
Move XYZ('char') to v_pack.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |