Show TOC

Function documentationAFPService Object Locate this document in the navigation structure

 

Note Note

All methods of this object should be called with the prefix

EPCM.getSAPTop().LSAPI.AFPPlugin.service.

End of the note.
logoff()

Logs off from the current portal session.

Return Value

None

getNavPrefix(mode)

Returns a prefix required to build a navigation target URL according to a navigation mode.

Parameters

mode

An integer that indicates where the content is displayed, as follows:

0: The node is displayed in the same window

1: The node is displayed in a new window

2: The node is displayed in a new portal window

3: The node is displayed in an external portal window in a framework page with no header

6: The node is not displayed, but runs in an invisible frame. The content in the current window stays unchanged.

Return Value

The navigation prefix of the target navigation URL. If no parameter is passed, the function returns null.

See Also

Navigate Method