cancel
Showing results for 
Search instead for 
Did you mean: 

how to move the value from a character field to numeric or packed decimal

Former Member
0 Kudos

Hi,

can anyone explain me on how to move the value from a character field to numeric or packed decimal.

Please help me on this. Thanks...

Regards,

Rose.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Use the Function module

MOVE_CHAR_TO_NUM ..

It converts character to packed decimal.

please reward if useful.

Former Member
0 Kudos

Hi ,

if you use keyword MOVE u may loose the decimal and thoussan separator and if u don't want to loose them just call the FM ..HRCM_STRING_AMOUNT_CONVERT.

i doubt wherther it is HRCM or HCRM just try using *

this will suit ur requirement.

Regards,

KK

Former Member
0 Kudos

Hi Camila,

You can just use normal MOVE statement or WRITE statement, or even direct asignment,

Only thing to check before that is the value should be all numeric.

Regards,

Atish