Application Development 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: 

convert string into integer

Former Member
0 Kudos

hi,

a string which have '-' sign & number(EX : -300000). I want to convert that one into CURRENCY along with '-' sign. How can I do this ?

plz help me.

2 REPLIES 2

former_member208856
Active Contributor
0 Kudos

use code as below :

data : a type string.

data : b type ekpo-NETPR.

a = '-300000'.

b = a.

write : a.

write : b.

Former Member
0 Kudos

Use this Function Module.

<b>CONVERT_STRING_TO_INTEGER</b>

Regards,

Maha