mig28mx
28th October 2008, 00:22
Hello all,
I´m wondering if it is possible to obtain values from another session.
For example:
In a new session, call, let say tfacp2415m000 and use the output for another operation?

If it is possible, how implement it?

Thank you in advance.

NPRao
28th October 2008, 00:43
You have to use - get.var() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_variables_interprocess_transfer_get_var)

Hitesh Shah
28th October 2008, 08:12
U can start the session tfacp2415m000 in AFS mode in ur customized script and print the report to ascii file . In the report you need to modify report script to import 'parent' (parent of parent which is calling tfacp2415m000) and then u can use the put.var function to put the report result to ur calling customized session .