metropoj
14th April 2008, 15:49
I have to place in an object that contains a report selection fix. The object I am replacing in ogld3402.

What I want to do is give the Finance people a 'heads up' on session that may hit this object for one reason or another ....

Is it possible to create a list or something that would tell me this information?

Thx in advance ....

george7a
14th April 2008, 16:54
Hi,

If you open this session, then go to shell, check the PID of this session then write "ps <Session PID>" you will see all the objects that this session uses.

If you want to know this from your script, check the oipstat function (http://www.baanboard.com/baanboard/showpost.php?p=136188&postcount=67) in the undocumented functions thread.

To get a list, check the "where used" sessions like "ttadv2467m000".

I hope it helps,

- George

metropoj
15th April 2008, 15:01
Thanks for the info ...