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

negative value

Former Member
0 Likes
747

how could i show the value of field KOMV-KBETR in negative .

4 REPLIES 4
Read only

Former Member
0 Likes
667

Hi

it will defaultly show at the end of number if you want to change the to display at first then use FM COI* Sign*front

regards

Shiva

Read only

Former Member
0 Likes
667

Hi,

multiply by -1

Read only

Former Member
0 Likes
667

Hi,

You can do as below :


KOMV-KBETR = KOMV-KBETR  * -1.
or
KOMV-KBETR = 0 - KOMV-KBETR .

Thanks,

Sriram POnna.

Read only

Former Member
0 Likes
667

Hi,

If the value is minus 123. How do you want to show the negative value? is it like 123- or -123?

Regards,

Yellappa.