Skip to Content
Author's profile photo Shankar Reddy Chamala

PMS documents display for part appraisers

Overview:

This document explains how to display the part appraisal documents in MSS POWL application instead of ESS POWL application for part appraiser.

Identification/Issues in standard:

In Standard, POWL will show all appraisal documents for part appraiser in employee appraisal documents powl application instead of approver powl applications

Requirement:

All appraisal documents for approval it should show in approval i.e MSS POWL application for part appraiser.

Solution Steps:

Create enhancement to standard function module HRHAP_RFC_DOCUMENT_GET_LIST.

Write below logic in function module before call function  HRHAP_DOCUMENT_GET_LIST_XXL


DATA: wa_hrhap      TYPE hrhap,
       ls_documents type hap_s_documents.
   IF lt_appraisees is not initial.
     refresh: lt_others, lt_part_appraisers.
   ELSEIF lt_appraisers is not initial.
      lt_part_appraisers = lt_appraisers.
      lt_others = lt_appraisers.
ENDIF.

MSS PMS.PNG

Output:

Part appraiser should be able to view all appraisal templates in MSS POWL application for approval instead in ESS POWL application

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.