on ‎2020 Apr 07 1:14 PM
Hi all,
is it possible to change / manipulate fields in the purchase order in the CPH before the purchase was created in the backend?
In the CPH I assing a vendor to the PR in app F3290 (mange PR centrally) which triggers the OData CL_MMPUR_REQ_SOURCEOFS_DPC_EXT.
After that the PO gets created in the backend with that vendor automatically via function MMPUR_S4PR_AUTOCREATE_PO.
Is there any BADI available which I can use to change some fields before the PO gets created? Similar to the BADI BBP_CREATE_BE_PO_NEW in SRM.
Thank you.
Regards,
Oliver
Request clarification before answering.
Hi Oliver,
Could you please try this BADI :
MM_PUR_S4_MODIFY_EXTRACTED_PO
This BADI will not change any data while PO gets created automatically , but it will modify the data while PO is being replicated to the CPH system.
Hope this helps.
Kind regards,
Somesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Did you try this ME_PROCESS_PO_CUST?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.