Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Re: Decimal format conversion issue

$
0
0

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


Viewing all articles
Browse latest Browse all 8451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>