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

SRM Reservation Grouping from Shopping cart

Former Member
0 Kudos
113

Hi,

We are creating a backend reservation for when a material is ordered in the shopping cart and at the moment the shopping cart creates one reservation per line. I would like the whole shopping cart to actaully create one reservation in the backend. Does anyone have any advice as to the best method to use to acheive this?

Thanks

Andrew

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved thankyou

peter_novoth
Advisor
Advisor
0 Kudos

Hi Andrew,

I don't know your SRM release, but in SRM 5.0 the reservation split is executed here:

class: CL_BBP_SC_TRANSFER

method: SPLIT_RESERVATION

(you can check it in the transaction SE24).

Here you can see to logic why your reservation is spitted.

Anyway, you can override the standard logic and group the items in the BAdI BBP_RESERVATION_GRP.

Regards,

Peter