2009 Aug 27 5:41 AM
Hi all,
I have to attatch a negative sign againgt amount. like - 345.00
i am doing like this.
{ write ibsak-WRBTR to itab_main-amount.
concatenate '-' gamount into itab_main-amount .
condense itab_main-amount no-gaps . }
Debugger shows amount and also '-' sign but in printout only '-' sign is comming not amount.
Can u rectify me.
2009 Aug 27 5:45 AM
Hi,
Try using this FM to put the negative sign and check the print preview
CLOI_PUT_SIGN_IN_FRONT
Regards,
Vik
2009 Aug 27 5:45 AM
Hi,
Try using this FM to put the negative sign and check the print preview
CLOI_PUT_SIGN_IN_FRONT
Regards,
Vik
2009 Aug 27 5:47 AM
2009 Aug 27 5:49 AM
Hi Ravi,
use this FM
CLOI_PUT_SIGN_IN_FRONT
also try
amount = -1 * amount.
Regards,
Vijay
2009 Aug 27 5:50 AM
Hi Ravi ,
Can u Check the Final output field in which data type.
Regards ,
Shankar GJ
2009 Aug 27 6:50 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |