on 2018 Oct 16 6:55 PM
Hi All,
I've created a new key figure in the development system with numeric type and 3 decimal places (default). But I need 6 decimals!! I can't use FLT.
I've created a new domain with 6 decimals and assigned it to the data element of the InfoObject.
Question: how can I transport this change to the QA or Production? I get the error message: "unknown function 'TOMD'" so that the InfoObject still has 3 decimals.
How can I solve the problem and synchronize the systems?
Thanks in advance,
Sergio
Request clarification before answering.
Hello Frederic,
I've found the answer for my question:
https://blogs.sap.com/2014/04/14/customizing-the-domain-for-key-figures/
It works fine.
Regards.
Sergio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sergio/Siegfried,
You can ignore the "Unknown function TOMD" message in the transport logs. It's related to not having a high-enough version of r3trans, but it's harmless (see Note 2699815). It's not related to any other issues you're having with your transport.
Cheers,
Matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sergio,
For sure you will encounter issues when modifying BW generated objects (here the data element) even if you succeed to transport it.
In your place, I would have stored the value * 1.000 as a Decimal 3 and divided it at the query level (displayed value = value / 1.000).
Regards,
Frederic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
21 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.