cancel
Showing results for 
Search instead for 
Did you mean: 

CProject Status Error

Former Member
0 Kudos

Hi everyone,

I have a question regarding the status of projects.

In some projects the status "Completed" is shown in cProjects.

But in the table dpr_project the field "PROC_STATUS_OWN" for those projects still contains the value '10 - Released' and not

'40 - Completed'.

How can that be?

Where does cProjects get this status from?

regards,

Hans

Accepted Solutions (0)

Answers (4)

Answers (4)

virtuzant
Explorer
0 Kudos

cProject objects gets status from CRM_JEST table, both system and user status is stored in this table with its GUID.

DPR_Project table gets updated when ever system status changes to Created, Released, completed or cancelled. 00, 10, 40, 41 respectively.

when you open a cProject plan in the front end it brings the status details from CRM_JEST table.

users task or project dashboard gets released tasks/projects based on processing status own (10) from DPR_Project/DPR_Task tables.

please check your z program that sets system status/user status. when you change a system status to RELD there should be a corresponding update in DPR_* table. if you are using BAPI_BUS217*_STATUS_SET FM, then that should take care of everything.

Hope this clarifies your question.

Thanks, have a nice time.

Regards,

Vamsi

virtuzant
Explorer
0 Kudos

cProject objects gets status from CRM_JEST table, both system and user status is stored in this table with its GUID.

DPR_Project table gets updated when ever system status changes to Created, Released, completed or cancelled. 00, 10, 40, 41 respectively.

when you open a cProject plan in the front end it brings the status details from CRM_JEST table.

users task or project dashboard gets released tasks/projects based on processing status own (10) from DPR_Project/DPR_Task tables.

please check your z program that sets system status/user status. when you change a system status to RELD there should be a corresponding update in DPR_* table. if you are using BAPI_BUS217*_STATUS_SET FM, then that should take care of everything.

Hope this clarifies your question.

Thanks, have a nice time.

Regards,

Vamsi

virtuzant
Explorer
0 Kudos

cProject objects gets status from CRM_JEST table, both system and user status is stored in this table with its GUID.

DPR_Project table gets updated when ever system status changes to Created, Released, completed or cancelled. 00, 10, 40, 41 respectively.

when you open a cProject plan in the front end it brings the status details from CRM_JEST table.

users task or project dashboard gets released tasks/projects based on processing status own (10) from DPR_Project/DPR_Task tables.

please check your z program that sets system status/user status. when you change a system status to RELD there should be a corresponding update in DPR_* table. if you are using BAPI_BUS217*_STATUS_SET FM, then that should take care of everything.

Hope this clarifies your question.

Thanks, have a nice time.

Regards,

Vamsi

Former Member
0 Kudos

Must be a bug in the system somehow. After resetting the status in cProject it worked.