cancel
Showing results for 
Search instead for 
Did you mean: 

how to transform a field from SRM local purchase order to ECC

Chaitanya_Kumar
Explorer
0 Kudos

Hi Experts,

I am new to SRM . Could you please help me on below issue

The value in the field on SRM local purchase order item should be transferred to a corresponding custom field on the replicated ECC purchase order.  Functional team asked me to use SRM BADI BBP_ECS_PO_OUT_BADI . How can i develop logic in this or do i need to create any RFC.

Thanks in advance.

kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

ivy_li
Active Contributor
0 Kudos

Hi Kumar,

You may develop this BADI in trx se18. In it, you may click 'documentation' to see more details about

this BADI. It only contains one method BBP_B46B_PO_OUTBOUND which is used to map srm PO to ECC PO. You may write the coding according to your requirement.

If you are using extended classic scenario, we usually transfer PO via BAPI BAPI_PO_CREATE1.

There is no need to create RFC.

Best regards,

Ivy