nizamudeen
30th August 2005, 11:53
Hi,

i am trying to run the baan job sessions through unix scripts. when i was seeing the ttaad503 tables, in the "rcrd" field, i have noticed that the first three chracters of the record gets changed based on the sessions on which i am making the job. I understood that its the length of the field, but i could not guess the logic behind this

For eg, if i create a job for Print Areas, i can see the "rcrd" field in ttaad503 table reads as 016creg.f:=" "016creg.t:=" "

here, the length of the area field (creg) is 3 Characters. But how 016 came ? what is the logic behind this ?

Could any one Help ?


Thanks in advance

nikos1
30th August 2005, 14:16
Hi,

'016' is a kind of control number for the length of the partial string.

The partial string '016creg.f:=" "' has a length of 16. This logic is continued for all partial strings in field ttaad503.rcrd.

Regards

nizamudeen
30th August 2005, 14:42
yes...i got the Logic...

Thanks a lot !!!!!