cancel
Showing results for 
Search instead for 
Did you mean: 

How to use a context between two components at the runtime

Former Member
0 Kudos

Hi Experts,

My Web dynpro component is over the Generation limit (size of generated load is > 2 MB) so it always gets Warning when I active it. That why I have separated my application into two components and use the ViewContainerUIElement in order to show views of each other.

In the application, I use also the TimeTrigger to refresh pages, all views have a TimeTrigger and the DELAY property of TimeTriggers is bounden into the same context attribute. I use a component to set up (change) the value of context attribute that is mapped with the Delay property. I want to change the Delay value on a component and other component will understand the changing.

My problem is how I can use the same context attribute between components at the runtime?

Let give me your advice on this.

Many thanks,

Ken

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ken,

You can use [external context mapping|https://cw.sdn.sap.com/cw/docs/DOC-27901] to share data between two or more components using context.

Thanks,

Duy

Former Member
0 Kudos

Thank Duy, I will read it and show you the result.

Kind,

Ken

Former Member
0 Kudos

Thank Duy, I followed the link and resolved my problem. Sorry for late replying.

Ken.