on 2012 Jun 28 12:22 AM
Hi,
We are on SRM 7.1.
We have a requirement where in the shopping cart screen,after clicking on ADD ITEM-->AS SERVICE ORDER,in the next pop up screen(see below) which comes up we want to field "Unit of measure" should be defaulted to EA but should be kept editable and the field "Service Quantity" should be defaulted to 1 and set to "display only"...
I was thinking that this could be achieved via enhancement of the standard Webdynpro application (/SAPSRM/WDC_DOFC_SC_I_SER) for the shopping cart screen (service line) i.e. View V_DOFC_SC_I_SER...
Can someone please confirm if this is achievable via WD enhancement or we need to do CORE MOD?
Thanks.
Request clarification before answering.
Hello,
to populate default value inside web dynpro component view, best solution is to implement BAdI definition WD_BADI_DOMODIFYVIEW from enhancement spot WD_BADI.
By this way, neither standard enhancement nor standard modification is done.
See following thread:
Regarding field in display mode only, no metadata exist for set type "Service Order", so, you also have to use BAdI definition WD_BADI_DOMODIFYVIEW
Regards.
Laurent.
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.