cancel
Showing results for 
Search instead for 
Did you mean: 

BUS2121: Keep data in item overview and details synchronized

thomas_mueller8
Participant
0 Kudos

Hello,

I added some customer fields to the SC and enhanced the corresponding WD components/views accordingly. So far so good.

When I now add values into custfield1 in the SC details, this value does not appear in the item overview. What is missing? What is the mechanism or what needs to be done to keep the item details and the item overview in synch?

I'm working on SRM7.02, EHP2.

Kind regards,

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_mueller8
Participant
0 Kudos

Hi Robin,

problem is solved. I forgot to 'register' the new WD elements for the event ENTER. That's the reason why no update was triggered when entering a value into the customer fields.

Kind regards,

Thomas

robin_janke
Contributor
0 Kudos

Hi,

in SPRO go to CABS-> Extensions and Field Control (Personalization) -> Configure Generic Field Display on User Interface.

Enter your custom field in the table and tick the roundtrip checkbox.

If you want to do it by yourself take a look at the mapper class with the following methods:

REFRESH = update the Webdynpro with the object values

UPDATE = update the object with the Webdynpro values

Regards,

Robin

thomas_mueller8
Participant
0 Kudos

Hi Robin,

thanks for your answer. But...

- the customizing setting you mentioned didn't help.

I made the following entry:

BUS2121/ITEM/CustField1/Inclusive/  /  /x

BUS2121/ITEM/CustField2/Inclusive/  /  /x

- Break-Points in the mapper class (/SAPSRM/CL_CH_WD_BOM_SC)

Method: /SAPSRM/IF_CLL_MAPPER~REFRESH + /SAPSRM/IF_CLL_MAPPER~UPDATE

but it didn't stop after entering a value into the customer fields.

Kind regards,

Thomas