on 2015 Sep 10 12:33 PM
Hi Experts,
I want to Disable Product category field in confirmation creation only for limit SC's ,
just want to prevent users to change product category on Limit confirmation creation ,
Please suggest me what is best way to achieve it,
I have tried for webdynpro methods for corresponding view , but there is no post and pre exit
exits for modify method.
Thank you,
Venkat
Hello Venkat,
use Enhancement Spot WD_BADI in order to disable (not changeable) field for Limit confirmation item.
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Laurent,
Thank for replay ,
as suggested I have created enhancement spot in WD_BADI with filter values
component name = /SAPSRM/WDC_DOTC_CONF_OID
and view = /SAPSRM/WDC_DOTC_CONF_OID, but I facing errors
when I am trying to disable CATEGORY_ID in mentioned view ,
can you please share code snip to achieve this .
can you please confirm me whether I am using correct filed CATEGORY_ID
in view to hide as mentioned in above screen shot.
Many Thanks,
Venkat
Pay attention, if you click on details button - product category will be also shown on another webdynpro.
Alternative, you can try to assign custom handler class for CATEGORY_ID field in SPRO->SAP Supplier Relationship Management->SRM Server->Cross-Application Basic Settings->Extensions and Field Control (Personalization)->Configure Field Control->Configure Control for Fields on Item Level
more info here: Field configuration in SRM 7.0 - Supplier Relationship Management - SCN Wiki
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.