cancel
Showing results for 
Search instead for 
Did you mean: 

USe of component as popup

Former Member
0 Kudos

Hi Experts,

We use a webdynpro component as pop up .Basically when user clicks on a link to action in a table UI we call this pop up.

On this popup we add file to a business object and what we wanted to do was when file is attached using add button and pop up is closed we want to update the link to action with number of files attached in popup.

Example: Initial link to action Add

After adding link to action Add(1).

We dont want to modify the component we call as pop up and so i was thinking to subscribe the close button to update the link to action?

Please let me know if this approach is good enough and if anyone has example to subscribe to close button or any help on this?

Thanks

BM

Accepted Solutions (0)

Answers (1)

Answers (1)

chengalarayulu
Active Contributor
0 Kudos

Hi BM,

You can use component in External Window. Just create a new component and place all your required views & functionality. then Create a new application,

in main component write the code for external window, and give the new component's URL.