In B2C Webshop, we are trying to use badi CRM_ISA_BASKET_ITEMS to, depending on what is in the customer's shopping basket, add an additional item to the basket. We are trying to do this on the ABAP side. I have started by adding the item in method CHANGEITEMS_BEFORE_IL , but it doesn't seem to work. Does anyone know if this can be done in ABAP, or does some or all of the customization have to happen on the Java side.
Thanks in advance for any help.