cancel
Showing results for 
Search instead for 
Did you mean: 

BADi For Shopping Cart "Check" Button

Former Member
0 Kudos

When Shopping, is there a BADI for the Shopping Cart "Check" button?

If none, how can I add additional functionality/processing when the Check button is clicked or Enter is triggered? I could not see the buttons in the screen.

Regards,

Al

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

When 'Check' button is pressed, following BADI's are trigered.

BBP_ACC_CHECK_ICC

BBP_MESSAGES_BADI

BBP_WFL_APPROV_BADI

BBP_SC_VALUE_GET

BBP_ACC_CHANGE_ICC

BBP_DOC_CHECK_BADI

kindly check for all of these

If you want to check by yourself, then Follow the steps below:

1. Create the shopping cart and add test item

2.Activate the External Debugger in SRM GUI, on the method 'Get Instance' of class CL_EXITHANDLER in tcode st05.

3. Now click on 'Check' button and when the control moves to the dubugging screen, then press F8 and you can see all the badi which are getting triggered.

Thanks & Regards

Ankur

Former Member
0 Kudos

Hi Al,

As Neelima suggested, BBP_DOC_CHECK_BADI will work. This BADI can be implemented for all SRM documents whether it is SC, PO or invoice. Just you need to maintain implementation using object IDs. For SC it is BUS2121.

Thanks

Siddarth

Former Member
0 Kudos

Hello,

You can use BBP_DOC_CHECK_BADI and u can code it for OBJECT_TYPE = BUS2121.

Regards,

Neelima

Edited by: S Neelima on Jul 15, 2010 8:20 AM