Show TOC

Configuring the EPCF ServiceLocate this document in the navigation structure

Use

You can configure the EPCF service in SAP NetWeaver Administrator, as described in Accessing Portal Services in SAP NetWeaver Administrator .The name of the corresponding application module is com.sap.portal.epcf.loader, the component name of the EPCF service is epcfloader.

The following table lists all properties of the EPCF service:

Property Key

Valid Values

Default Value

Meaning

applet.archive

on,off

on

Affects the EPCF applet only: specifies how the applet loads the Java classes

  • on : all in one JAR archive

  • off : as separate class files

applet.trace.level

1,2,3,4

2

Affects the EPCF applet only: level of trace outputs from the EPCF applet to the Java Console

framework.level

0,1,2

2

EPCF level that defines how data is stored in the client data bag

framework.level.debug

on,off *

off

Internal debugging only: when activated, extra HTML comments, containing the properties of the portal components used, are rendered

script.dynamic.top

on,off *

on

Internal fallback only: central switch to disable the computation of dynamic top frame references needed for nested portals

script.exception

on,off *

off

Internal debugging only: displays exceptions from the event delivery in the browser popup windows

script.set

standard, optimize

optimize

Specifies which version of the script to use:

standard (the more readable version) or optimize (the performance- optimized version)

script.trace

on,off *

off

Internal debugging only: activates tracing of the EPCF API calls

workprotect.mode.default

1,2,3

1

The default WorkProtect mode set by administrator. Users can personalize it as required.

  • 1: protect data, open new window

  • 2: discard data

  • 3: display decision popup

workprotect.mode.personalize

on,off *

on

Specifies whether to enable/disable the personalization of WorkProtect

workprotect.mode.features

<string>

<empty>

Fallback only: Feature string for window.open .

A comma-separated list of values that specify the properties of a new window in which a navigation target is opened. If not specified or empty, the new window inherits the properties of the original window

workprotect.mode.layout

<string>

default

Sets the layout of the WorkProtect popup box to either of the following:

  • default - with the OK and Cancel buttons

  • buttons - with the buttons for each option

  • external - a custom implementation of the popup.

    For more information, see Implementing a Custom WorkProtect Popup .

workprotect.popup.external.url

<string>

 

If workprotect.mode.layout = external , the context name of portal component, for example:

myCompany.myPortalWorkProtectPopup

workprotect.popup.mode.options

<string>

<empty>

Specifies which options are displayed in the dialog box. The valid values are:

  • N : Continue with navigation and open new window

  • D : Discard changes and open content in same window

  • C : Go back to your page and save data

The valid combinations of these values are DC or NC.

Leave the value empty to display all options.