on ‎2014 Jul 09 1:03 PM
Request clarification before answering.
Hi,
In our system this is open for input in describe requirement. Please check in metadata if it has been disabled purposefully.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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
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)
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.