Clearing splits - RTE_CURR field

Question:
I have a problem with splits. It's the currency rate field for hourly rates greater than 2 decimal places (RTE_CURR).
ELIMI * does not clear it.
XDECI has no effect on this field.
Anyone else come across this problem before? I found an Australian OSS note on how to remove currency but only if hourly rates > 2 decimal places is not used.
This is my last gasp attempt to solve it before I attack it with ABAP.
Answer:
nope - this beat me.
ended up creating customer operator and used abap to clear the RTE_CURRENCY value.
Answer:
Did you try the xdeci conv and fill?
_________________
Gr,
B.
SAP Function Module Documentation Repository!

Answer:
Did you try the xdeci conv and fill?
yep, thanks. XDECI only seems to work with AMT_CURR. The RTE_CURR is filled earlier in the schema with OPT DEC to import a custom 4 decimal place currency rate. And once it's there, it refuses to go away again.
Answer:
Did you try ZERO=?
_________________
Gr,
B.
SAP Function Module Documentation Repository!

Answer:
spot on. ZERO= R does the trick.
I'm kicking myself for missing that. Big thanks!

More Articles:

Check Printer?
User Clasification Report?
Extended ST22 information ?
cats?
Cash Payment for Payroll !?
DART?