Skip to Content
0
Oct 20, 2005 at 04:57 AM

Question about Module Pool

22 Views

What's the different between

Process After Input.

Field abc Module a.

Module b.

Field def Module c.

Module d.

AND

Process After Input.

Module b.

Module c

Field abc Module a.

Module d.

If module 'a' perform checking on field abc while module c perform checking on field c, do they provide the same effect / result?

Appreciate your expert comments. Thanks!