cancel
Showing results for 
Search instead for 
Did you mean: 

Auto GR Receipt based on ASN Quantity

Former Member
0 Kudos

Hi Friends,

Can you please tell me, in which BADI, I can write code for following steps

1. Check the Shipping Quantity in the ASN ( Advance Shipment Notification )and the Order Quantity in the PO

2. Check the tolerance

3. If the Shipped Quantity is less than tolerance then Auto Receive

4. If the shipped quantity is greater than tolerance the send error email to requestor

If there is no BADI, Please suggest me, how to solve this.

Regards,

Venkata.

Accepted Solutions (0)

Answers (2)

Answers (2)

yann_bouillut
Active Contributor
0 Kudos

Hi,

The ASN is set on PO level.

Then you have to use the BBP_DOC_CHECK badi to control and issue your message.

Kind regards,

Yann

Former Member
0 Kudos

Hi

Which SRM version are you using ?

Use transaction - SE18 for the BADI Definitions

Try using the BADIs

<b>BBP_CREATE_PO_BACK</b> " -> For Back End Purchase Order

<b>BBP_CREATE_PO_BACK_NEW</b> " -> For Back End Purchase Order

<b>BBP_DOC_CHANGE_BADI</b> " -> for making changes to PO

<b>BBP_DOC_CHECK_BADI</b> " -> for issuing your own messages

Hope this will help.

Please reward suitable points, incase it suits your requirements.

Regards

- Atul