Skip to Content
0
Dec 04, 2006 at 10:30 AM

Formula values do not update in vf01

138 Views

Hi,

please, can anybody help me with this issue?

I created a new´formula for pricing in VOFM. In the end of the code, I put the following:

READ TABLE xkomv WITH KEY kschl = 'ZNF2'.

xkomv-kbetr = V_ZPNF. "unit value

xkomv-kwert = V_ZPNF * ( komp-mgame / 1000 ). "total value

xkwert = V_ZPNF * ( komp-mgame / 1000 ). "total value

MODIFY TABLE xkomv.

where ZNF2 is the condition I'm defining, and "kbetr" and "kwert" are the fields I have to update.

So far, ok...

The problem is: in the application (vf01), when I enter in the item detail, the values I changed do not appear, BUT only when I change any other value and press ENTER, the values change.

I don't know, but it seems to have something to do with the PBO and PAI mechanism, but I really don't know where to start from, to solve it.

Has somebody already seen some problem like this ?

Thanks a lot,

Fabio