Skip to Content
0
Former Member
Dec 04, 2006 at 10:25 AM

Component Usage

31 Views

When developing a Web Dynpro Component (A) I reached the generation limit. Then I created a separate Web Dynpro Component B.

A is the main component where the web dynpro application is available.

A uses B in order to display the separated views.

And B uses A in order to use (map) a special context node of A.

I don't want to create a separate web dynpro component for the model because

this requires a re-mapping a re-binding of already completed elements (correct?).

The issue I have is that my way seems not to work because I can't start the application (grew screen + hour glas). Is it correct that this does not work or is something missing?