cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 5.0 use BADI to change locations in shopping cart

Former Member
0 Kudos

Hi,

I change the shopping cart item field location (BE_PLANT) with the BADI BBP_DOC_CHANGE_BADI / method BBP_SC_CHANGE.

SRM not accept this changes.

The BADI works correct, i debugged this. But in after badi program steps the the field location (BE_PLANT) will set to the old value.

Our SRM Release is SRM 5.0 SP09.

Backround is, that in backend system (ERP2004) product master data for any plants not exists. The reservation should be created in another plant.

Bert

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thank you, the BADI now works correct.

Bert

Former Member
0 Kudos

Hi Bert,

The location in SRM is defined as a business partner and thus stored in table ET_PARTNER in the Badi BBP_DOC_CHANGE_BADI.

You should flag for deletion the previous entry in table ET_PARTNER using DEL_IND and then recreate your new entry. Make sure you get the partner ID and partner guid.

Axel