cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Popup Closure

Former Member
0 Kudos

Hi all,

i have the following problem:

on a standard BSP by customizing, I've added a button, that opens a popup when clicked .

The popup is developed as a Web Dynpro java and it works fine. But when I fire an event inside the web dynpro I need to close the browser popup and notify the standard BSP of the popup closure.

can anyone help me?

Best Regards,

Raffaele.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raffaele,

You can well on action of a button in the Web Dynpro Project trigger a portal event using EPCF for the BSP application and then navigate the flow to a static html page within the WD development component and in turn write javascript in HTML to the close the window. This way, even the HTML page would not be visible to the user but would carry the flow to close the window.

Or without using the HTML Page, directly you can trigger EPCF for the BSP by writing the code in wdDoExit() of the Component Controller. And even any button wont be required on WD screen asking the user to click to close the window.

Regards,

Tushar Sinha

Former Member
0 Kudos

Hi Tushar Sinha,

can you provide me some implementation examples?

Best Regards,

Raffaele