Hi Paul ,
Thanks for the concern!
I created a custom class taking import parameters as appr doc id and plan version.
I am passing these parameters to HRHAP_APPER table and fetching the extended id(field id)
I am passing this extended id to bapi "BAPI_EMPLCOMM_GETDETAILEDLIST ".
Here i am getting multiple entries . using subtype '0001' i will getting username and
with subtype '0010' i will get email address of the manager.
Passing username fetched from above step into bapi HR_GETEMPLOYEEDATA_FROMUSER
i will get the name of the manager.
I HAVE DONE BINDING OF METHOD PARAMETERS WITH TASK CONTAINER .ALSO TASK CONTAINER ELEMENTS WITH WORKFLOW CONTAINER ELEMENTS.
BUT MY CONCERN IS I AM NOT GETTING ANY VALUES FROM HRHAP_APPER TABLE .
Can you help me with an alternative solution,where i can get user id based on appraisal id and plan version ??