cancel
Showing results for 
Search instead for 
Did you mean: 

Transport InfoObject data element?

0 Kudos
4,179

Transport infoobject data element?

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

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

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

Answers (2)

Answers (2)

Matt_Fraser
Active Contributor

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

FCI
Active Contributor
0 Kudos

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