hi Experts,
FIELD-symbols : <fs_x> TYPE X.
"convert char to ascii
ASSIGN 'A' TO <fs_x> casting.
the above code is working differenlty in 2 systems.
in one system - <fs_X> = 0041 - which is correct
in other system - <fs_X> = 4100 - which is wrong.
Please advice.
Rgs,
Jayant