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

enable field Product Type

Former Member
0 Likes
421

Dear SRM Experts,

In SRM 7.0,

how to make the "Product Type" field editable in order to choose "Service" since we need implement the service function as well in SRM.

Furthermore is meta data configuration in IMG also needed.

Best Regards

Alexander

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

In our system this is open for input in describe requirement. Please check in metadata if it has been disabled purposefully.

Former Member
0 Likes

Pls can you tell me the IMG path.

BR

Alex

Former Member
0 Likes

Extensions and Field Control (Personalization) ->Configure Field Control->Configure Control for Fields on Item Level

check if there is anything here done for product_type. also check if any enhamcnement done for WD component  /SAPSRM/WDC_DODC_SC_I_DES view V_SC_DOFC_I_DESCRIBE

Also check if there is any implementation for badi WD_BADI_DOMODIFYVIEW for above mentioned WD component

thanks,

sankar.

Former Member
0 Likes

Hi Sankar,

thanks for your expert support.


I could find this point in IMG.

There is nothing done for product_type there neither enhancnement nor implementation.

Is it necessary to implement a badi for WD_BADI_DOMODIFYVIEW  to use Service Procurement

or is it enough when a enable this field in IMG only.

Best Regards

Alex

Former Member
0 Likes

Ok.. which SRM version SP level you are in? you can implement the BADI  try the below code. I see in the view V_SC_DOFC_I_DESCRIBE this field is ITM_TYPE_DROPDOWN  and its enabled property is linked to 'PRODUCT_TYPE' attribute under context node M_DE_DESCRIBE_ITEM .

data: lo_ref type ref to CL_WD_DROPDOWN_BY_KEY

   lo_ref  ?= view->get_element( 'ITM_TYPE_DROPDOWN '  ).

lo_ref->SET_DISPLAY_ONLY( value = abap_false)

Former Member
0 Likes

Hi Sanka,

you are the best.

We are on SRM_SERVER 701 Level 0008.

By the way, is it necessary to do severe settings to use self procurement generally.

Do you have any experience on it.

Thousand Thanks

Alex

Former Member
0 Likes

Hi,

Ok So the code works we are in SRM 702 SP09. what do you mean by severe settings?

thanks,

sankar,.

Former Member
0 Likes

Hi Sankar,

you can ignore my last question. You have helped me greatly. I thank you very much.

Regards

Alex

Answers (1)

Answers (1)

Former Member
0 Likes

Bro,

I my two of the project I asked ABAP consultant to disable input attribute of this field.

Sure for your system also some custom code is written to disable this request you to please check with your ABAP Webdynpro consultant.

Another Drop down is "Service".

Thanks

Ankit