cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between two webDynpro projects

Former Member
0 Kudos

Hi,

How one webDynproproject communicate with another webDynpro project? Which controller will be useful for that?

Please tell me the procedure to provide communication between two webDynpro projects.

Thanks & Regards,

Mastanvali Shaik.

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi All,

Thanks alot.

Regards,

Mastanvali Shaik.

Former Member
0 Kudos

Hi,

A component in one DC can commmunicate to other compoment in some other DC.

-> Create a child DC, Make the necessary parts as public.

-> Interface Controller helps two components to communicate. So create context in Interface controller, and map it to the component controller's context.

-> Now, Build and Deploy the child DC.

-> In parent DC, define the used DC, and used component. Now the interface controller of childDC's component will be available in Parent DC's component.

-> Now Map the context of Interface controller, of childDC's component, to component controller of parent DC.

Regards,

Prabhakar.

Former Member
0 Kudos

Hi Mastanvali,

You need to create 2 DCs.

The component that you want to use of DC1 in DC2 expose it in the public parts of DC1.

In DC2 select the exposed component of DC1 in the used DCs in DC2.

Now you can communicate between 2 DCs.

Warm Regards,

Murtuza

Former Member
0 Kudos

Hi,

A WebDyn Pro Project can not directly comminucate with another WebDyn Pro Project.It can be done through Dc's.For example you can declare the component as apublic part in the first WebDyn Pro Project and you can use it in the WebDyn Pro Project with the help of Dc.

Here are some links about Dc's.Check these links they maybe helpful to you.

<u><i><b>About Development Components (DCs)</b></i></u>

http://help.sap.com/saphelp_nw04/helpdata/en/05/8d982c6ec5ce4b90da74d3aa12bc87/frameset.htm

<u><i><b>Types of Development Components</b></i></u>

http://help.sap.com/saphelp_nw04/helpdata/en/d7/fc139ba1549047a5372ad3c0d540ea/frameset.htm

<u><i><b>Creating a Development Component</b></i></u>

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/be87ec90-0201-0010-5980-b14792e6...

<u><i><b>Nesting Development Components</b></i></u>

http://help.sap.com/saphelp_nw04/helpdata/en/66/601cbaa56a984787d38ce3a46d2300/frameset.htm

<u><i><b>Deploying the Development Component</b></i></u>

http://help.sap.com/saphelp_nw04s/helpdata/en/44/86878debab3672e10000000a114a6b/frameset.htm

<b><i><u>Dependencies Between Development Components</u></i></b>

http://help.sap.com/saphelp_nw04/helpdata/en/c0/2a6a09e6b9e54aace2adf40260337e/frameset.htm

Regards,

Surya

Former Member
0 Kudos

ya, 2 projects can't communicate....infact its d DCs which can communicate with each other.......

go through this link

former_member186016
Active Contributor
0 Kudos

Hi,

Two Web Dynpro projects never communicates.

Two components in different projects can communicate. Each component have a controller. You need to create usage relation between component and then use controllers to communicate.

See my reply in this thread: shows a scenarion of communication between components in different dc projects:

Regards,

Ashwani Kr Sharma

former_member193726
Active Participant
0 Kudos

Hi Mastanvali,

Please check the link below.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94a...

Good start for component reusage...

Regards,

Rekha Malavathu