cancel
Showing results for 
Search instead for 
Did you mean: 

Close FPM Application

Former Member
0 Kudos

Hi Experts!

I have a FPM application and i need to close it automaticly. Is it possible to close the FPM Application and the corresponding window by a method?

Thanks

Jan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello ,

Please describe in more detail . when do you want to close the window ?

What is FPM application ? Is it a Webdynpro ABAP application ?

Regards

Vivek

Former Member
0 Kudos

Hello Vivek,

thannks for your reply. Yes it is a WebDynpro ABAP application which uses the Floorplan Manager.

The application starts when the user press a Button in SAP GUI. The a new Explorer Window opens with the application. When the application starts, some checks are performed - and in some cases i need to abort the application and close the explorer window.

Regards

Jan

Former Member
0 Kudos

HI Jan,

For closing the FPM application - there is a FPM event ID 'FPM_CLOSE' .

if you can trigger this event somehow, then I think your prupose can be achieved.

Regards

Manas Dua

Former Member
0 Kudos

Hi,

You can use the followign code to raise FPM event -

wd_this->mr_fpm->raise_event_by_id( iv_event_id = cl_fpm_event=>gc_event_close )

here wd_this is controller reference

and mr_fpm is FPm reference.

Regards

manas dua

Former Member
0 Kudos

Hi Manas,

thanks for your reply. There is no event cl_fpm_event=>gc_event_close. We are on NW2004s SP 15. Any other ideas?

Thanks & Regards

Jan