What is the name of the entity you are checking and deriving? Did you create a new entity called ZMARC that contains the check and derivation rules? Your functions should be named as CHECK_<entity> and DERIVE_<entity>. The other thing you need to think about is that functions for a specific entity will only be called when that entity is changed.
↧