HR Administrator Employee Selection

Hello,
I am implementing the HR administrator package on the portal.
In the employee selection, it does not find any employees. "No data found". However if I move the HR administrator into the CEOs position at the top of the Org structure the user can see all the employees in the company.
The problem appears to be in the Org Structure view of the which is using ASR and class CL_HRASR00_OADP_OBJECTSEARCH.
Thus there seems to be a requirement for the HR administrators to be sitting in the top level of the Org structure in order to be able to administer all employees in the company. This of course is not the case. They sit in the HR department which is at a much lower level in the structure.
Am I missing something? Is ASR what I should be using in the OADP?  Is there another relationship we can us to specify that the HR administrator should see the whole of the company? From an authorisation perspective the user has been given access to the whole company.
We are facing a custom development so any solution to avoid that would be warmly welcomed.
Thanks

Check out the following for atleast one part of the answer...
MSS Related Activity - Leave Request

Similar Messages

  • Retrieve Java Employee Selection for use in ABAP

    Hi Experts
    I have a case where I need to retrieve the PERNR from the Java Employee Selection iView for use within an ABAP WD iview.
    I'm assuming that this can be handled from FPM...
    Could someone help me in the right direction to get this done?
    Thanks in advance
    Anton Kruse

    Hello Anton Kruse,
    you need to use portal events for communicating between one iview to another. Refer the following documentation for portal events
    http://help.sap.com/saphelp_nw70/helpdata/en/f6/7d6f4151dc5758e10000000a1550b0/frameset.htm
    in your case,
    the java component should raise a portal event whenever there is employee selection and the webdynpro component should register for this event and act accordingly whenever this event is raised.
    BR, Saravanan

  • F4 for employee select options in WD for abap application

    Hi,
    I have defined a select option for employee selection in my WD for abap application. The only problem is that I cannot get a f4 help button to be displayed. I have defined the select option using the following code :
    wd_this->m_wd_select_options = wd_this->wd_cpifc_select_options( ).
    init the select screen
    wd_this->m_handler = wd_this->m_wd_select_options->init_selection_screen( ).
    create a range table that consists of this new data element
    lt_range_table = wd_this->m_handler->create_range_table(
    i_typename = 'PERNR_D' ).
    add a new field to the selection
    wd_this->m_handler->add_selection_field(
    i_id = 'PERNR_D'
    it_result = lt_range_table
    i_read_only = read_only ).
    I have tried adding entries for the parameter help_id but still cannot get a f4 button.
    Thank you in advance for any assistance provided.

    Hi,
    Try this.
    DATA lo_interfacecontroller TYPE REF TO iwci_wdr_select_options .
    lo_interfacecontroller = wd_this->wd_cpifc_select_options( ).
    DATA lo_r_helper_class TYPE REF TO if_wd_select_options.
    lo_r_helper_class = lo_interfacecontroller->init_selection_screen( ).
    Creating range table
    DATA lt_range TYPE REF TO data.
    CALL METHOD lo_r_helper_class->create_range_table
    EXPORTING
    i_typename = ''PERNR_D'
    RECEIVING
    rt_range_table = lt_range.
    Disabling the global options
    CALL METHOD lo_r_helper_class->set_global_options
    EXPORTING
    i_display_btn_cancel = abap_false
    i_display_btn_check = abap_false
    i_display_btn_reset = abap_false
    i_display_btn_execute = abap_false.
    Adding the selection field
    CALL METHOD lo_r_helper_class->add_selection_field
    EXPORTING
    i_id = 'PERNR_D'
    I_OBLIGATORY = ABAP_TRUE
    i_value_help_type = if_wd_value_help_handler=>CO_PREFIX_SEARCHHELP
    I_VALUE_HELP_ID = 'PREM'
    it_result = lt_range.
    Check this artcle for more details which uses VBELN as select option with search help.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/103e43d5-fdb8-2d10-90ab-b5e8532cbc04

  • MSS - team - General Data, Employee selection add Custom col with KM link

    Hi There,
    I am trying to add a custom column for MSS team selection for general data. Which works alright, now i want to make that column click able (like email) and this should direct me to a dynamic Km link based on employee selected.
    I have added custom column and able to display custom content on the team member selection table. I am able to make it clickable if i select "link" option on column configuration. So that also works.. now i want to pass employee number to my custom webdynpro application. Can you suggest anything here.
    Thanks a lot.
    Regards,
    Sudhir

    Hi Sudhir,
    If I understand correctly, though oadp config, you have added new column and attached a service key to make it as a clickable one. Once u er clicks on the link, I believe you want to display the KM doc which takes pernr as url parameter or some thing like that.
    If my understanding is correct then, you have to  create a WD Application, which reads the selected pernr( or org or position). You need to add pcui_gp/xssutils as used DC and then add context nodes of FcObjectSelection to read the selected record details as described in the above wiki which I gave i.e. https://wiki.sdn.sap.com/wiki/display/profile/How-toaddacustomWebDynproiViewtotheMSSEmployeeProfile%28ECC+6.0%29
    You have to pass the value returned by the Selected Object to the KM as url parameter.
    Also use this blog to see the frontend context values of WDJ application. It will help you in understanding the various values of the context nodes.
    /people/yugandhar.reddy/blog/2011/03/26/simple-way-to-debug-ess-and-mss-web-dynpro-java-based-applications--very-useful-technique
    This should wok for you, let me know if your requirement is different.
    Regards
    Yugandhar Reddy

  • Employee selection table view not opening in MSS while selecting process

    Hello Everyone,
      In MSS, Team->Start Process for Employee Employee selection table view is not visible, so without selecting employee if i click Select Process button its telling employee is not selected.. How make that Employee selection view visible in MSS..

    This may be structural authorization issue. Execute RHBAUS00 for the user then check what happens.
    Sandip

  • HCM Processes & Forms without Employee Selection

    We would like to develop a Job Requisition Process using HCMPF.  A Job Requisition does not require an employee selection. The Start Process in the portal begins with the selection of an employee.  I know that the ability to skip employee selection in the Start Process is delivered with EHP4 but we are going to be doing this development with EHP3.  I read in an SDN blog that via configuration you can set a process to "skip selection". In this way, the process actually jumps right to the form screen as if it was in an "edit" task. Would this be a solution for us? Is the configuration done somewhere in the process definition in the ECC System?  Does the process still require an employee selection at the end of the process to complete it? We have heard that an HCM process does not have to do updates, but can just be a fill-in of a form and routing for approvals. I need help understanding how to initiate this type of process when no employee selection is needed.

    Hi Joyce,
    Did you manage to resolve this? We have a similar requirement and are on EnP 3 as well. Is this something that you were able to achieve?
    Thanks.
    Regards,
    Akshay

  • Leave Calendar employee selection issue

    Hi,
    If we are having two manages in the same department, when i view team calendar it shows the leave applications irrespective of reporting structure. i.e., both the managers are able to view all the employees applications in the department.
    Even though i choose the option in the drop down list as direct reportees the same happens.
    How can i limit the employee selection based on the reporting structure?
    Thanks,
    Uday

    You need to use the table V_ptreq_team for the rule group assigned to the manager, where in you define the evaluation path and indicate how you define the employee selection
    More information here
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=190743879

  • How to Edit a custom HCM form directly after Employee selection?

    Hi All,
    As per the requirement, the Manager should have a tab in Portal called "Forms and Processess"  and on click of that he should see a Page with few hyperlinks . Each hyperlink is the name of a HCM Form.
    So,  the Manager will click on one of them to start a particular form. ex. One time payment
    After clicking, he should have the Employee search result having Direct reports under STEP "Select Employees".. But the next STEP has to be "Edit" instead of "Select Process" and the Form "One time payment" should directly Open for him to work on.
    Please help me providing the relevant information and the approach. Let me know if you need any additional information.
    Regards
    DK
    Edited by: DIPENDRA MOHANTY on Mar 11, 2011 12:05 AM
    Edited by: DIPENDRA MOHANTY on Mar 11, 2011 12:06 AM

    we do have selection of employees or search and you can choose a form?
    If you want to change it, then only option is WD ABAP Iviews custom
    But i still didnt fathom the need of teh approach above, does the standard doesnt meet the requurement? Please check it
    which is pretty flexible

  • ESS - delegated from employee - hr administrator - employee manager

    Hi Guys, we are working on customizing of ESS and MSS on Portal. We have ECC 6.0, Portal 7.0 SP14 e BP ESS 1.0 SP12 and  BP MSS 1.0.
    I have one question for y.
    One employee that use ESS funcionality can "delegate" somebody for insert (in case of his absence) his time managment data?
    If it's not possible can somebody else like "hr administration" use ESS or MSS funcionality insert employee time managment data? Or hr adiministration can use only back end transaction for insert employee data?
    Also Managers can insert and modify data of their employee?
    Can y suggest me some documentation or interesting links...
    Thanks so much
    Jerry

    Check out the following for atleast one part of the answer...
    MSS Related Activity - Leave Request

  • MSS reports launch pad - Employee selection

    Hi,
    I have configured the reporting launch pad and I can run a report on MSS launch pad. I am on ECC 6 ehp 4.
    When manager runs a report, he can not select employees and then run a report.
    In the ITS version of report launchpad, manager could select an employee or set of employees reporting to him and then run a report for selected employees. I want to use similar functionality in ECC6 ehp4.
    The Reporting launchpad does not allow me to select an employee and then run a report. Is there any configuration for this or the new reporting launch pad does not support this functionality?
    Many Thanks
    Ashutosh

    Hi,
    I have configured the reporting launch pad and I can run a report on MSS launch pad. I am on ECC 6 ehp 4.
    When manager runs a report, he can not select employees and then run a report.
    In the ITS version of report launchpad, manager could select an employee or set of employees reporting to him and then run a report for selected employees. I want to use similar functionality in ECC6 ehp4.
    The Reporting launchpad does not allow me to select an employee and then run a report. Is there any configuration for this or the new reporting launch pad does not support this functionality?
    Many Thanks
    Ashutosh

  • Help with employee selection in PTMW

    We have a requirement for managers to maintain time data for employees in their organisational unit through Time Managers Workplace.  At the moment we have the manager assigned as chief and are using the selection ID PPOME_STRUC_P  - evaluation path is SBESX and function module HR_GET_OR_KEEP_ROOTS.  We also have structural authorisation in T77UA which works off evaluation path O-S-P and an additional role which gives them display only access to all org units.   When the manager goes into transaction PTMW, they have to navigate through the organisational structure and then select their org unit.  Does anyone know if it is possible to set up a selection ID that will show the manager's list of employees directly in PTMW without having to select from the org structure - the issue we have is that managers don't necessarily know where their org unit is within the structure.
    Any help would be appreciated, thanks

    The managers have structural authorisations set and P_PERNR switched on so if they try and click on maintain own list, nothing happens - if I do an SU53 it complains when it's doing the P_PERNR check, and needs access to Matchcode on infotype 2 for everyone except themselves - we have restricted this so they can only see data for the employees they manage.  In order for them to see the employees in their own org units they have to have access to see all org units so they can drill down to find theirs - I want to try and miss out this step of drilling down into the structure.
    Thanks for replying so quickly!

  • Global Employment - employee selection in ESS

    Hi,
    We are implementing global employment for ESS. So far everything is working fine, but I have one question. Their is message popup if an employee has multiple employee numbers. The popup comes up correctly but their is a strange message "message.MULTIPLE1" and "message.CHOOSE1". It looks like the message has not been entered in the R/3. Anybody has ideas? Are there any notes about this?
    Cheers,
    Onno

    Hi Onno
    You may be able to change this text using Personalization - Ctrl and Right mouse button on the UI element
    (this can be done at user level or globally in the PCD)
    Alternatively I would see if the problem still occurs on the latest stack - check also none of your XSS
    or BPs are running a null SP
    Best regards
    Stuart

  • HCM PF - Skip employee and processes selection

    Hi ,
    In HCM PF we can skip the employee selection . Can we also skip process selection. We place the HCMPF link on sharepoint where it says something like "change employee group" as an example. There is no point in selection the processes again on SAP portal. Can we bypass the process selection step by mentioning the process ID in the URL or something like that?
    Appreciate your inputs here

    Sidharth
    was aware of the fact that we can skip employee selection from EhP4 onwards.
    My question was more around bypassing the process selection step which Jithu answered
    Thank sJithu.

  • Selection in a combo when using Usebean??

              Hi All,
              In the JSP page, to select/display employeeType (Consulatant/Administrative Employee), i am having a combo box. I am using a UseBean tag and employeeType variable of the used bean, will have one of these values. How to show the selected employeeType?
              One way to acheive could be using "OPTION SELECTED TAG". Is there any better way to achieve this?
              Thanks,
              Amar
              

    Use a JList for multiple selection.

  • Employee List in PTMW Screen

    Hi All,
    We are having an issue with the employee list in PTMW screen. Terminated employees are showing up in Employee list for 3 weeks after the termination date.
    We Use SAZ (Time Date adminstrator) and SGR (Administrator group) as a paremeters to display  employee list for different stores.
    I also created "Maintaine Your own employee list" and specified selection paramerters (Not to display terminated status employees) but still they are showing up in the list.
    Any help is much appretiated.
    Thanks
    Sasha

    Dear Sasha,
    Try going to the following activity in the IMG:
    Time Management -> Time Manager's Workplace -> Employee Selection -> Assign Employee election to Profiles
    Then go into the details of the appropriate profile that you use.
    In the Selection period relative to initial period section, adjust the "Relative end date" to match your requirements.
    I hope that solves your issue.

Maybe you are looking for

  • Error in application of EhP3 EA-APPL 603 SWO_OBJTYPE_AFTER_IMPORT

    hello Gurus, we are applying the EhP3 EA-APPL 603 (SAPK-603DHINEAAPPL) and during phase XPRA_EXECUTION stops with the following error: Post-import method SWO_OBJTYPE_AFTER_IMPORT started for SOBJ L, date and Object type 'BUS1511' could not be generat

  • Bold Printing in Character Mode

    Hi, We would like to print the contents of the report in bold format. We tried to change the bold.prt file accordingly but it is not working as expected. Is there any parameter in the report that has to be set and is there any example that you can gi

  • Getting WebService return object in BPEL

    I have a simple WebService that returns a DTO object: public MyDTO testDTO(String s1, String s2){ MyDTO myDTO = new MyDTO(); myDTO.setInput1(s1); myDTO.setInput2(s2); return myDTO; public class MyDTO implements Serializable{ public MyDTO() { private

  • Is there a fix for this?

    I have an Ideapad U430. I understand that Windows 8 is garbage but is there anyway to fix the touchpad zoom out problems with this laptop? How about keyboard issues with unresponsive keys? Windows 8 sidebar flying open? I would think that the hardwar

  • Can I Make a Screencast with flash ?

    I want to make screencasts instructions with Macro Medio studio 8. Is this possible and if yes how (in general) doe sthis work. I know how to make screencasts with microsoft encoder, but the PC I have to use does not support this program (company pol