cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Status of Predecessor Document

Former Member
0 Kudos

I'm triggering a copy of SDAD (Administrative Correction) out of a regular change request (SDCR). Once the correction is withdrawn, SDCR status is properly changed from "Approved" back to "To be Approved". However once I properly finish a correction reaching it's final status "Confirmed", the status of the predecessing SDCR isn't changed despite being customized.

My current settings are:

- Action to withdraw correction calls method HF_SET_STATUS with parameters USER_STATUS = E0010 and PREDOC_STATUS = E0001

- Action to confirm correction calls method HF_SET_STATUS with parameters USER_STATUS = E0009 and PREDOC_STATUS = E0006

- Status Attribute Definition in IMG activity SOLMAN_CM_STAT_PROP contains 2 entries:

ZDAD / ZDADHEAD / E0010 / / Processing Phase / / SDCR / ZDCRHEAD / E0001 --> withdraw

ZDAD / ZDADHEAD / E0009 / / Processing Phase / / SDCR / ZDCRHEAD / E0006 --> confirm

As mentioned: confirmation changes the status for ZDAD but not for SDCR while withdrawl works fine for both.

Any kind of help highly appreciated!

Cheers,

Andy

Accepted Solutions (0)

Answers (1)

Answers (1)

prakhar_saxena
Active Contributor
0 Kudos

Hi

Have u maintained all the table entries in SPRO are requrd

check this note

Note 853170 - System status is not set for SET_PREDOC

Note 828278 - Incorrect user status after PPF method HF_SET_STATUS

Regards

Prakhar

Former Member
0 Kudos

Actually I could solve the issue by applying these notes:

0001254218

0001336567

Cheers,

Andy