Changing personnel area/subarea (IT1008) from org unit to position

We are live with PA and Org. Mgmt, but have been advised to change the infotype 1008 data - personnel area and subarea to be stored on the position instead of the org unit (where we have it now).  A big reason for this is we have cases when we need to overwrite the personnel subarea at the position level.  For example, a position belonging to an org unit with subarea ABCD, may really be in subarea WXYZ.  Therefore, even though the org unit is ABCD, it will be overwritten at the position level to WXYZ.  My understanding is that the RHINTE30 program will not work approrpiately if we are maintaining the data this way. 
In transaction PPOME there is an account assignment tab on the org unit with cost center (filled in) and personnel area/subarea (which will be blank moving forward since that data won't be maintained on the org unit).  Then, there is also an account assignment tab on the position with cost center inherited from the org unit (sometimes needing to be overwritten at the position level), and the personnel area/subarea data.  My question is how should I handle the view of PPOME for this data?  Can I hide the personnel area and subarea on the account assignment tab for the org units only so it is not confusing for the users?  The problem with having it this way is that personnel area and subarea are blank on the org unit and filled on on the position.  They are conflicting and both visable/maintainable to the User.  Any advise please?  Thanks!

Hi Nish,
I gave you my input on your other related message and now will go for this one.
As I commented on the other message, RHINTE30 will not integrate infotypes 1008 and 1013. So you don't have to worry about using this functionality (first part of your message).
On the second part (personnel area / subarea on position rather than org unit): there are some considerations here that are more functional / process driven than technical. From a technical point of view, everything can be done. You can hide data from infotype 1008 on the tabstrip for your org. unit using dynpro handling, even via customizing. You can even transfer the data from infotype 1008 on the org. units to the positions or delimit it on the org units. There are some quite easy ways of achieving this using the LMSW tool (have you used it? I can forward some documentation).
But personally, I would not recommend to do this from a process point of view. Everything in SAP HR is about the inheritance concept, and I think this works very well when it comes to org. units and positions. It is normally advisable to record personnel area / subarea on the org. unit level. This will be inherited by positions (even if you cannot see it at position level in PPOME) and thus defaulted for the employee. At position level you should handle only the exceptions, which will be in turn also defaulted for the employee holding the position. In this way, data maintenance is minimized. If you delete (or do not use from now on) information about infotype 1008 on org. unit level, your HR department will have to maintain this every time a position is created, and even in cases in which a position is shifted from one org. unit to another one.
In my opinion, you should address this with your HR department and explain the concept and the consequences of maintaining all at position level. It would only be advisable to do it if the org. unit structure is very cross-personnel areas and subareas. If it is a matter of handling exceptions, again, I would recommend to continue recording this data at org. unit level. All in all, if the data is not recorded on the position and you need to see which is its personnel area, you just need to double-click on the org. unit above.
Just wanted to let you know my opinion, of course it's your decision. By the way, I'm of course not aware of other possible implications like home-developed reporting and so on.
Regards,
Rodrigo

Similar Messages

  • Business Area is not inheriting from Org.Unit or Cost Centre

    Hi
    Business area is assigned to Org.unit in IT1008, when I executing the action business area is not defaulting / Inheriting from Org.Management.
    Any one could help me to solve this issue.
    Thank you.
    Bachi

    It seems OM and PA are not integrated, are they?
    RHINTE20  is the report can bring data from OM to PA.

  • Cost Center Inheritance from Org Unit

    Good day all,
    Can someone please advise regarding cost center inheritance from org units?
    I understand the inheritance concept, however simple need to know if the CCenter is added to the org unit via A011 relationship, does the system physically create a A011 relationship on the position inhertiting the cost center from the org or does the system simply pick up the realtionship from the org unit relationsip for use in IT0001 field KOSTL (cost center)?
    Thanks guys, have a lovely day!
    Christy

    Hi Christy,
    As we know cost centre(K) is an unusual object in OM.Two type of objects internal  whose master record are in database table beloging to sap erp hcm and eexternal object whose master data belong to other application areas.Cost centre is an external object that is used to represent origin of costs.Inheritance concept is on the basis of whoch cost centre are assigned in org plan.
    directly related cost centre is called master cost centre and they are made via A011 cost centre assignment relationsip.they can be made at org unit,position or work centre and nornmally its org unit that common.Org unit at the top are asisgned the cost centre as a best practise so that all the org units below or reporting will inherit the same.
    Similarly multiple cost centre assignments can also e made through 1018 infotype(cost centre distribution).Inheritance also applied to them aswell.
    Hope this helps.
    No Worries
    KG

  • Obtain users from Org Unit.

    Hi all,
    Which tables I must know to obtain all users (purchasers) from Org unit?
    I can't use a FM. I need to obtain this data from R3, not SRM.
    Thanks!
    Regards,
    David.

    Hi. All links are in table HRP1001. You will have to go back to this table many times.
    Firstly you can get all the positions under the org unit from HRP1001, then you will have to go back to HRP1001 with the position numbers to get the person numbers and so on.
    Regards,
    Dave.

  • SLMANAGER from org unit..

    Hi,
      is there any way to get all SLAPPROVER from org unit based on the user name. there is an attribute 'SLApproverList' in BUS4101 , when i given input as user name an instance , the above attribute get filled those who are all SLAPPROVER for that user.
      now i have to implement the same logic from Badi. from Badi i will pass creater name and i need all SLAPPROVER list, this is my requirement. can you please give me some hints for this.
    how to get SLAPPROVER from Badi.
    regards,
    john.

    Hi John,
    Sorry for delayed reply.
    To get SLAPPROVER from BADI. Try this -
    DATA : l_bus4101 TYPE swf_bor_object.
    DATA : l_limit   TYPE bbp_spers_sl-spending_limit.
    DATA : l_approver TYPE swf_bor_object.
    swc_get_property l_bus4101 'SLAPPROVER' l_approver.
    swc_get_property l_bus4101 'SpendingLimit' l_limit.
    It should be alright now. Please go through documentation on business objects and check SWC_GET_PROPERTY / SWC_SET_ELEMENT / SWC_CREATE_CONTAINER etc.
    If you get error with l_approver, please check correct type for it.
    Hope this will help.
    Regards.
    Pras

  • FM to Delete Position and Central person from org unit?

    Hi
    In SRM, we used tr-cd USERS_GEN to create position/CP using SU01 user.
    In transaction PPOMA_BBP we can see Org unit assigned to position(S) and Central person(CP).
    How to unassign or delete the Position and Central person from org unit?
    Can you pls tell me any Func Module available.?
    Regards
    Chandra
    Edited by: princeck on Mar 10, 2011 2:54 AM

    Hi
    HR_CENTRALPERSON_DELETE  is working fine.
    Can you tell me how to delete position from Org unit. I want to delete it using FM or program.
    How to execute this program BUPA_TEST_DELETE?
    I gave Business partner as input, but it does not delete...anything. pls guide how to exeute.
    Any FM available.
    Regards
    Chandra

  • Fetching molga from org unit

    hi all,
    to fetch country grouping fron org unit i have to first read infotype 1008 then read t500p.is there any table from which i can directly fetch molga from org unit.
    please help
    pratyush

    Hi,
    u can use infoset queries.
    regards,
    shiva

  • Creating countries - Move Org unit its positions to another country code

    Hi Gurus,
    The client used a single production server for all the countries under its one country grouping(10) for different countries (US, Malaysia, Sinagapore, China, India, UK).
    We have only one country code for all the OM.
    One Organizational unit needs to move to another country(39), of which all positions, jobs, and the employees assigned to it also needs to move with the Org unit to new country. We are going to change the PA PSAs as well to new country groupings
    Is it possible, and if possible how to do it?
    thanks in advance....

    Hi Kumar,
    As already stated by you change the PA and PSA's accordingly as per the new country groupings as PA's should be assigned to company code within the same country grouping.
    In my knowledge I dont think you need to change anything with the Org Unit as OM objects don't refer to any country groupings as such. If you are using the account assignment infotype ( IT 1008) then you will have to change the Company code to your new company code as your new company code will have different country grouping ( 39).
    Your FI CO objects like Cost centers can be changed to new cost centers as per your requirement from the date you move your Org Units or Positions to new country groupings.
    We can also wait for other expert comments.
    cheers
    Ajay

  • Can there be Org units under positions?

    Hi guys,
    Please let me know how to create Org units under positions
    Thanks
    Deepali

    Deepali,
    Standard SAP configuration for PPOME transaction does not allow you to create or units under positions.
    If you want to do so, you need to carry out the following configuration settings:
    1. Goto table T777E via SM30, select 003 relationship, double click allowed relationships from the menu on the left hand side.
    2. In the table add the following entry:
    S B 003 Incoporates O
    3. Goto table T778A via SM30, select evaluation path SBESX, double click evaluation path(individual maintenance) from the menu on the left hand side.
    4. In the table add the following entry:
    98 S B003 Incorporates * O
    1. and 2. steps are carried out to allow the relationship "Incorporates" between position - org unit.
    3. and 4. steps are carried out to allow the maintenance of this relationship via PPOME transaction.
    Please before doing these configurations make sure that assigning an org unit under a position is logical for your org structure and "Head of org unit" does not solve your requirement.
    Good luck,
    Dilek

  • Org Unit Under Position

    Hi,
    Can we create an org unit under a position (other than chief position)
    Eg: GM will be the top of the Company, under GM different departments, is it possible in OM..?
    I would appreciate your help. Thanks!
    SD.

    Hi SD,
    Functional units are reprseneted in OM.Please check allowed relationship per object type.tcode OOIT..Org units and Position relationship can be assimilated using this.
    please check T778T,T777E(Table  T777E contains all the relationships permitted between organizational objects)
    Table  T7791 contains information about which SAP organizational object types should be linked with positions, which with jobs and which with organizational units.
    objects and relationships are building blocks of OM(1000 and 1001)
    please refer to the below link for more details
    https://cw.sdn.sap.com/cw/docs/DOC-39190
    Hope this helps.
    No Worries
    KG

  • Controlling area already used for org. unit problem

    Hi people,
    can you please help me with one problem, my customer is upgrading SAP HR from 4.6 to 6.0 and now we are testing QAS system.
    When I create new or. unit in PPOME, I have Cost-centre inherited from the org.unit above, but when I want to put another Cost-centre it gives me the next error "Controlling area HR01 already used for organizational unit XXXXXXXX".
    The same procedure worksin PRD system which is on version 4. 6. Could you please help me what is wrong because i am not able to change cost centre in the QAS system.
    Thank you.
    Romano
    Edited by: Romano Cinotti on Oct 13, 2009 11:25 AM

    Hi,
    To which object u are going to change the cost center i.e, position, job, org.unit.
    If you are changing the cost center to position, If it is not allowing to change the cost center then u have to check the parameters:
    May be u already assigned cost center
    May be u already assigned cost center to ur org, unit, which u assigned to ur position. If u already assigned diffrent cost center to ur org.unit, you may not change the cost center to ur position or job.
    Regards
    Devi.

  • Position to inherit company code and cost centre from Org Unit

    Hi Team,
    I have entered the company code and controlling area in my root Org. Unit.  All the sub-ordinate org units that I've created have inherited this company code and controlling area, however none of the positions I've created have inherited them.  What do I have to do to get my positions to inherit this information from their org unit.
    Regards,
    Jeanette

    Hi,
    Check table T7SS0, there are three switches
    PPOM     INHIC     X     'X': PPOM: Obligatory Inheritance of Company Code
    PPOM      INHIH     X     'X': PPOM: Obligatory Inheritance of Contr. Area
    PPOM     INHS     X     Inheritance of acc. ***. features by positions
    So just check these switches that they are set in this table, and I hope your problem should resolve
    Regards,
    guds

  • ESS Who's Who - remove link from Org Unit

    In Who's Who (web dynpro version for ERP2004), I want to display Organizational Unit in an employee's detail.  I do NOT however want the link to the org chart from this field to be available.
    Is there a way to remove the link from the Organizational Unit field?
    If not, then my issue is that the link does not work. I get the error "Service EMPLOYEE_ORGCHART_SERVICE does not exist" when I click on a link to the org chart from who's who.  Can someone point towards some documentation on how to implement this?
    Bottom line is that I either want to remove the link on Org Unit or make it work. 
    Has anyone had success with this?
    Thank you!
    Jeff Karls

    SAP's response for getting the link to work:
    17.08.2006 - 12:30:27 CET    SAP    Reply 
    Hi,
    Please check the following in your customizing.
    1.table V_T7XSSSERRES
    Resource Key EMPLOYEE_ORGCHART_SERVICE
    Directory Path sap.com/ess~org
    Object Name Orgchart
    Window Name Orgchart
    2.table V_T7XSSSERSRV
    Service Key EMPLOYEE_ORGCHART_SERVICE
    Service Link Text Orgchart
    Service Type Webdynpro Application
    Link Resource EMPLOYEE_ORGCHART_SERVICE
    3.
    Please maintain the URL of PCD page as
    ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.ess.employee
    /com.sap.pct.ess.roles/com.sap.pct.ess.employee_self_service/
    com.sap.pct.ess.employee_self_service/
    com.sap.pct.ess.area_employee_search/
    com.sap.pct.ess.serv_employee_search
    in the table V_T7XSSSERRES for the key EMPLOYEE_ORGCHART_SERVICE and trythe application again.
    As for removing the link, that will require a modification to the Who's Who web dynpro.

  • PA and PSA Inheritance issue from Org Unit

    Hi,
    I am trying to create an Org Unit with effective from today or a future date. When I do this, PA and PSA is not getting inherited for the newly created Org Unit.
    But when I create an Org Unit with effective from past date, this issue is not there and works fine perfectly.
    Note: The issue is there in the Development Client as of now. But there is no issue in quality. There was a recent patch that gets updated in Dev system. Not sure whether patch is an issue.
    Cheers
    Vijay

    hi vijay...
    would you tell me about your problem in bit details...
    i understand that if you create new org unit with existing org unit which already maintained with its PA and PSA assigned in Account Assignment tab then its never occur this problem..but if you create your org unit out side the remaining structure the you must assign PA and PSA for this specific
    Regards
    Bashir Ahmadani

  • OSA - Default Manager From Org Unit

    Hi everyone:
    In my appraisal form, under "Processing" tab, in "Further Template Behaviour", I have included the standard BADI (Default Appraiser - Default Manager).
    Is this BADI supposed to pick the manager (chief position) of the org unit that belongs to the employee?
    If yes, it does not seems to be working the way it should be. I can put anyone (even the subordinate of the employee) as the appraiser and the system still lets me go through.
    OSS notes does not seems to have any solution with this.
    Has anyone encounter anything like this before? Your help is greatly appreciated.
    Thanks,
    Ash

    Hi Jothi:
    Thanks for your help. I managed to get the "Default Manager" BADI working.
    However, this is not a complete functionality because the appraisee can simply change the appraiser's name. There is no control on the appraiser chosen. I can always choose my subordinate as my appraiser, which is not correct.
    I know that in "Processing" tab, we can de-select "No Authorisation Check for Appraiser". This feature will check if the user (in my case, the appraisee) has authorisation for the appraiser etc. A few questions I would like to find out
    1) Will this feature work for my scenario?
    2) To use this feature, do I need structural authorisation or just non-structural authorisation?
    3) Should i use BADI "Authority Check" instead, to cater to my requirement?
    Many thanks once again for your help.
    Ash

Maybe you are looking for