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

Activity status

Former Member
0 Likes
757

hi,

i wont to now in which table i can find Activity status ,

i now that tr. cj20n but i don't now where this in tables.

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
708

Check the JEST table.

6 REPLIES 6
Read only

Former Member
0 Likes
709

Check the JEST table.

Read only

Former Member
0 Likes
708

Hi,

The Activity Status Information is stored in table JCDS (Change Documents for System/User Statuses). You can also look into the table JEST (Individual Object Status).

The STAT field gives the status.

<REMOVED BY MODERATOR>

Thanks,

Himanshu

Edited by: Alvaro Tejada Galindo on Feb 27, 2008 4:43 PM

Read only

0 Likes
708

hi,

thanks for replay but i get the activity from table afvc field vronr

field type char4 and the field in jest is type char22

do i miss something?

Regards

Read only

Former Member
0 Likes
708

Hi,

Check the following tables,

jest

JSTO

Regards,

Umasankar.

Read only

0 Likes
708

hi,

thanks for replay but i get the activity from table afvc field vronr

field type char4 and the field in jest is type char22

do i miss something?

Regards

Read only

Former Member
0 Likes
708

The field OBJNR (Object Number) is the primary key field used to fetch unique record from JEST. Hence in order to get status of each object you need to get the value of OBJNR based on the other fields.