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

regarding table status

Former Member
0 Likes
1,060

hi guys,

How to find table status is whether active or inactive.

I have TADIR table entries where i could not find whether this table is active or not.

Is there anyway to check this in from standard tables.

Thanks

Ambichan

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
885

You might want to check the table DD02L. If there is a single entry for the table, and the field AS4LOCAL is set to "A", then it is active. There could be more than one record, for example if it is inactive, there will probably two records, one with 'A' and one with 'N'. You should read the last record based on the AS4VERS. If there is one record, this value should be 0000, if there is an inactive version as well, this value will be 0001.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
885

Hi Prince,

To check the <b>Table status</b> DD02l. If you also want program status, there is one VIEW "D010SINF" which will be helpful to you. This view consists of <b>program status</b>, Authorization checks, locks, Program type...

and so many things.Have a glance.

Regards,

V.Raghavender.

Read only

Former Member
0 Likes
885

Hi!

Table DD02L contains all SAP tables.

In table DD02L , there is a field called AS4LOCAL ,which tells the status(activated or not) of the table.

You can execute it and find the status of any table.

Regards,

Neha Bansal.