Show TOC

Object documentationPersonal Object Worklist (POWL) Component Locate this document in the navigation structure

 

A generic design template for displaying data in a STANDARD POWL format.

It is implemented using the Web Dynpro component FPM_POWL_UIBB.

The information displayed in a Personal Object Worklist at runtime is determined by the settings in the POWL interface, IF_POWL_FEEDER.

You use this design template in application-specific views (UIBB) when you want to display data in a worklist format. You determine the concrete display of the data in a worklist when you configure the Web Dynpro component FPM_POWL_UIBB.

Structure

A POWL component is comprised of the following objects:

  • Master List

    The POWL component, FPM_POWL_UIBB, can be configured as a master list within any floorplan.

  • Detail View

    All FPM UIBBs and GUIBBs can be configured as a detail view.

The detail view participates seamlessly in the FPM event loop.

Integration

You can configure a POWL component using the FPM configuration editor, FLUID.

In FLUID, you can configure the following properties of this component, as outlined in the table below:

FIELD NAME

DESCRIPTION

Application ID

The POWL Application ID that is maintained in the POWL Cockpit. It is a mandatory parameter.

Active Query Name

The query that is activated on load of the application. Data is selected from existing active queries in the POWL back-end system.

Merge Query Selection Parameters

Sets all the query selection parameters of all queries with the value of Overwrite Values for Criteria.

Overwrite Values for Criteria

A query selection parameter for all active POWL queries. If the checkbox for the field Merge Query Selection Parameters is selected, the value in Overwrite Values for Criteria is applicable for all queries; otherwise, the value is applicable to the default query only.

Use POWL Delta Rendering

Enhances the browser performance during rendering.

Refresh All Queries

Refreshes all active POWL queries registered for this application on every load of the FPM application.

Refresh Query on Load

Refreshes the default active query on load of the application.

Application Server Group

Use these parameters to set the details of the server group.

Theme

Allows you to select the theme supported by POWL. The available options are Object Worklist and Workflow Worklist.

Configuration Name

The default POWL configuration provided by FPM.

Further properties of the POWL component can be edited in the standard Web Dynpro editor by choosing Configure.

More Information