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

how to check if vendor is changed in shopping cart?

Former Member
0 Kudos
119

Hi Experts,

We are on an SRM 5.0 implementation in classic scenario.

At a certain moment we want to detect if a user has changed the vendor in the shopping cart. We need this information in the BBP_DOC_CHANGE_BADI. Therefore we used the function modules BBP_PD_SC_GETDETAIL and BBP_PROCDOC_GETDETAIL to compare runtime data with database data, but these are both giving the same results. Is there a good way to check if the vendor was changed while passing in the BBP_DOC_CHANGE_BADI?

Best Regards,

Tom

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_novoth
Advisor
Advisor
0 Kudos

Hi Tom,

if the vendor was changed during the SC creation, you can't find out whether this was changed by the user.

If this was changed later on time in the check status, you can find out from the versions.

Regards,

Peter