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

Changing display property for fields in shopping cart screen

Former Member
0 Kudos
135

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.

View Entire Topic
laurent_burtaire
Active Contributor
0 Kudos

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:

Changing default default delivery date in SC with BADI BBP_CHANGE_DEFAULT

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.