cancel
Showing results for 
Search instead for 
Did you mean: 

mapping from EBP PO to R/3 PO - how to make updatations

UmaArjunan
Active Participant
0 Kudos

In Srm while creating a shopping cart, delivery date is created ,

then it goes to the approver for the approval .

Suppose if the approver changes the delivery date, it should also be updated in teh backend (FA4U) .In my case ,but it is not updated in the backend

How to make the changes in backend from EBP PO to R/ 3 PO mapping?

Can anyone give some name of the userexit Or badi to acheive this changes in the backend.

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

how to make a new thread here?

Former Member
0 Kudos

Hi,

1) No PO is Created until all the approvals are completed.

If it is not the case and even delivery date is not passed to backend then,

2) BBP_CREATE_PO_BACK is the exit, to change all data transferred to the backend system to create a purchase order. This includes the item data, account assignment, and text.

Regards

Sudheer Mullamuri

Former Member
0 Kudos

Hi,

You can use BBP_ECS_PO_OUT_BADI.

This BADI will trigger only when the PO flows from SRM to R/3.

In this BADI you can do the required changes you want in the

information which flows to R/3.

If your PO is waiting for any approval it will not trigger.

In this you will get item delivery date under it_confirmation (importing structure).

If you are not clear with the information post a message with the doubt.

Thanks & Regards

Rajesh

laurent_touillaud
Contributor
0 Kudos

Hi Abap,

You mean after po has been transferred and then changed by the requester? or before transfer and changed by the approver?

because if there is still an approval the po should not be in the backend yet.

Anyway, you can use Badi BBP_CREATE_PO_BACK to change po data that is transferred to the backend.

Best regards,

Laurent.

Former Member
0 Kudos

Hi ,

For mapping data from SRM PO to R3 PO use the BADI "BBP_ECS_PO_OUT_BADI".

Regards

kalandi

PS : Please reward points if it helps you