baan999
21st September 2011, 10:39
we want to print the status on the customised report

e.g. posted & finalised ( it is appeaing in tfgld4595m000) reconcillation
id: posted ; id: finalised ...etc is appearing in help command. how to print in the report the "posted"

bdittmar
21st September 2011, 11:14
we want to print the status on the customised report

e.g. posted & finalised ( it is appeaing in tfgld4595m000) reconcillation
id: posted ; id: finalised ...etc is appearing in help command. how to print in the report the "posted"

Hello,

in B IV ther's no session tfgld4595m000.
Does this session exist in a specific environment ?
Give more details, please.

Normaly such a status information is an enum. Use enum.descr$().

Regards

baan999
22nd September 2011, 07:29
we are using infor LN 6.1

please advise

baan999
22nd September 2011, 07:31
how and where to define enum.descr$()

pl.help

bdittmar
22nd September 2011, 13:02
Hello,

in tfgld4595m000 the state of voucher and batch for the transaction is shown.

So read the information for the state from the correspondent tables.


And update your env information, please.

Regards

baan999
26th September 2011, 16:08
pl provide example how to define unposted or posted ; finalised etc..

bdittmar
26th September 2011, 16:28
Hello,

what have you done 'till now?

eg.
For Batch state use field tfgld100.stat a.s.o.

Regards