on 2014 Jul 04 2:57 PM
Hi,
I would like to stop the following outbound messages being generated from SRM:
PurchaseOrderChangeRequest_Out
PurchaseOrderCancellationRequest_Out
I only need PurchaseOrderRequest_Out which is working fine. The other two above are failing as no receiver exists. Is there any configuration or BADI which can be employed to stop the outbound messages from being generated?
Thanks
Che
Request clarification before answering.
Hi,
The way I would solve this is like below
- I will create a implementation for BADI EXEC_METHODCALL_PPF and copy the code from standard implementation BBP_PO_SEND_XML into it.
- Include piece of code where you check if it is a change version or not, if it is a change version exit the method.
- Also change SPRO config "Define Actions for Document Output" and replace the Method call settings with new BADI implementation.
I have another solution in my mind but that is bit tricky
<removed>
thanks,
sankar.
Please do not ask for points. Message was edited by: Zoltan Keller
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Che,
Could you please let me know if you were able to solve the issue following the instructions given by Sankara?
When i tried to create a new implementation for the BADI EXEC_METHODCALL_PPF i was not able to set the filter to the following method: BBP_PO_SEND_XML. Could you please give me some hints?
Thanks and best regards
Hazem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.