2014 Jul 09 9:18 AM
Hi Experts,
We have implemented the BADI ME_PROCESS_PO_CUST to perform some checks and block the PO creation when there is any error in the method CHECK.
The error messages are being triggered as expected. The issue is that we get the pop-up with the options 'Hold' and 'Edit'. If we click on 'Hold', even if there errors, the PO gets created. We would like to avoid that pop-up and block the PO creation completely.
Could you please suggest how to proceed?
Thanks,
Vitish.
2014 Jul 09 9:45 AM
2014 Jul 09 9:54 AM
Hi Maxim,
Thanks for your reply.
Instead of using ME_HOLD_PO, do you know if there is any configuration to avoid the pop-up?
Thanks,
Vitish.
2014 Jul 09 10:04 AM
look at table T161PH
and check abap class CL_PARKHOLD_ACTIVE method PARKHOLD_IS_ACTIVE, put breakpoint