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).
![2014-10-29_155803.png]()
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).
![2014-10-29_160346.png]()
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