cancel
Showing results for 
Search instead for 
Did you mean: 

BOB application BADI for update?

Former Member
0 Kudos

Hi All,

As we all know for B2B application, CRM_ISA_BASKET_HEAD & CRM_ISA_BASKET_items BADI gets triggered for order actions for Item and header.

Where as for BOB, this BADI gets triggered only for prepare order action and not for update, as we have in B2B application.

Kindly suggest which BADI is getting triggered for update action in BOB application.

Because, when i am adding extension data from order page using MaintainBasketDispatcher action in BOB application, then extensions are getting retrieved even on update. Where as the BADI is not getting triggered for update action.

Kindly help!

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ekta,

The two BADIs you mentioned should get called in BOB scenario as well. Can you please double check?

Thanks,

Derek

Former Member
0 Kudos

Hi.

We kept break point in all the methods of header and item. These badi's gets called for b2b application on order load and update. But none of the method gets called for update in BOB.

Is there any other BADI/FM which which called for BOB application on order load and update. We want some data in extension data for each product line item, from backend. But these badi don't get trigger on update.. It has become a stopper now for us...

Kindly help!

Thanks!

Former Member
0 Kudos

Go the XCM Configuration for the BOB scenario and change the following parameters:

- Baskettype ---> Put value "crmbasket_crmtemplate"

- Basketdata ---> Put value "crmbasket"

Please tell us if this work !

Former Member
0 Kudos

Thanks a lot Marian!

It solved my problem...

It was java basket for BOB scenario by default. I kept crmbasket.. and now i am getting BADI error messages on update. So badi is getting called...

Thanks a lot

Ekta

Answers (0)