cancel
Showing results for 
Search instead for 
Did you mean: 

Loading and Unloading Web Dynpro Components Dynamically

Former Member
0 Kudos

     Hello Experts,

I have a requirement to have multiple components in a single( Main) Component in WEB DYNPRO ABAP.

I need to Load and unload the Used Components dynamically.

Kindly help me for the same.

Thanks and regards,

Gaur Mayank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Abhijeet,

Here We are calling the different component in a single component using Reusability Component(Used Component).

So here, Outbound Plug/Inbound Plug does not come into the picture as we are not talking in terms of Views.

I ll give you a better representation of my question.

For Instance,

Let us say i have 4 components, named A, B , C, D.

and a Main Component Named M.

In Component M,

First i have loaded the component A,
Then without unloading A, i have loaded B also.

Then I unloaded B and loaded C Component( Component A is still in the memory )

Then i unloaded C and loaded D .

This is the requisite .

So kindly help me with the same

Thanks and regards,

Gaur Mayank

Abhijeet-K
Active Participant
0 Kudos

Hi Mayank,

What is exactly meant by 'load and unload components'? If you wish to show different views of different components in the same screen space, you simply need to call the appropriate outbound plugs. Of course, you will need to create windows of the views to be shown, so that the same can be viewed and mapped in the central component that is to use other components. In short, multi component navigation is akin to moving from one view to another within a single component, where the views are replaced with windows.