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

CONVERSION _EXITS urgent

Former Member
0 Likes
690

Does anyone know how to make a negative number with a MINUS in front of the numebr???

45.000 - to be - 45.000

through conversion exits or how??

to put it into ALV...

Does anyone know how to make a negative number with a MINUS in front of the numebr???

45.000 - to be - 45.000

through conversion exits or how??

to put it into ALV...

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
670

Welcome To SDN.

Use this FM for the same -

Fm -. CLOI_PUT_SIGN_IN_FRONT

Regards,

Amit

Reward all helpful replies

Read only

0 Likes
670

OK I GOT IT. but what type does VALUE have?

CAN IT BE DEC??

Read only

0 Likes
670

Hi.

The value can be any type. I tested thid FM in SE37 with the value '23.900-' and it worked perfectly.

Please, reward if helpful

Regards,

George

Read only

0 Likes
670

Im using this FM in domain type like CURR!!! and so it converts a number into bytes and stuff.

like 45000 - becomes 34353..02 something like that.

there's a mistake when it inputs number to this FM.

Read only

Former Member
0 Likes
670

Hi,

Use FM CLOI_PUT_SIGN_IN_FRONT.

Regards

Tanweer