‎2008 Jan 31 4:26 AM
What are the global data shared by the function modules of same group?
‎2008 Jan 31 4:44 AM
hi mathew,
Global data is in the Function Builder. The global data behaves like the instance attributes of a class. The first time you call a function module in a particular function group, the data is loaded into memory. It can then be accessed and changed by all of the function modules in the group. The system retains the values until the next time a function module is called.
plz reward points if helpful..