‎2007 Sep 26 7:00 PM
Hi ,
Can any one help Its really very urgent for me. What is the function module name to convert the sign <b>Negative to positive and vise versa</b>.
Thanks in Advance..
Kumar.
Title was edited by:
Alvaro Tejada Galindo
‎2007 Sep 26 7:01 PM
‎2007 Sep 26 7:21 PM
Not , hard coding. Is there any function module to convert sign.
Regards,
Kumar
‎2007 Sep 26 7:31 PM
Hey Kishore,
Use this FM
ISJP_GET_SIGN
with IV_AMOUNT and SHKZG ( as 'S' or 'H)....
If you pass IV_AMOUNT = '100 .00'
and SHKZG = 'H'
it will return '100.00'
and if SHKZG = 'S'
it returns ... '-100.00'
Regards,
Vivek
‎2007 Sep 26 7:05 PM
Hi,
If you need to convert the you can use the below :
value = value * -1.
Thanks,
Sriram Ponna
‎2007 Sep 26 7:07 PM
‎2009 Jun 09 3:07 PM