Show TOC

Process Overview for an Employee Locate this document in the navigation structure

Technical Data

Technical Name of the iView

com.sap.pct.erp.hradmin.11.process_overview_ee

Technical Name of the Application

asr_processes_display

Runtime Technology

ABAP/Web Dynpro

Data Source or Data Store

SAP ECC

 

In Employee Self-Service, this iView provides an employee with an overview of all processes that are performed for him or her.

This iView demonstrates how to display the processes from other portal roles, in this case from the Employee Self-Service role. The iView is preconfigured accordingly. For more information about integrating the iView into the required portal role, see SAP Note 1003584.

Integration

This iView uses the process browser, that is the Web Dynpro application asr_processes_display. This Web Dynpro application is also used by the following iViews:

Configuration

In the standard system, this iView uses the Web Dynpro configuration HR_ASR_PROCESS_LIST for the Web Dynpro application asr_processes_display. If required, you can create your own configuration. For more information, see Web Dynpro Configuration.

In the standard system, the following application parameters are stored for the iView:

  • CONSUMER_ID=HCM_PROC

    Specifies the consumer ID of the process object. This ID determines the application area of the Web Dynpro application, in this case the HCM Processes and Forms. For more information, see the Implementation Guide (IMG) of the Process Object under Set Up Users.

  • BROWSER_CONTEXT=AFFECTED_EE_OVERVIEW

    Determines settings for searching and for the selection screen. If value AFFECTED_EE_OVERVIEW is defined for the parameter BROWSER_CONTEXT, regardless of the process status, all processes that were performed for the employee who accesses the iView are displayed.

  • NO_HEADER=X

    Determines that the iView title is not displayed. For more information, see Configuration of iView and Tray Title.

More Information

For more information, see Process Browser and the Implementation Guide (IMG) for the Process Object in the IMG activities for the process browser.