cancel
Showing results for 
Search instead for 
Did you mean: 

design problem: Central MessagePool in WebDynpro App.

Former Member
0 Kudos

Hi people,

I have a design problem in my webdynpro application:

I'm designing an application with different DC's. The architecture of the application is similar to the architecture described in the document "Web Dynpro Component

Interface Defintions in Practice SAP NetWeaver ’04s": One root DC which manages the differnt child DC's, which contain the application content.

Now I want to have a central MessagePool. Certain Messages in the child DCs are the same, and I don't want to have multiple MessagePool-entries for the same Message (each child DC has to define its own messages). I can't use the root DC as central MessagePool, because the Child DCs havn't access to the root-DC.

Any idea, how to define and use a central MessagePool?

Regards,

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

sid_sunny
Contributor
0 Kudos

Hi Thomas,

Instead of the architecture what you are thinking try the architecture explained in the following link:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f4d79e59-0601-0010-0689-89670315bc6b">link</a>

Dont forget to award points on helping answers

Regards

sid

Former Member
0 Kudos

Thanks for your answer.

Thomas