‎2015 May 11 11:06 AM
Hi,
I want to know if there is a standard table that stores the status of an ABAP object (If it's activated or not, and if it's activated with or without errors).
I know that there is the table TADIR which stores all objects information, but i didn't find any column about activation, and I'm also interested to know if the activation is with or without errors.
Thanks in advance
‎2015 May 11 11:14 AM
‎2015 May 11 11:31 AM
Hi Mohammed,
this table stores anly information about programs, whereas I need information about all types of objects !
‎2015 May 11 12:10 PM
‎2015 May 11 12:19 PM
Thanks, it's the right table.
But, is there a way to know if an object is activated with errors (a table or a FM) ?
‎2015 May 11 12:26 PM
Hi Occoro,
JEST & CRM_JEST --- Individual Object Status
FIEH_STATUS -- Object Status for Restart Exception Handling
I think these Tables may be helpfull for you.
Regards,
Surya.