warner
11th June 2013, 09:48
We created a report of showing the lists of supplier as per classification e.g APPROVED and DISAPPROVED. I just want to know how i can integrate the supplier creation in the report. Is there any ways of getting the date in tccom etc?

bhushanchanda
17th June 2013, 07:38
I am not sure about 4C4, but in LN we have a field as Creation Date in table tccom100 which stores the Business Partner's.

If you dont, you can either add the table to audit and get the creation date else, you can add a UE DLL to that table and make a customized table to get the required values with creation date. So, whenever a new record is added to that table, your customized table will be updated.

I guess this is what you require.

bdittmar
17th June 2013, 21:07
We created a report of showing the lists of supplier as per classification e.g APPROVED and DISAPPROVED. I just want to know how i can integrate the supplier creation in the report. Is there any ways of getting the date in tccom etc?

Hello,
there is no creation date in tccom tables of BaaN IV.
If you own source, create a separate table and fill the table with the date in sessionscript.
Afterwards the field can be used in reporting.

In BIV there are no UserExits !!!

Regards