cancel
Showing results for 
Search instead for 
Did you mean: 

Floor Plan Manager exit button

Former Member
0 Kudos

Can anybody help me in how to control the "Exit" button of the Floor Plan Manager. I don't want to create a custom "Exit" button. When user clicks on the "Exit" button, I want to take him to a different custom page.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ravi,

There is a class NavigationTarget in FPM.

This helps you as required.

Regards,

Nagaraju Donikena

Former Member
0 Kudos

Please go through the following

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/43/42ba938eba2a21e10000000a422035/frameset.htm">link</a> for the details.

Regards,

Nagaraju Donikena

former_member751941
Active Contributor
0 Kudos

Hi Ravi,

Creat an action(say “exitpage”) for the “Exit” and put this code inside implementation

public void onActionexitpage

(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )

{

com.sap.tc.webdynpro.services.sal.um.api.WDClientUser.forceLogoffClientUser(null);

}

Regards,

Mithu

rajendrengovend
Participant
0 Kudos

Hi Ravi,

what you can do is create a perspective for that exit page and map out the navigation path to this via an event maybe called "exit_xxx" and raise this event they click on the exit button.

Regards,

Raj