cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Shopping Cart after Follow on Document has been created.

Former Member
0 Kudos

Hello Gurus,

Need help desperately. We are implementing SRM Classic Scenario SRM 4.0 server 5.0.

Once a Back end PO has been created a Requisitioner who created the Shopping cart can go in to check status and delet Shopping cart item by clicking on the bin. We want to dissable (grey out) the bin button.

The bin is greyed out at the Shopping cart header level but not when we drill down to the SC item. We want to deactivate the delet (bin) button.

Regards,

Abdul Kadir Rajbhoy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi. You can use the BBP_DOC_CHECK_BADI to check the SY-UCOMM value and issue an error.

Check the cart status in table CRM_JEST, or function module BBP_PD_SC_GETDETAIL and if the status = "follow on doc created" then check SY-UCOMM.

If SY-UCOMM = 'UI_ITMOVR_ITM_DELETE' then the user has pressed the delete button and you can put an error in ET_MESSAGES and stop the cart proceeding.

Regards,

Dave.