All,
I am creating a report where the users can display all spot rates that have been entered/uploaded in the system.
The report looks as follows
Currency from currency to exchnage rate
EUR USD /1.5465
EUR NZD 2.2
The users need to upload in the system all indirect quoted exchange rate with a '-' sign in fornt of it. The table that stors those rates stores the '-' sign in a '/' sign. But the users should only see the rate, so without '/'.
How can I delete this '/' sign in my report. i suppose this needs to be donen with ABAP?
I was already thinking on a statement like take 5 last digits but this doesn't work because you can have rates with 3 digits, 4 digits or 5 digits, etc..
I sthere a stament that can do something like :
In case the rate starts with '/' delete this sign?
Many thanx for help
kr,
Stef