cancel
Showing results for 
Search instead for 
Did you mean: 

fetching data from one dc to other

Former Member
0 Kudos

Hi webdynpro gurus

i have a requirment of getting data of one component into other component context. As the first component is get data using isr helper classes so its excuting many crosscomponet method in the first method and fetching the data. it would be diffcuilt to build all the logic in the second compnent. is there any way to instansiate the first compent and execute the component controllor methor from second component.

thanks in advance

jaj

Accepted Solutions (0)

Answers (2)

Answers (2)

p330068
Active Contributor
0 Kudos

Hi Johny,

Please check the docs - [One|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0ae5f90-1679-2c10-4183-8c64cf932088?quicklink=index&overridelayout=true] and [two|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60132577-7801-2b10-c9b1-b13b2f78f23b?quicklink=index&overridelayout=true] and [Exercises and Solutions|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/800b7206-9c6d-2910-f78e-ce4034716c56?quicklink=index&overridelayout=true]

Hope it will helps

Regards

Arun Jaiswal

former_member214651
Active Contributor
0 Kudos

Hi

Yes. It is possible to expose the methods and the context elements from one DC to another DC in WDJ. You need to use the InterfaceController to acheive the same

Refer the links below for the usage

Regards,

Poojith MV