Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Find objects status

former_member355261
Participant
0 Likes
1,153

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,085

Hi Occoro,

Check the table PROGDIR.

Regards,

Quddus.

Read only

0 Likes
1,085

Hi Mohammed,

this table stores anly information about programs, whereas I need information about all types of objects !

Read only

0 Likes
1,085

Check table DWINACTIV.

Regards,

Raymond

Read only

0 Likes
1,085

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) ?

Read only

Former Member
0 Likes
1,085

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.