vishbaan
11th June 2002, 09:15
dear all

do you have any idea why is table tcmcs096 used for.

when I traced the database actions log, many Rebuilding sessions, calculate/update CPR sessions do an update in this table.

If its used for performance, how do I use this table; Is there a baan session that will maintain data in this table;

thanks in advance

VISH

Juergen
11th June 2002, 14:48
Hi vishbaan,

the table tcmcs096 is only a auxiliary table for some Baan sessions to store data.

For example the Session ticps2210m000 (Calculate Cost Prices)
use this table to set a counter how often this session was called.
Check the record with the fields Module (tcmcs096.modu) = "CPR" and File (tcmcs096.flcd) = 1 for this example.

Another example is Session tipcf2201m000 (Compile Constraints by Generic Item). This Session stores the path for the constraint objects in this table.

Hope this helps a little,
Juergen

vishbaan
22nd March 2007, 10:49
thank you, friend.

actually this day it helped when I looked for it again,