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

table maintenance

Former Member
0 Likes
304

Hi,

In the table maintenance that we created, there is a field X with type currency and we use event 01 so that we can insert some validations during change mode. My problem is that we need to get the field with currency type, but in event 01, the fields of internal table containing the contents of the table is in character type and the values of field X are not numbers but #s and other symbols. Is there any way I can convert this to its original value?

Thanks!

1 REPLY 1
Read only

Former Member
0 Likes
266

Hi Eric,

try PACK_CHAR_CONVERSION or CHAR_PACK_CONVERSION for the substring containing the amount.

Really no idea if it'll work.