cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

False PO Change Alert (Type 7052) trigegrs when User adds header text in ECC PO

Former Member
0 Likes
141

Hi All

This is third party scenario where addition of header text in ECC PO triggers false PO change alert (7052) which says" Goods Recipient Party changes from   to XYZ" although user has not changed anything in ECC PO except header text. This also reverts the PO status in SNC to " Not Confirmed" even though user has already confirmed and published the PO.

Note:In this case we are asking vendor to directly ship the materials to customer location. So in PO delivery tab we added the customer number but we have not CIF the customer master to SNC hence validation check "PO_GR_PARTY_ID_INVALID" has been deactivated. We are using custom development to pull the delivery address from ECC to show in SNC PO.

Please suggest how to stop false PO change alert.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Sandhya,

I have few questions related to your problem.

1- Did you build your custom logic to update the PO header text via standard XML message? Thus this XML message can re-trigger the 7052.

2- 7052 is getting triggered by PO_NEW_CHG_ALERT_CTRL. Did you try to deactivate this validation check and test your scenario?

3- Can you try to put a break point to find out how the 7052 is getting trigered to below BADI & Method?

BADI: /SCA/ORDER Method: Before_Alert_Create

Regards,

Selim Batur