cancel
Showing results for 
Search instead for 
Did you mean: 

DC to DC Communication..!!!

Former Member
0 Kudos

Dear Experts..!!!

I have 2DCs.... lets us consider

DC1->Component1->view1,view2 and Component2->view1,view2

DC2->comp1->view1 and comp2->view1

Now, In DC1->component1, the view1 has a viewset with 3 rows as follows.

1st row->DC2-comp1-view1

2nd row->DC2-comp2-view1

3rd row ->DC1-component2-view1(default view)

all these are interface views coz of componentization.

The Requirement is when performing an action in the 2nd row view, it has to call/open the DC1-component2-view2 which is not the default view of its component.

Plz help me out.

Regards,

Vinod

Accepted Solutions (0)

Answers (2)

Answers (2)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi Vinod

You can communicate with DC to DC.It is possible in the webdynpro.

Assume that You have a dc and one component inside .You can get the data by using context mapping or you can navigate into the vies .

Map the context of a component to the Interface Controller context.

Declare the Used DCS in the DCMetaData--->Used DCS

Declare the Component usage in the used Components.

The above steps are mandatory inorder toget the data or to navigate the View

By doing these you can see the used webdyn pro components in the Component Data Modeler Graphic tool .So that you can map there and get the required data.

Regards

Kalyan

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Vinod,

this scenario is described in my Web Dynpro Tutorial <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/web%20dynpro%20sample%20applications%20and%20tutorials.htm#4">How to Navigate Inside Web Dynpro Component Interface Views</a>.

Regards, Bertram