cancel
Showing results for 
Search instead for 
Did you mean: 

fox formula in BPS doesn't recognize characteristic

Former Member
0 Kudos

Hello experts,

I'm trying to set up a formula function in BPS with the fox formulas.

The problem is that my characteristic doesn't get recognized.

Example :

If characteristic_A = a value.

message 'hello'.

endif.

In this case I get the message "formula element characteristic_A could not be recognized"

Has this anything to do with the fields to be changed and field for condition in the level.

Thanks in advance

Steven

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Check if the value you are putting for the characteristic has the necessary leading zeros.

Use F4 in the formula editor.

Former Member
0 Kudos

Hi,

Characteristic should be part of fields to be changed.

data abc type characteristic_A.

if ABC = a value.

message eAAA(xyz) with e f g h.

endif.

hope this was helpful

thakns