cancel
Showing results for 
Search instead for 
Did you mean: 

dynamically pop up a window from action

Former Member
0 Kudos

Having a button whose corresponding action is to pop up a window for user to input.

As this action will be used in many wd components in my development, i wanna it to be modeled and used.

Can I make the window pop up dynamically? the way like the search help popup.

I have a solution that create view with window in each web dynpro component, and implement a modeled Wd component.

But this acquires create window in many web dynpro components.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

very thanks, manas.

Former Member
0 Kudos

You can create a reusable wd component and then create its usage in your calling wd component.

This is the normal way, for ex ALV is a reusable component and whenever we have to use ALV we create its usage in our component.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2e71ce83-0b01-0010-11a4-98c28a331...

Check this article, if it helps you.

Regards

Manas Dua