cancel
Showing results for 
Search instead for 
Did you mean: 

Custom input field not retaining value

former_member196438
Participant
0 Kudos

Hi all,

I have a requirement to add a new field to the SC limit item, in the details page. I have added the field to the includes INCL_EEW_PD_ITEM_CSF_SC and INCL_EEW_PD_ITEM_CSF and also added it in SPRO. I have also enhanced the webdynpro page /SAPSRM/WDC_UI_DO_LIMIT and added the field.

But the field is not retaining the value. When I checked in debugger, the CHANGE_BADI also does not retain the value, and so the screen ( the IT_ITEM in the CHANGE_BADI shows the new field).

Can somebody please suggest as to what can be wrong?

I tried with export/import as an alternative, but it is not reliable. It messes up in some test cases.

Thanks in advance for any replies.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check if you have binded the custom field to WD Context fields.

Which version of SRM are you in ?

former_member196438
Participant
0 Kudos

Hi Surender,

Yes, I have binded the field to the WD context.

We are in SRM 7.0.

Former Member
0 Kudos

Hi Aiswarya ,

in SPRO you need to append the custom filed in this structure INCL_EEW_PD_ITEM_CSF_SC , INCL_EEW_PD_ITEM_CSF

then values will get saved .

Thanks & Regards

Pradeep Kumar Dondeti

former_member196438
Participant
0 Kudos

Hi Pradeep,

I have already mentioned that I have added the field in the structures quoted by you.