cancel
Showing results for 
Search instead for 
Did you mean: 

Pernr Memory ID issue in HR Renewal MSS

Bhaskar_Tripath
Participant
0 Kudos

Hi Folks,

I am facing an issue which seems to be a standard application bug. But still would like to confirm if others have also encountered it. THIS IS W.R.T MSS SCENARIO.

In the 'My Team' lane, when you click on any employee card, it launches employee profile application (BSP: HRESS_EMP_PRO_G).

There is a card for Personal Data. When you click on the Details button, it further launches a WD ABAP application for Personal Profile (HRESS_A_PERSINFO).

Now the problem is, when we click on it first time, it opens up with right employee data. But when you close the WD ABAP application and again click on Details link, it opens WD ABAP Personal Profile application with manager data.

With some debug I found that the memory ID is actually setup up by the BSP application when we click on the employee card (from the landing page), but it gets cleared (memory ID remains but PERNR gets cleared using class method CL_HRESS_EMPLOYEE_SERVICES=>CLEAR_MEMORY) by the WD ABAP application for Personal Profile when the window for it is closed. This is the reason that when next time we open Personal Profile application, system cannot find the employee PERNR and hence falls back to manager PERNR.

This doesn't seems right.

Thoughts please!

Best Regards,

Bhaskar

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please apply the manual steps and corrections attached to the note: 2001281 to resolve the issue.

ie Caution: You have to perform this manual activity separately in each system into which you transport the Note for implementation. Personal Profile application entry should be added in the launchpad Role:ESS Instance:NAV_UI5 1) Goto transaction LPD_CUST 2) Edit the Role:ESS Instance:NAV_UI5 3) Create a New Folder with name:Employee Profile 4) Copy the application Personal Profile from Role:ESS Instance:MENU using the option Copy from other launchpad 5) Change the Application Alias to PERSINFO_EMP_PROFILE 6) Save the Role:ESS Instance:NAV_UI5

New parameter &CLEAR_PERNR_MEM_ID=TRUE should be added in the Target App.Parameters for Personal Profile application entry maintained in Role:MSS Instance:EMPLOYEE_MENU 1) Goto transaction LPD_CUST 2) Edit the Role:MSS Instance:EMPLOYEE_MENU 3) Navigatte to Personal Information->Personal Profile 4) Add parameter "&CLEAR_PERNR_MEM_ID=TRUE" under Target App.Parameters 5) Save the Role:MSS Instance:EMPLOYEE_MENU

Answers (0)