Hi Deepak,
in this table trdir stores data related to your program like when created, when last executed date and time etc..
use this one...
data : wa_trdir type trdir.
selectsingle * from trdir into wa_trdir where NAME = sy-repid.
write : wa_trdir-udat.