Teamviewer - All positions in Org Unit display depth between EP5 and EP6

We are in the process of upgrading our HR Portal from Version 5 to Version 6 (SP14) and have encountered an issue with the Team viewer functionality.
In our EP5 system when the user selects the dropdown option for 'All positions in org unit' it is picking up our Configuration limiting it to showing only 3 structure levels and when an attempt is made to display lower levels the expander changes but no more levels are shown (e.g. Expander icon changes but does not render the lower level).
In our EP6 system when the user selects the dropdown option for 'All positions in org unit' it is ignoring the same Configuration and lets the user select down to the bottom of the organisation. This will obviously have serious performance implications and so must be corrected if we are to implement this upgrade.
To test the situation we deployed the following par files from our EP5 system to our EP6 system and found that we achieved the required result of only allowing the configured levels to be shown:
com.sap,pct.hcm.objectanddatprovider.par
com.sap,pct.hcm.orgmanagementeventing.par
com.sap,pct.hcm.teamviewer.par
This points to an issue between these files from the EP5 version to the EP6 version.
Has anyone else experienced an issue with how the EP6 teamviewer handles the 'All positions in Org Unit' selection, and if so can you let me know any solution you have to it?
(Note: This selection used Eval Path MDTSBESX)
Message was edited by: Steve Caffrey

Hello Sandeep,
Unfortunately the only standard functionality is to change the rankings of the positions within transaction ppome. Therefore you have the buttons 'Move up in rank' and 'Move down in rank' in the overview area of the ppome. As you know if the field PRIOX in the table hrp1001 is empty, the transaction sorts the positions by OBJID. So perhaps you could create a abap program to change this standard functionality to insert values into field PRIOX for the corresponding relationship in HRP1001 that you want to sort.
Best Regards
Christine

Similar Messages

  • Screen or Report that shows all Responsibilities for Org Unit

    How can we find out in Oracle application from the front end,,,, the screens... or may be report that shows all responsibilities for ORG Unit ‘Vision Operation’ (204).
    SELECT FR.RESPONSIBILITY_NAME, FPOV.PROFILE_OPTION_VALUE ORGID, NAME ORG_NAME
    FROM FND_PROFILE_OPTIONS FPO,
    FND_PROFILE_OPTION_VALUES FPOV,
    FND_RESPONSIBILITY_TL FR,
    HR_ALL_ORGANIZATION_UNITS HOU
    --HR_OPERATING_UNITS HOU
    WHERE --UPPER (FPO.PROFILE_OPTION_NAME) LIKE UPPER ('MO%OPERATIN%')
    PROFILE_OPTION_NAME = 'ORG_ID'
    AND FPO.PROFILE_OPTION_ID = FPOV.PROFILE_OPTION_ID
    AND FPOV.LEVEL_VALUE = FR.RESPONSIBILITY_ID
    AND HOU.ORGANIZATION_ID = FPOV.PROFILE_OPTION_VALUE
    the above query displays the data from the backend,,I want to see how to see that data from the front end,, does anyone know the navigation, thank you so much in advance.

    Hello Kashif,
    Thank you for the reply. So, there is no screen that shows all the responsibilities that are assigned to a operating unit.
    The link that you provided really did not give any information that i was looking for.
    And as you said .. "there is no specific screen to show all except responsibilities form".... what does the responsibilities form show,
    I have also tried to look in the System Administrator -> Profile -> System
    and in the Responsibility, I query for Payables manager, and look which Orgs are assigned to it, I am not able to find it. I know I am wrong, but can you please help me how to see which responsiblity is assigned to which Operating Unit.
    Thank you

  • Change in Position or Org Unit

    End user reported an issue, when user changes Org Unit or Position,  notifies Benefit.
    Benefits run the action transfer or correct payroll data. The top row should have a user name from the benefits ( since they ran action) but the last changes made shows by the user name who made changes to the Position or Org Unit.
    I tested, worked as it should be, first I made change to the position then ran action to correct payroll data, shows changes made by me.

    You got it. One user changed the position on OM side, the other user ran action on the PA side. The top row after the action has user's stamp or name who changed the position. Strange thing is that benefit is complaining that first grouuping for one EG is defaulted back that they manually changed after the first user made changes to position, and this record has user name who changed position.
    I tested, issue is not replicating.

  • BAPI to get Leading Position of Org unit

    Hi,
    I need a BAPI to get the
    Leading Position of Org unit.
    I also need the job title for a leading position.
    Any suggestions?
    regards, Andre

    Hi Andre,
    I don't know if a BAPI is available.. but you can copy RH_GET_LEADING_POSITION into a Z version... make it RFC enaled & add code to get the title..
    Regards,
    Suresh Datti

  • Org unit Hierarchy structure between two  Key date s

    Hello Friends,
    We have an issue with displaying HR Org unit hierarchy structure between two calendar months.
    The BI Report has a selection parameter to select Org unit hierarchy , Calendar month From and Calendar month To
    The BI Report is to display the no.of sick absence days for employees in a chosen Org unit hier.
    Employee A had a sick absence of 5 days in the month 04.2011 in the Org unit X . The same employee had a sick absence of 4 days in 05.2011.The Org unit X then delimit in 05.2011 , the Org unit X is no longer in Org structure from 05.2011.
    When we run the report for 04.2011 to 04.2011 , the employee A is showing absence under Correct Org unit ie X with correct Org structure .
    When we run the Report for 05.2011 to 05.2011 , the employee A is showing absence under hierarchy Org unit Not assigned which is OK .
    But the issue is when we run the Report from 04.2011 to 05.2011 , The employee A absence days 9 (5 +4 ) showing under Not assigned Org unit hierarchy structure which is the latest Org unit .
    When I deactivate the Org unit hierarchy and choose tech name of Org unit , It is showing correct Org unit key
    But The user would like to see 5 days under org unit X and 4 days under Not assigned with Correct Org unit hier structure when we run the Report from 04.2011 to 05..2011 .
    We have a user Exit variable for the Key date in the Bex Report which seems to be taking only one date at any time .
    Is there any way to get the correct figures under Org unit hier structure where employee had absence in when we put range of calendar months on a selection screen ?
    Any advice appreciated.
    Thanks.

    Hi
    Yes, we can display the same by using time dependent hierachy's i.e. your org is converted to time dependent so that respective employee shows with respective of time.
    Regards
    Jagadeesh.M

  • Display positions in Org unit sorted by Position Desc

    Hi All,
    Can you please let me know how the positions in an Org unit can be displayed in sorted order by position description? Like in PPOME when you display/change an Org unit we should be able to see similar positions displayed together in sorted order based on their description and not the eight digit object id.
    Thanks!
    Sandeep

    Hello Sandeep,
    Unfortunately the only standard functionality is to change the rankings of the positions within transaction ppome. Therefore you have the buttons 'Move up in rank' and 'Move down in rank' in the overview area of the ppome. As you know if the field PRIOX in the table hrp1001 is empty, the transaction sorts the positions by OBJID. So perhaps you could create a abap program to change this standard functionality to insert values into field PRIOX for the corresponding relationship in HRP1001 that you want to sort.
    Best Regards
    Christine

  • Org Unit Display

    How do everyone,
    I have a selection screen with the following select option:
    SELECT-OPTIONS: so_orgid   FOR p0001-ORGEH.
    This works fines and displays a pop up containing all the org. units and their
    descriptions.
    However, I really want to display the pop up like as in HR org unit structure display
    where you can drill down and include one or more org units.
    Does anybody know if this can be done?? Any help would be very grateful.
    Thanks

    Hello Andy
    You may have a look at the following objects:
    - fm RH_OBJID_REQUEST
    - collective search help HRBAS00OBJID
    Regards
      Uwe

  • Chief Position Top Org Unit

    Good Morning All.
    We are having a problem with regards to the details that our Chief Exec can see within MSS. At the moment she can see all the details with regards to ESS and the inbox, however MSS does not seam to show any details. I have moved the position into another org unit and everything works fine, and have put my self in the top position and I get the same errors. We have created a new position and changed the user roles, how ever this does not make any difference.
    Any Ideas?

    Hi Jason
    How many direct subordinate employees are we talking about?  Unless your CEX is the direct manager of several thousand employees, you probably shouldn't have a difficult time.
    So if you don't have a role issue, then do you think it's possible one or more of the subordinate employees has data issues?  Would you be willing to remove subordinate employees(by moving them to other org units)/org units to see if that isolates a situation where it runs faster?
    Is this the only piece of MSS where this extended wait is being experienced for this particular user?
    Thanks,
    Chris

  • Assiging a position to Org Unit in mass upload

    Hi,
    I am creating Org units using PPOM transaction where i can create Many org units at a time. NOw i need to assign positions to these org units? is there any way to mass upload positions and assign to these Org units?
    I have arrount 1020 Org Units to create. I created all through PPOM at a time. But to assign positions, i have to navigate to each Org unit to assign a position. Is there an easy way for this? I mean Create an Org unit and create a position at t the same time.
    PS: This is for mass creation.
    Regards,
    Jithin.

    Create one LSMW program. Do the recording through PP02.
    Here the values will be:
    Plan Version : Whatever u have created or 01
    Org Unit Id:
    Infotype : 1001 (Relationship)
    Subtype: A003/B003 (belongs to/ incorporates)
    Start Date
    End Date
    Planning Status  : 1
    In the next screen :
    Type of Object Type : S ( in ur case)
    ID of Object Type
    You need to upload data in following fields
    1) PLVAR
    2) OTYPE
    3) SEARK
    4) INFTY
    5) SUBTY
    6) ISTAT
    7) BEGDA
    8) ENDDA
    9) SCLAS
    10) SOBID

  • Assigning a position to Org Unit in mass upload

    Hi,
    I am creating Org units using PPOM transaction where i can create Many org units at a time. NOw i need to assign positions to these org units? is there any way to mass upload positions and assign to these Org units?
    I have arrount 1020 Org Units to create. I created all through PPOM at a time. But to assign positions, i have to navigate to each Org unit to assign a position. Is there an easy way for this? I mean Create an Org unit and create a position at t the same time.
    PS: This is for mass creation.
    Regards,
    Jithin.

    write a LSMW or BDC on PP01 or PO13 and create the position - Org unit relationship ( A 003)
    cheers
    AJ

  • Restricting no of positions in org unit : SAP OM

    Hi,
    1) My Client wants the no of positions to be restricted at a specific Org unit level in Tree Hierarachy.
    2) Also that no of positions describing a job should not be greater than a specific number.
    Request you to guide me how to achieve this in OM.
    Thanks in advance!

    Hi,
    Regarding your first question I dont think it is possible.  Regarding your second question, I could think about a workaround, that is once they have created all their positions in the Production system.  Then you can remove authorizations, so that no one is able to create positions.
    Shrikant

  • Positions under Org unit

    Hi all,
    How can I get all positions under orgunit?
    Per example: Org unit is 5000080, i like to know all position id's under this org unit.
    I was trying to use PA0001 but if person is not assigned, it is not showing position.
    Thanks
    Shiva

    hi,
      use HRP1001.......TABLE in which enter data like..........
      objtype =  ' o'....for organization unit..........
      objid =  '5000080'
      rsighn = 'B' ..which is top to bottom ....u can do reverse of it....bottom to top
      sclass = 's' position........
    u can see the position apply to all employee...........
    dont forget to reward points if helpful,
    Regards,
    Imran

  • Cost Center. Position or Org Unit

    Hello Every One,
    I am learning SAP HCM. Forgive me for this basic questions:
    When we create an org structure, are we supposed to assign the cost center to a position or do we do it for an organizational unit? What are the advantages/dis advantages of doing this?
    Thanks
    Marian Roza

    Hello Everyone,
    Thanks for the replies. So when we assign the cost center to an org unit, does it imply that all costs for the positions assigned to the org unit would also be captured by the cost center. what is the standard business practice for deciding to go about it ?
    Thanks
    Marian
    Edited by: marian roza on Jan 14, 2008 12:25 PM

  • Want to use workflow ws20000075 to notify multiple Positions (HR org unit)

    We use workflow WS20000075,  in the config IMG 'Define Release Procedure for Purchase Order -> Workflow' , we assign agent HR Position to Release code.  The workflow ws20000075 works fine to send workflow notification to 1 Position - procurement manager. Apparently the config only allow to assign 1 position only for a combination of release group and release code.
    What we want to do is for the workflow WS20000075  to notify more than 1 positions (example, Assitance manager, manager and head of department) to release a purchase order. How can this be done ?
    best regads,

    Unfortunately I don't have SAP access at the moment, otherwise I would have checked if this is a dead end or not first.
    For release of Purchase <u>Requisitions</u> the release codes take a parameter which is used to specify how the workflow is used for the release code (when you use release with classification). This parameter is left empty for no workflow, 1 for agent from customizing, and 9 for agent from user-exit (you need to implement an Enhancement).
    If the same possibility exists for release of Purchase <b>Orders</b> here's a trick, assuming your agents can be derived from HR master data. If they can't there's always the possibility of a Z-table, but that requires additional data maintenance, which one should always try to avoid.
    The thing is that you can define the agent in customizing, and read that value in your user-exit code. By combining the customizing information with other master data (purchasing group?, other) and HR information (job, organization unit) you can then find all the three agents you want. I've done a similar thing myself, but not for the purpose of finding multiple agents. Worked fine for my purpose, so it could be worth a try.

  • Orgchart org unit display order

    Hello,
    We are implementing Orgchart Accelerated.  Our customer would like to arrange the display order of organizational units based on a criteria and not alphabetically by org unit name, like it is done in the standard version of the product.
    Is there a way to do this?
    Thanks,
    Laurent

    Yes.  Are you doing this in live or staged?
    If you want to sort by a field already available in the field set then you can do this via the Administrator console (note this only allows for sorting by asc order).  To sort descending you will need to make a small change in the AppResources.xml  ... look for attribute "defaultsort=" and change from default value of asc to desc in relevant hierarchy configuration.
    If the field isn't available then doing it in live will be tricky ... doing it staged will involve extract the field you want to sort on and sorting based on this. If it is an order based on a combination of fields then previously I've added a "sort order" column and populated using SQL statements then used this in the application to sort on.
    Regards,
    Stephen

Maybe you are looking for

  • BPM and database interaction

    I am writing my thesis on processes and use the OBPM product. I need to connect it to an external database. I managed to make some steps towards this goal, but the big picture is missing. Can anyone show me a documentation on this topic or help me di

  • Play TV on a Home theather in a box kit

    I am going to purchase a home theatre setup , the one that has speakers and DVD / FM Tuner as a package deal.    Can these type of setups also play the audio directly from the TV as in just normal TV shows ?  sports...etc...etc...etc Thanks in advanc

  • HT3187 Can you pair a bluetooth to an ipod touch 1st generation?

    Can you pair a bluetooth to an ipod touch 1st generation?

  • Loading ipod onto new laptop

    I am trying to load my ipod onto a new laptop without erasing the existing songs. the problem is my itunes was on a company computer, this was deleted off the computer before i could do anything about it and now when i reloaded itunes onto my laptop

  • Mac Mini w/ snow leopard server, convert?

    Can the above mentioned mac mini be reconfigured with regular snow leopard-no server? Having the extra hard drive would be nice as a dedicated HD for audio recording. I am assuming that Logic won't run on SL server version. Is is possible to wipe the