cancel
Showing results for 
Search instead for 
Did you mean: 

Inactive ITEMS appear in Active Projects

former_member184335
Participant
0 Kudos

Dear Experts,

I have a situation, where I have custom ITEM statuses are linked to standard STATUS GROUPS. While changing the status in ITEM LEVEL to an inactive STATUS, the STATUS GROUP is not changing.

Example :

SPRO:

/RPM/ITEM_D Data

/RPM/ITEM_D_DER Data

This is the reason ITEM with inactive status appearing in ACTIVE Projects dashboard.

Please help, what to check and any program or functional module to debug.

Regards,

Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

judith_gabriel
Contributor
0 Kudos

Dear Anil,

you can set a breakpoint at class /RPM/CL_ITEM_D_API, method UPDATE_ITEM_ATTRIBUTES, if the status is updated. Then you can check in FM /RPM/ITEM_DETAIL_DATA_SAVE_DB, if

table IT_UPDATE_NEW > ITEM_DER-STATUS_GROUP is containing the correct status-group.

Best regards,

Judith