Skip to Content
0
Former Member
Feb 16, 2009 at 09:10 AM

Interdependent subnodes (same context node, same model structure)

23 Views

Dear all,

is it possible that two sub nodes of the same parent node are interdependent? Which means changes applied to sub node s1 will be mirrored in s2 although no "copy" or "setValue" method has been called?

I am currently facing this exact behaviour for a node which looks like this:

context

|- Z_Change_PR_Input

|-- Requisition_Items_New (model structure: bapiebanv, singleton = true)

|--- attr1

|--- attr2 ...

|--Requisition_Items_Old (model structure: bapiebanv, singleton = true)

|--- attr1

|--- attr2 ...

If values of Requisition_Items_New attributes are changed the content of the same attribute in Requisition_Items_Old is changed accordingly.

Maybe I am missing a sub node property which needs to be adjusted...?

Any help on this will be greatly appreciated!

Best regards,

Helga