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

How to restrict access to create shopping cart for 'Service'

Former Member
0 Likes
197

Hi Experts,

We are on SRM 7.0 SP05

How to restrict user access to create shopping cart for 'Service' ??

Please advice

Appreciate your help!!!

BR

Siva

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi

You ve options like theses

1. Make the Product Type field in SC Item Detail to be Mandatory with default value as Product.

2. Develop some code in Check BADI to throw an error in case user changes it to Service. OR Develop some code in Document change BADI to change the value to Product always

Regards

Virender Singh

Former Member
0 Likes

Virender,

Thanks for your reply.

While using 'Describe Requirement' in initial screen, as per standard product type field is initially empty, user can choose 'Material or Service'. If user forgot the choose the product type, system will take product type 'Material' as default for the item.

I am not going to use product type 'Service' anymore. Is there any possibility to remove the product type 'Service' from SRM and that will reflect in EP ?? I mean product type 'Service' should not be available for selection.

Please advice

Appreciate your help!!!

BR

Siva

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

How about enhancing the WebDynpro and set fixed Material only?

Regards,

Masa

Former Member
0 Likes

Hi ,

You can create enhancement in web dynpro component /SAPSRM/WDC_DODC_SC_I_DES view V_SC_DOFC_I_DESCRIBE method WDDOMODIFYVIEW.

The options in dropdown are bound to product_type attribute in the context.

Regards,

Neeraj