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

Disable link Internal goods/Service in SRM 7.0

Former Member
0 Kudos
361

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

View Entire Topic
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