cancel
Showing results for 
Search instead for 
Did you mean: 

Disable link Internal goods/Service in SRM 7.0

Former Member
0 Kudos

Hi,

We are working on SRM 7.01 implemetation and wants to know how to diable few links in shopping cart screen.

1. Disable link Internal goods/Services on wizard shopping cart screen.

2. Diable link Limit shopping cart in Professional shopping cart.

Thanks,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please implement BADI BBP_SC_MODIFY_UI.

Former Member
0 Kudos

Hi,

Thanks for the response, i am sure we used Badi in SRM 5.0, is it same in SRM 7.0?

i think we are not using Business objects BBPSC01 in SRM 7.0 to disable.

Could you please give some more information?

Thanks

Kumar

Former Member
0 Kudos

Hi Kumar,

You will have to use the badi for your reqt in SRM 7 too..

Pls see the foll thread for more details :

HTH.

Former Member
0 Kudos

Hi Kumar ,

To disable the link Internal Goods /Services you need follow the steps

Go to se18 and create implementation u2018ZBSSP_SC_MODIFY_UIu2019 and implementing class u2018ZCL_IM_BSSP_SC_MODIFY_UIu2019 for the BAdI u2018BBP_SC_MODIFY_UIu2019.

Thanks & Regards

Pradeep Kumar Dondeti .

Answers (4)

Answers (4)

Former Member
0 Kudos

As you are working with SRM 7.01 please go ahead with modifying ABAP webdynpro component as I suggested earlier in my post.

Former Member
0 Kudos

Hello kumar,

In BADI BBP_SC_MODIFY_UI.

Just mention below statement in Method SC_MODIFY_SCREEN .

CLEAR : IS_SCR_ITMCHOICE-PRODUCT.

Regards,

Neelima

Former Member
0 Kudos

You can make it invisible for all the users by enhacing the ABAP webdynpro component.

Please follow the below steps:

1) Goto T.code SE80 in SRM system

2) Select Web dynpro comp./intf from the dropdown and give the value '/SAPSRM/WDC_DODC_SC_GAF_C' and press enter

3) Now Double click on '/SAPSRM/WDCC_FPM_SC_GAF_C' under Component configuration

4) Now Click on start configurator button on right hand screen

5) A Internet explorer window will open 'Editor for the Web Dynpro ABAP Component Configuration'

6) Click on change and give the Transport number and select the 'Web dynpro Built-in' tab

7) Drill down the Element name and search your element which is Internal under SC_LINK_CONTAINER and make it 'Invisible'

😎 Save the data in IE after making the changes.

To find out the Webdynpro component for any screen

1) Right Click on screen

2) More field help

Please let me know for any issue.

Thanks,

Ankur

Former Member
0 Kudos

Hi,

Since you are on SRM 7.0 this can be achieved by modifying the Web Dynpro Screen. Assuming you are using self service shopping cart, the technical person can modify WD screen /SAPSRM/WDC_DODC_SC_GAF_C to hide this link.

See if this helps.

Regards,

Hussain