Hi Experts,
I am facing a problem with a formula expression...
Let me explain..
I have created a formula expression, called Z1 and this is passed as the calculation rules for a specific field.
Now in the formula expression Z1(Data type Amount), I am doing the following logical.
ElementA(Data Object- type AMOUNT_PS) * ElementB(Data Object-type AMOUNT_PS)
Both Elements are of type Amount_PS
The problem is when I do a system check on the formula expression Z1, the system throws the error
-
Required calculation is not possible with these operands
Diagnosis
The formula contains a calculation with currency amounts, quantities, prices, or figures. This comparison is not allowed due to data types in the operands.
Why is it not allowed to multiply 2 elements of the same type (Amount) in a formula??
Thanks a lot for your help.
Regards,
T.M