cancel
Showing results for 
Search instead for 
Did you mean: 

launch standard talent profile page of employee from zWDA application

former_member188019
Active Participant
0 Kudos

we have created a custom webdynpro application, which displays list of employees ( employees can be searched ).

the employees are displayed in alv, and we provided a coulumn to view profile.

when we click on the view profile, the standard talent profile screen of that employee needs to be launched in popup.

for talent profile, in mss, there is already a standard fpm/wda application. http://eccserver:8000/sap/bc/webdynpro/sap/hrtmc_long_profile

but when we launch it says:

The application cannot be started because the person ID is missing

this error makes sense because we need to pass the pernr to this application, so that it can display talent profile of that employee only.

how to pass pernr to this application.

also, when i searched for the application params of this application, it has parameter mem_id.

is there any way / any other application to launch talent profile application for selected pernr in a webdynpro application.

thanks in advance,

Madhu_1980.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check out transaction LPD_CUST => HRTMS_NAV OBN.

It uses object based navigation

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

http://scn.sap.com/thread/3611870 all these are based on OBN, You can debug the standard application and see how the pernr_mem_id is sent. for example METHOD GET_PERNR_FROM_MEMORY CL_HRESS_EMPLOYEE_SERVICES====CP HRESS_C_PERSINFO_CONFIG  COMPONENTCONTROLLER  WDDOEXIT cl_hress_employee_services=>clear_memory( iv_mem_id = lv_mem_id ).

former_member188019
Active Participant
0 Kudos

thanks,

we were able to do this by using the sample code written in report RPTMC_PROFILE_LAUNCHER

Answers (0)