cancel
Showing results for 
Search instead for 
Did you mean: 

ASN creation for DCM

Former Member
0 Kudos

Hello Guys,

I’d like to know if is possible to disable the buttons “Create ASN (Gross)” and “Create ASN (Net)” for an item that has status of stock on hand as “No Alert” because I’m able to create a replenishment order to the item below “AS-800” unnecessarily.

Thanks,

Alberto.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alberto,

You can have Z-validation check for creating ASN for no alert.

Create Z_validation say ZASN_NO_ALERT_DCM.

Go to SPRO>> Supply Network Collaboration >> Basic settings >> Validation >> Own settings >> Maintain Settings in Validation Profiles

Validation profile:P001

Validation check:ZASN_NO_ALERT_DCM

Check Status:Active

Msg.Type:E

Save Mode:Do not save message

Continuation check: Discontinue check

save the changes.

Now you need to implement badi  /SCMB/BOL_VALFRMWRK with logic such that whenever it green it should not allow to create ASN.

Regards,

Nikhil

Former Member
0 Kudos

Thanks Nikhil. I'll try this.

I'm using the ation check "ASN_RELEASE_OVERDELIVERY" as an error and due to this The vendor is not able to create ASN.

Regards,

Alberto.

Answers (0)