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

How to remove drop down menu 'Service order' and 'Service Request' from shopping cart?

Former Member
0 Likes
224

Dear Gurus,

During the implementation of SRM7.01 classic scenario, we need to remove the menu 'Service Order' and 'Service Request' attached to the shopping cart template for the professional purchasers.

Could you please guide me with pointers on how to proceed further?

Thanks and regards,

Ranjan

Ranjan Sutradhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hello Rajan,

For shopping carts you can implement BAdI BBP_SC_MODIFY_UI to add or remove the drop down menu 'Service Order' and 'Service Request'.

Answers (1)

Answers (1)

ricardo_cavedini
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello,

There is no way to disable these options on ADD_ITEM button with webdynpro configurator. The only options is to change the meta handling through BADI WD_BADI_DOMODIFYVIEW.

You can find similar code that sets visibility of ADD_ITEM from below /SAPSRM/IF_CLL_DOTM_SC_I_BD~INIT_ITEM_TOOLBAR, line 360 ADD_ITEM.

Regards,

Ricardo