2008 Nov 19 9:40 AM
Hi Experts,
Hope you all are doing great...
Can any one guide me how to find the below information for customized table.
1. Creation date of a customization table
2. When data last updated in this customization table?
3. Tables with zero entries.
i will be waiting for your reply.....
Regards,
Ram
2008 Nov 19 10:44 AM
Hi,
Check out table DD02L ,
Hope u ill find all details required.
thanks
Arjun
2008 Nov 20 7:05 AM
hi Arjun,
thanks for your reply... we can not find the information like table creation date, Number of entries in table and last data update on customization table in table DD02L. plese suggest me if you any other way.
Regards,
Ram
2008 Nov 20 3:28 PM
to know the creation date and updation date look for the table TRDIR and its fields CDAT and UDAT.
TRDIR-CDAT - Created on
TRDIR-UDAT - Changed On
and to know how many entries are there in the table u can use a report for tht.
like writing all the data to an itab and then look for its sy-dbcnt value.
Edited by: Abhinab Mishra on Nov 20, 2008 9:00 PM
2010 Dec 15 7:06 AM