cancel
Showing results for 
Search instead for 
Did you mean: 

Context Mapping from different DCs

Former Member
0 Kudos

Hello,

I have two DCs. One of them is the "Main"-DC where is all the context. Now I have to implement an DC which export all nodes to Excel for example.

How I can do the context mapping between this DCs? I can not implement an cycle where I get the context from the "Main" by using it as Interface in the "Export"-DC and use the "Export"-DC as Interface in the "Main" to trigger the functions.

My solution is to copy all the context to the "Export"-DC, but thats can be only a workaround.

Have somebody of you an idea how I can do this?

Thanks,

Peter

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I have use some Portal Events to consume the context. It works, but not as fine as I want.

former_member201361
Active Contributor
0 Kudos

hi,

if ur dcs belong to different Application refer this blog :

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8881] [original link is broken] [original link is broken] [original link is broken];

Thanks and regards

Fistae

Former Member
0 Kudos

Hi,

Create all the attributes in one DC and expose it through interface controller. Now, you can map these attributes in another DC and set its value either from DC1 or DC2 as they are mapped so a reference will be used rather than a copy of the attributes.

Regards,

Murtuza

former_member201361
Active Contributor
0 Kudos

hi,

please refer this blog for more information about the Context mapping between the Dcs

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8748] [original link is broken] [original link is broken] [original link is broken];

Thanks and regards

Fistae

Former Member
0 Kudos

Will using the context through interface controller result in cyclic dependency? Is that you mean?

Then what exactly do you want to do? can you explain your scenario a bit more?