‎2008 Aug 21 4:56 PM
Hi in any of the standard function module is there any coding to change the amount to negative?
‎2008 Aug 21 5:08 PM
‎2008 Aug 21 5:05 PM
Refer this.
data: a1 type i value 56, a2 type i value 60, res type i, res1(10).
res = a1 - a2.
res1 = res.
CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
CHANGING VALUE = res1.
write res1.
Thanks,
Kartavya
‎2008 Aug 21 5:07 PM
Can you please say in any of the following FM the coding is there exit_sapmrmh_011 to 015?
‎2008 Aug 21 5:15 PM
Hi,
Please let me what your requirement is. I could help you out. I send you the above code to just see that how can we put negative sign in front of the number.
Thanks,
Kartavya
‎2008 Aug 21 5:16 PM
Hi in need to know in which of the user exits the coding is done to change the amount value to negative?
‎2008 Aug 21 5:23 PM
‎2008 Aug 21 5:24 PM
‎2008 Aug 21 5:29 PM
‎2008 Aug 21 5:32 PM
‎2008 Aug 21 5:08 PM