cancel
Showing results for 
Search instead for 
Did you mean: 

PO_CONFIRMATION_DELETE Validation Profile active

Former Member
0 Kudos

Hello SNC Expert ,

We have active the validation Profile # PO_CONFIRMATION_DELETE so that

any changes like qty , price and dates will remove the confirmation

from SNC , Which supplier has to go and confirm again in SNC.

We want only activate this validation on Quantity changes , Is there

any validation profile exit in std process where if there any qty

changes in the PO then only delete the confirmation not for price or

dates .Or any BADI we can implement to achieve this above functionality.

With Regards

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mahesh,

Create custom validation ZPO_CONFIRMATION_DELETE.

Go to SPRO

Supply Network Collaboration > Basic Settings > Validation > Own Settings > Maintain Settings in Validation Profiles

Maintain below validation check

Validation Profile= POC3

Validation Check= ZPO_CONFIRMATION_DELETE

Check Status= A-Active

Validation Profile= POC5

Validation Check= ZPO_CONFIRMATION_DELETE

Check Status= A-Active

You to add the logic to delete confirmation when change in quantity for that you need to enhance the BADi method VALIDATE in BADI /SCMB/BOL_VALFRMWRK

Regards,

Nikhil

Former Member
0 Kudos

Thank you Nikhil , Let me check with my developer to implement the BADi .

I will update you and Thanks lot .

With Regards

Mahesh 

Former Member
0 Kudos

Did this correct the issue?

Answers (0)