cancel
Showing results for 
Search instead for 
Did you mean: 

PO Item Data mapping

Former Member
0 Kudos

Hi All,

Can anybody give some pointers to how to map the custom fields of shopping cart item to Po item data standard fields?

Can I use the BBP_DOC_CHANGE_BADI (BBP_PO_CHANGE) method to get the functionality?

We are in Extended classic scenario

Thanks in advance .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you

Former Member
0 Kudos

Yes, you can very well use this BADI and the method BBP_PO_CHANGE to map the SC Item details to PO Item Details.

You need to pick the SC details from the PO Document History details. Read the SC details using the FM BBP_PD_SC_GETDETAIL and then map the details to the PO Items.

Regards

Kathirvel

Former Member
0 Kudos

Thank to so much for your reply .

I am worrying about the if these is no change in PO , is the BADI will trigger or not ?

Former Member
0 Kudos

This BADI will be trigerred during the creation as well as subsequent update phases.

Regards

Kathirvel