cancel
Showing results for 
Search instead for 
Did you mean: 

table to check status(active or inactive) of objects?

Former Member
0 Kudos

Hi All,

what is the table name, which contains the status of objects.

I want to check all the objects(pgms, tables, classes, FM etc) of server, if they are active or not?

Thanks

santosh.

Accepted Solutions (0)

Answers (8)

Answers (8)

raphaelbertani
Explorer

this is the table

dwinactiv

useful hint and answer

P281512
Participant

Right Answer matches SE80 100% for me

Lakshmant1
Active Contributor
0 Kudos

Hi sanotsh,

To check inactive objects,

Goto SE11->Utilities->Inactive Objects.

Goto SE38->Utilities->Inactive Objects.

Thanks

Lakshman

OO
Participant
0 Kudos

It should be

SE11->Environment->Inactive Objects

and

SE38->Environment->Inactive Objects.

Former Member
0 Kudos

Hi All,

sorry for the late reply.

Everybody's answers were usefull.

Thanks.

Cheers,

santosh.

Former Member
0 Kudos

Hi Santosh,

You need to check that in the respective tables

for example programs info you can check in

D010SINF table field is <b>R3STATE</b>.

Like that you can that info in the respective tables

of the objects.

Thanks&Regards,

Siri.

Former Member
0 Kudos

to know the status of classes you can use the below view

VSEOCLASS

CLSNAME SEOCLASS CLSNAME SEOCLSNAME CHAR 30 Object Type Name

VERSION SEOCLASSDF VERSION SEOVERSION NUMC 1 Version indicator (active/inactive)

Former Member
0 Kudos

Hi santosh,

There is NO ONE Table

which will get u all the info.

1. REPOSRC

For programs, above is the tablename.

R3STATE is the field for status.

Note :

If a program is in ACTIVE state first,

and then inactive (due to some modifications)

, then this table will contain TWO entries for it.

a) A = active

b) I = inactive

2. Same Table for FUNCTION MODULES.

In the case of FM,

u will have to check the INCLUDE name

for the corresponding FM.

eg. ZAM_FG01 = function gruop

ZAM_F06 = Function Name.

LZAM_FG01U02 = include name for this FM.

(it can be 02, 03, 01 etc.)

3. For Tables : DD02L

field name = AS4LOCAL

(There will more than 1 record, if table is in inactivated state)

A Entry was activated or generated in this form

L Lock entry (first N version)

N Entry was edited, but not activated

S Previously active entry, backup copy

T Tempory version when editing

4. *----


SVRS_GET_OBJECT_STATE

We can also use the above FM.

for the field object type, the following is necessary !

Program : REPS

table = TABU

regards,

amit m.

Former Member
0 Kudos

table

PROGDIR - TO KNOW THE STATUS OF PROGRAMS/FUNCTIONS

NAME REPOSRC PROGNAME PROGNAME CHAR 40 ABAP Program Name

STATE REPOSRC R3STATE R3STATE CHAR 1 ABAP: Program Status (Active, Saved, Transported...)

function module is also an include program

if the info. is useful can you please award points

thanks in advance

Former Member
0 Kudos

i guess it will be in each of the below tables

DD03L - table fields

dd02l - tables