cancel
Showing results for 
Search instead for 
Did you mean: 

Return Order Release Procedure

Former Member
0 Kudos

Hi,

I have a PO Doc Type for Returns, and I want to implement a release procedure that will check the Expiration Date of the Batch. If the expiration date is within three months for example, the RO will be blocked and cannot be released. Is this possible? Or is there another way to go about it? I just need to block the creation of a Return Order if the material is within three months of expiration.

Thanks,

Lee

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You have to use user exit for PO creation, which will trigger when u are raising the return order with return order document type.In this exit, u can write a logic to check the whether the expiry date is within the three months or not?. If it is within the three months, you can configure a error message in the exit it self so that it will block the creation of PO.

Regards

Ramakrishna