cancel
Showing results for 
Search instead for 
Did you mean: 

Pop-up Window

Former Member
0 Kudos

Hi,

        Just wondering if it possible to open a pop-up window instead of a page when we click on a tab associated with a Web Dynpro component. Kindly let us know.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

harsha_jalakam
Active Contributor
0 Kudos

Hi Subramanian,

Yeah it is possible to open a pop up window when you click on a tab. In the tab strip UI event properties if the code logic to open a pop up window is written in onSelect event property, then the a pop up window can be triggered.

TabStrip Events - Web Dynpro for ABAP - SAP Library

Regards,

Harsha

Former Member
0 Kudos

Hi Harsha,

                 Thanks much for your response. A question. The tab is inserted within the floor plan manager that is standard and when we insert a tab, it just asks for the web dynpro component and the view to be associated with the tab. Could you let us know how to get the events for the tab?

harsha_jalakam
Active Contributor
0 Kudos

Hi Subramanian,

In case if your are using FPM in your scenario, when user changes a tab, the corresponding event can be fetched in PROCESS_EVENT in the component controller which is implemented with if_fpm_ui_building_block interface.(io_event).


In case if are implementing without this interface, specify the empty view name and in the corresponding view DOINIT method write the logic for opening the view as a pop up, which might also be good option.

Regards,

Harsha

Former Member
0 Kudos

Hi Ananth,

Further to add to harsha's reply, you could also use OVERRIDE_EVENT_OIF to manipulate the tabstrips, if the fpm interface IF_FPM_OIF_CONF_EXIT implemented in your component.

Please refer to the following links

http://wiki.scn.sap.com/wiki/display/WDABAP/Usage+of+FPM+application+controller

http://scn.sap.com/community/web-dynpro-abap/floorplan-manager/blog/2012/04/08/dynamically-modifying...

Answers (0)