Hi Sowmya,
Please check below options.
option 1:
If you use any custom program,pls remove this fixed point arithmetic.
SE38 --> click Attributes radio button---> click change button.
Option 2:
DATA lv_result TYPE p DECIMALS 2.
DATA lv_amountTYPE p DECIMALS 2 VALUE '3357.50'.
lv_result = ABS( lv_amount ). WRITE: 'ABS: ', lv_result.
Option 3:
If you use adobe form for cheque printing...check options in field object tab(decimal data pattern).
Thanks,
Satya
