cancel
Showing results for 
Search instead for 
Did you mean: 

How to close FPM GAF application on custom event

Former Member
0 Kudos

Hi All,

I need a help to close the FPM window when user clicks on WDA custom button, for ex: when user selects a value from dorpdown a custom web dynpro pop up will comes up..if user select Ok button I want close the entire FPM application, so can I achieve this.

Ok is the custom action in web dynpro, is there any way I can trigger this action to FPM Override or Process_event.

Or is there any suggested way to do.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

Using

CL_FPM_EVENT=>GC_EVENT_CLOSE, I could able to close my browser, but in my case my FPM is being to use in 2 different manners .

One is to the end users i.e. through browser...where CL_FPM_EVENT=>GC_EVENT_CLOSE is working very fine..its closing down all the  browser.

2nd case for internal SAP user, these guys use my FPM through  WDY_EXECUTE_IN_PLACE FM so here my FPM application will run on SAP GUI...in this case when user clicks on WDP close button...its just hanging up.Please see the attached screen shot.

Is there any suggestion to solve, is I need to do any thing more for SAP GUI to close my app.

On top of the this FPM application is launching through UWL a FPM "CLOSE"  button appearing on each road map steep, which I didn't configured at design time.How can I avoid this

Thanks Al.

Rajesh