ECM EHP4 - prepare org units

Hi Experts,
We have just upgraded our SAP to EHP4 and I'm now testing the new functionality.
I get an error message when running the report 'The spec. org. unit does not have a mgr. with a user during the review'
I don't understand this message because UserID is valid for the entire review period.
Hope that someone can clarify this for me
Thank you
Ronnie

Hi Ronnie
You need to check that the org unit has a manager with a user.
Set a breakpoint in method CL_HRECM00_PLANNING_SERVICES->GET_PLANNINGMGRS_OF_ORGUNIT:
   CALL METHOD cl_hrecm00_planning_services=>get_user_of_pernr
      EXPORTING
        key_date = keydate
        pernr    = planning_manager-manager_pernr
      IMPORTING
        user     = planning_manager-manager_user.
    " Managers that do not have a user assigned are not
    " accepted as managers in the planning context!
    IF planning_manager-manager_user IS NOT INITIAL.
      APPEND planning_manager TO planning_manager_tab.   <= HERE
    ENDIF.
Best Regards
Raquel

Similar Messages

  • ECM spent budget was clean up when approval manager reject an org unit?

    Hi HR Experts,
    When an approval manager rejects an org unit, the spent budget of this org unit is clean up but the budget still distributed to each employee in that org in the infotype 0759 therefore leads to inconsistency of budget in ECM.
    Is there any body experience this issue?
    Thanks,
    Duy

    i lived through this painful process very much, we made a quick SM30 tcode transaction to be able to do data maintenace on HRPADPM - this is where the budget spent amount is actually saved. 
    the key for this table is stored on the budget unit to org unit relationship in HRP1001.
    if anyone has a better process to fix out sync spent budgets please let us know...

  • Evaluation path - ECM - Org. unit - Compensation review

    Hi guys,
    We are implementing the new Entreprise Compensation Management with the new SAP HR portal release.
    When a manager performs a compensation review, he should be abble to do it for the direct employees from his organizational unit. He should also be abble to perform the compensation review for the manager belonging to the org. unit one level below. In the standard settings, the manager has also access to the employees from the org. unit just below his, which is incorrect.
    I thank you in advance if you have some solution or suggestion to solve this matter.
    Regards.
    Olivier Gaign

    Hello Oliver
    In case u did manage to find an answer to this question, do let me know
    Thanks

  • ECM EHP4 - status of IT759 not updated when manager approves

    Hi, we are implementating ECM on EHP4 and are having issues in the planning overview iview.  when a planning manager approves an org unit, the status of IT759 for the employees it not being updated from submitted to approved.  I have checked the user interface config and we have the tick box checked for allow approval process. 
    Also, once the org unit is in approved status, we cannot reapprove.  I have tried using PECM_ADJUST_0759 - Adjust Compensation Process Records , to reopen the approved org unit and reinitialise but this does not work.
    does anyone have any ideas?
    Thanks Tanya

    Hi Tanya,
    Use PECM_CHANGE_STATUS to reset the 0759 records from Approved or Submitted back to In Process.  Or the other way around.  Very useful transaction. 
    As to your first question, from your description you are having the planning manager Approve the proposed pay changes.  Normalthe planning manager will Submit and then a higher level manager will Approve or Reject.  We used a separate area for the Planning vs. the Approval/Reject step.  Only proposals in Submitted status are available for Approval/Rejection.
    We are removing that process this year as we had the same problem of always resetting.  So we just allow the adjustments to remain In Process throughout the review period.  Then use PECM_CHANGE_STATUS to move to Submitted, Approved and Activated. 
    Paul

  • Multi Languages for Org Unit

    Hi experts,
    Is it possible to have 2 sets of language for abbr and name in IT1000 for org unit in the same period?
    example:
    Start Date : 01.01.2008
    Language: English
    Abbr: HR
    Name: HR department
    Start Date : 01.01.2008
    Language: Chinese
    Abbr: HR
    Name: HR department (Chinese)
    Regards,
    Joanna

    Hi,
    It is possible.
    But before that need to chk with basis guys whether unicoding is enabled or not.
    If Yes the chk chineese script is enabled or not.
    If yes then maintain the orgunits in english language by entering SAP in English language (U can find the language seletion field in log in screen).
    Upload the orgunits. then go to Tcode RE_RHTRANS0 to put the names in Chineese.
    This is one option.
    2nd option is prepare the excel sheet with Chineese language with orgunit keys. Log in into SAP in Chineese language.
    Upload the data.
    ~BiSu

  • MSS - Creating new Position and Org unit in MSS

    Dear Expert,
    Question 1: I want to know that is it possible to create a new Position or Org Unit in MSS. I am aware that manager can create a requisitioin for a position. But I am not aware that how HR manager will create the Org Unit or Position thourgh MSS.
    - will the HR manager have a new HR administrator Role to do this activity, if yes, which service / iview is used.
    Question 2: We are using Management of Global employees (MGE). Now if any employee expariate to a foreign country how does ESS/MSS will pick the new country assignment. Is there any ess/mss switch for this? or any other configuration
    Question 3: I would like to know what are the main differences of EHP4 and EHP5.
    thanks
    honey

    Hello honey - answer to the 1st question.
    MSS- click Organisation - Search Organisational Process - enter the Process HR_PD_CREATE_POSITION and click start , this could be one solution how the managers may be able to create new position through MSS.
    Regards,
    Regi

  • How to get subordinate org units for a given org unit within specific dates

    hi,
    How to get subordinate org units for a given org unit within specific dates

    Use the following Func module ..
    HRWPC_RFC_STRUCTURE_GET
    *--Get the sub org.unts for the given selection.
        CALL FUNCTION 'HRWPC_RFC_STRUCTURE_GET'
          EXPORTING
            ROOT           = root_org   <-- Give the Org unit 
            EVPATH         = 'O-O_DOWN'
            BEGDA          = s_date-low
            ENDDA          = s_date-high
          TABLES
            T_OBJEC        = t_objec
            T_STRUC        = t_struc
          EXCEPTIONS
            NOTHING_FOUND  = 1
            INTERNAL_ERROR = 2
            OTHERS         = 3.
        IF SY-SUBRC <> 0.
          MESSAGE i000 WITH 'No Sub Orgunits for ' s_objid-low.
        else.
    *--Prepare final sub org.units tabl.
          loop at t_objec.
            if t_objec-objid ne s_objid-low.
              it_orgunit = t_objec-objid.
              it_orgunit-begda   = t_objec-begda.
              it_orgunit-endda   = t_objec-endda.
              APPEND it_orgunit.
            endif.
          endloop.
        endif.

  • Create description for org. unit in CATT

    Hi all,
    I'd like to mass create the descriptions of a organizational unit in PP01/PO10 with CATT.
    But in CATT I just can't specify a parameter name for the text field of the descriptions.
    Is there any ways to solve this?
    Thanks a lot !

    Disappering is the right behavior. On delivery method WBT participant type 'O' cannot be booked because WBT can be only accessed using Learning portal and Learning portal cannot be logged in using Org. Unit. So this is not possible for this release.
    But i have heard in EHP4 this option of Org. unit booking on WBT is possible but not directly but system will take care if you select an org unit for booking.
    Regards, kavya
    Edited by: Kavya Shree on Oct 30, 2008 10:08 AM

  • Course booking for org unit in LSO - ECC 6

    Hi All,
    can u pls share your inputs /solution
    we are in the process of implementing LSO . The requirement right now is that we want to book courses for an Org unit. The idea is to book the courses directly to Org Unit so that all the employees have access to play the courses of their choice.
    The problem is that when we go to (LSO_PV00 - Book: Participant for Course) & select a course the Org unit tab gets disappeared. The only options that we are left with is person, user, contact person, customer etc. except org unit.
    Please let me know what we have to do so that we can assign courses to the Org unit directly & not to individual employees. Is there any other option of doing this.
    Thanks in advance.

    Disappering is the right behavior. On delivery method WBT participant type 'O' cannot be booked because WBT can be only accessed using Learning portal and Learning portal cannot be logged in using Org. Unit. So this is not possible for this release.
    But i have heard in EHP4 this option of Org. unit booking on WBT is possible but not directly but system will take care if you select an org unit for booking.
    Regards, kavya
    Edited by: Kavya Shree on Oct 30, 2008 10:08 AM

  • You are not the candidate/staffing manager for the specified org unit

    Hi all.
    With cProjects 4.0 (SP10) we are using the staffing scenario "Resource manager via responsible organization" meaning that the role will be directed to the organizational unit specificed in the "staffing process" tab who then handles the staffing.
    Despite the above I get the messages from the Subject header when maintaining the role
    You are not a candidate manager for the specified or initial organizational unit   
    You are not a staffing manager for the specified organizational unit"
    As the scenario builds upon the project creating requirements through the role the above messages seem unlogical.
    Is there an explanation for why the messages are received?
    Best regards / Anders

    Hi.
    I also assume that is meaning of the message - but is that logical in this staffing scenario?
    The project (leader) should create & update the role and then hand it over to the org unit for staffing by changing the status of the role "Start staffing process".  The above message should not be received upon setting that status.
    It can not be the intention that the project leader should be assigned as a resource manager to all possible org units.
    Phrasing it differently, when the status of the role only is "Staffing in preparation" the project leader must be able to update it including setting the staffing status without these messages being received.
    When the status of the role is Staffing in process the only thing the project leader ought to be able to do is the reset the status of the role (cancel the staffing request).
    Regards / Anders

  • Org unit date in adhoc query

    Hi
    I have created a TEM query in SQ02, based on infoset \SAPQUERY\HR_TEM_E (logical database PCH),  in which I am outputting object name and date (P1000), and org unit (P8004).
    The output on the org unit name corresponds to the most current version of the org unit, but my requirement is for it to match to the date that the course object exists, i.e. historical.
    Would anyone know a way to code this field, or whether there is a functional solution to this?
    Please do let me know.
    Anyone?
    Edited by: minttea on Aug 10, 2010 3:52 PM

    Hi..
    Pls check below code to fetch the tesxt of historical org unit. hope it will help.
    *//Internal table declaration.
    DATA : lt_00  TYPE STANDARD TABLE OF pa0000,
           lt_psn TYPE STANDARD TABLE OF zhrpositions,
           lt_ret TYPE STANDARD TABLE OF bapiret2,
           lt_01  TYPE STANDARD TABLE OF pa0001,
           lw_01  TYPE pa0001,
           lw_psn TYPE zhrpositions,
           lt_comps  LIKE zstr_hr_comps,
           lt_return LIKE bapiret2.
    Thanks,
    kl
    Edited by: Narayana on Aug 10, 2010 10:50 AM

  • Report to check org units without any position display

    Dear All,
    I want a report which i can see only the org units in a graphical way. When i am checking through Simple maintainence mode I am getting org units along with positions also with in the graphical mode i have selected the view option under options menu there can able to see individual departments along with positions.
    My request is i want to see the organization structure along with sub org units under sub org units with departments without positions. please let me know is there any standard reports available.
    Regards,
    HR user

    Yes, the Report is
    S_AHR_61016493-Organizational Structure-Organizational Structure
    Select the first line and press F8

  • How to Restrict Creation of Infotype Record for Certain Org Units?

    Dear All,
    Requirement:
    Org Unit 1 does not have overtime. Even the employee works overtime, they will not get overtime compensation.
    One of the option is to disallow the creation of IT2005's record for all the employees in Org Unit 1.
    Is it possible to do this through standard SAP?
    Thanks a lot.

    Hi,
    The best way to control this will be with Authorizations so that people belonging to one Org.unit should not have IT2005 mantainence.
    Let me know if u have any concerns on this.
    Thanks
    Swati

  • Org Chart 3.0 - Print button on Org Unit's Profile not working

    Hi,
    In Org Chart, after we click on the Org Unit, then the details will be displayed on the right panel.
    We clicked on the Action button on the right panel, and click on the Org Unit Profile, a new window will be opened.
    Now, clicked on the small printer button on the top right corner.
    It will opened a new window with print preview to print that profile page.
    However, the print preview is empty, and when we printed this out, we get a blank page.
    CDS.log
    ERROR com.nakisa.Logger  - PrintPreview.ascx : createPrintPages : Could not load preview. No HTML pages were found
    INFO  com.nakisa.Logger  - Invoking action:setCss [<link rel="stylesheet" type="text/css" href="../_Themes/Buttons.css"/><link rel="stylesheet" type="text/css" href="../_Themes/orgChartTheme.css"/><link rel="stylesheet" type="text/css" href="../_Themes/OrgChartLines.css"/><style>.showPrintSectionBox{display:block;}.hidePrintSectionBox{display:none;}</style><link rel="stylesheet" type="text/css" href="../_Themes/NOMS_Style1.css" />]. For processor Printing. Against controller Printing
    INFO  com.nakisa.Logger  - setCss on Printing took: 0ms
    INFO  com.nakisa.Logger  - Invoking action:updatezoomlevels [undefined]. For processor UpdateSettings. Against controller UpdateSettings
    ERROR com.nakisa.Logger  - java.lang.NumberFormatException: For input string: "undefined"
    INFO  com.nakisa.Logger  - updatezoomlevels on UpdateSettings took: 1ms
    ERROR com.nakisa.Logger  - PrintPreview.ascx : createPrintPages : Could not load preview. No HTML pages were found
    INFO  com.nakisa.Logger  - Invoking action:setCss [<link rel="stylesheet" type="text/css" href="../_Themes/Buttons.css"/><link rel="stylesheet" type="text/css" href="../_Themes/orgChartTheme.css"/><link rel="stylesheet" type="text/css" href="../_Themes/OrgChartLines.css"/><style>.showPrintSectionBox{display:block;}.hidePrintSectionBox{display:none;}</style><link rel="stylesheet" type="text/css" href="../_Themes/NOMS_Style1.css" />]. For processor Printing. Against controller Printing
    INFO  com.nakisa.Logger  - setCss on Printing took: 0ms
    INFO  com.nakisa.Logger  - Invoking action:updatezoomlevels [undefined]. For processor UpdateSettings. Against controller UpdateSettings
    ERROR com.nakisa.Logger  - java.lang.NumberFormatException: For input string: "undefined"
    INFO  com.nakisa.Logger  - updatezoomlevels on UpdateSettings took: 0ms
    This same problem happens on Position's Profile.
    How do we fix this print problem?

    Hi Luke,
    In General Settings, I have defined Company Title, URL, and Logo.
    Together with Allow Switching Between Modes, Set Standard Mode as Default, and Enable Effective Dating are enabled.
    In Print preferences, Size is set to A4, Landscape, CM. The rest are all unchecked and Export settings are all enabled.
    Am I missing some setting to cause the error?
    Regarding the file SettingsResources.xml, it's encrypted in our .delta folder but it's decrypted in Admin_Config\SAP_DB2

  • Function Module to show all jobs in that Org Unit.

    Does any one know is there any Function Module which gives all the jobs that comes under that Org Unit. for example if org unit 10 has 2 Sub Org Units(11 and 12) and 3 jobs(20, 21 and 22) under it. and the Sub Org Unit 11 and 12 has 1 job each( 30 and 40). When you run for org unit 10 it should give all 5 jobs (20, 21, 22, 30 and 40).

    Hi Fayyaz
    Well you use a FM RH_READ_INFTY_1001 to discover the relationships between an ORG Unit and Jobs.
    Alternative, you can write a simple query to extract data from HRP1001 to find the jobs under an Org Unit. Because Jobs are related to an Org Unit and this relationship is stored in Infotype 1001/HRP1001.
    Reward Points, If helpful.
    Regards
    Waz

Maybe you are looking for