cancel
Showing results for 
Search instead for 
Did you mean: 

​DTP activation errors: from /IMO/CMPUR21 to /IMO/D_PUR21

kate_i
Discoverer
0 Kudos

Errors occurred in DTP activation.

(Source) /IMO/CMPUR21 -> (Target) /IMO/D_PUR21

This is the error message.

What do I need to do to activate DTP?

Is the error in installing /IMO/D_PUR21(ADSO) related to DTP activation?

This is the error message.

Accepted Solutions (0)

Answers (2)

Answers (2)

Torsten_
Advisor
Advisor
0 Kudos

Hi,

in your formula at the end the both else values must be from the same data type as your target field.

I'm not user what the data type is (int, float, ...).

Please adjust the formula like:

Before: ... if("0CONF_DATE" = "0DSDEL_DATE", "0CNFQTY", ''), '')

After, for target data type INT: ... if("0CONF_DATE" = "0DSDEL_DATE", "0CNFQTY", 0), 0)

in case of a DEC or FLOAT data type may be 0.0 must be used instead of 0.

Torsten

Torsten_
Advisor
Advisor
0 Kudos

Hi,

I assume the target field (0pqcasrqpu) is a key figure.

In the ELSE condition of your IF statement you are using an initial string ''.

I assume HANA expect a number. Could you change the two ELSE condition '' to 0.

And try activate / execute again.

Torsten

kate_i
Discoverer
0 Kudos

Mr. Torsten

Thank you for your comment.

Could you please explain the procedure on how to work with it?

My BW environment is "BW/4HANA 2.0 SP5".