2008 Jan 07 5:47 AM
Hi all,
I want to convert char field value to the quantity field.
can anybody tell how should I approach to this.
Thanks in advance,
Sugeet.
Hi all,
I want to convert char field value to the quantity field.
can anybody tell how should I approach to this.
Thanks in advance,
Sugeet.
2008 Jan 07 5:54 AM
Hi,
Try this FM.
CALL FUNCTION 'CHECK_AND_CONVERT_NUMERICS'
EXPORTING
dmzei = ','
dtype = 'CURR'
efeld = input
IMPORTING
error = error
ifeld = output
messg = messg
msgln = msgln.
Regards
Vadi
2008 Jan 07 5:57 AM
hi,
U can use this FM
/CWM/CONVERT_CHAR_TO_PACK.
Reward points if helpful,
Regards,
Sumanjeet.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |