Delete numbers

  • Thread starter Thread starter Rogermb
  • Start date Start date
R

Rogermb

I need to import a price list from Excel to SAP. The problem is that
need to import a price with only two digits after the period lik
63.45. The problem is I was sent a price list with many digits lik
63.4578932 or 12.3268246987. I would like to permanently delete the
digits forward and just keep the two digits after the period as i
63.45 or 12.32. I know about the increase and decrease decimal. But
need to permanently delete the digits. Can anyone help?

Thank you

Roge
 
You can use the TRUNC or ROUND commands to get your price value to 2 digits
after the decimal. If SAP still shows more than 2 digits, then copy the
column in Excel that shows only the 2 digits after decimal and do a paste
special with values only.

Don Guillett said:
Have a look in HELP index for INT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top