cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Manipulate fields before creating the PO from CPH

oliver_pitz
Explorer
444

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

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member686494
Participant
0 Likes

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

Former Member
0 Likes

Hi,

Did you try this ME_PROCESS_PO_CUST?