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

CHAR TO QUANTITY CONVERSION

Former Member
0 Likes
500

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.

2 REPLIES 2
Read only

i048168
Product and Topic Expert
Product and Topic Expert
0 Likes
474

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

Read only

Former Member
0 Likes
474

hi,

U can use this FM

/CWM/CONVERT_CHAR_TO_PACK.

Reward points if helpful,

Regards,

Sumanjeet.