‎2008 Feb 27 9:50 AM
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
‎2008 Feb 27 9:55 AM
‎2008 Feb 27 9:55 AM
‎2008 Feb 27 9:55 AM
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
‎2008 Feb 27 10:18 AM
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
‎2008 Feb 27 9:57 AM
‎2008 Feb 27 10:25 AM
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
‎2008 Feb 27 10:26 AM
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.