cancel
Showing results for 
Search instead for 
Did you mean: 

Badi when deleting shopping cart from BBPSC04

Former Member
0 Kudos

Hi,

Does anybody know if any BADI is called when the purchaser delete his shopping cart from BBPSC04. I have tried with BBP_DOC_CHANGE but it doesn't seem to execute it. If not Any other way to add code after deleting shopping cart??

thanks

BR

Accepted Solutions (1)

Accepted Solutions (1)

mani_sreedharala
Active Participant
0 Kudos

Hello Jorge,

Try using this BBP_DOC_SAVE_BADI for your scenario.

~Mani

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thanks, it stops.

Regards

Former Member
0 Kudos

Hi Jorge,

As Mani said: BBP_DOC_SAVE_BADI will help you out... It has two parameters:

- FLT_VAL (for shopping cart will receive a BUS2121)

- IV_DOC_GUID (document header guid)

There you can retrieve the document using BBP_PD_SC_GETDETAIL (FM) with the GUID.

Hope this helps you out...

Gerardo.