HRP1000 and HRP1001.

Hi Gurus-
Can anyone give some info on the tables HRP1000 and HRP1001 and important fields in them.
Thanks.
Ramesh.

hi Ramesh,
HRP1000 is the table having all the objects maintaines in SAP, objectrs like Position, Person, PA, PSA, Cost Center, Business Event. etc.
where as the table HRP1001 give the relation between the objects,
for eg: A person occupying which position, or belongs to what Org. unit.
of assigned to which cot cener.
i hope it serves ur purpose.
Regards,
Aman

Similar Messages

  • Question on data in tables HRP1000 and HRP1001

    Hello,
    we are in the process of putting in the SAP HR module. I have been asked by th Business analyst about entries  already existing the HR OM space (HRP1000 and HRP1001).
    I was not involved when this was being created. I am thinking that we are using  org structures s for workflow notification purposes only.
    would there be anything thing else that we would be using this for?
    thanks

    Hello Timothy,
    there are a lot of applications from HR but also other components which use the tables HRP1000 and HRP1001. But there might be another source of the entries in the tables. All HR infotype tables are delivered as type C (customizing) tables. As a result sap delivers tons of garbage entries for these tables.
    There is sap note 547031 which describes that the HR tables have to be excluded when doing a client copy with ustomizing so these garbage entries are not copied. I have seen several systems where this note has not been applied especially if the HR modules were not in focus when setting up the system. As far as I have experienced you can identify such entries as they have the value "SAP" in the UNAME field of the infotype.
    Kind Regrads
    Roman

  • HRP1000 and HRP1001 log changes

    hi I am not able to see HRP1000 and HRP1001 log changes in CDHDR and CDPOS. The HR_IT1000 and HR_IT1001 are active in the system.

    Hi,
    the change documents can be activated after implementation of note 979104 and setting the related switch as described.                 
    Best regards,
    Malgorzata Herzog

  • Table HRP1000 and HRP1001

    Hi,
    what is the difference between table HRP1000 and HRP1001.
    thank you.

    Hi
    HRP1000 - Object : Determines the existence of an organizational object.
    Stores data that determines the short and long name
    of an organizational object.
    HRP1001-Relationship -  Defines the Relationships between different objects.
    For example, Org Unit to Org Unit, Position to Org
    Unit, etc.
    Refer this link for other HRP infotypes :
    http://help.mybeacon.nc.gov/beaconhelp/Human_Resources/Org_Mgmt/Job_Aids/pdf_OM_Infotypes%20V2_050208.pdf

  • Information on HRP1000 and HRP1001 tables

    Hello All,
            Could someone please tell me where I can find more information on these tables (HRP1000 and HRP1001 tables) like what they are used for and some documentation? I searched the forums but I did not find much on documentation.
    Thanks.
    Mithun

    Hi Mithun.
    I would like to suggest a couple of references,
    [SDN - Reference - Which are the best functions to use for reading infotype HRP1000|Which are the best functions to use for reading infotype HRP1000;
    [SDN - Reference - HR ABAP - Organisational infotypes  |Regarding HR ABAP;
    [SDN - Reference - Organizational Model - HRP1000 and HRP1001   |Read the Org Model;
    Hope that's usefull.
    Good Luck & Regards.

  • Problem in join with hrp1000 and hrp1001???

    Hi all, I am pasting code sAmpLE, i am having problem with join, without join the query is working. Help out.
    IF per_no IS NOT INITIAL.
        SELECT objid sobid objid INTO TABLE lt_st_p1
          FROM hrp1001 WHERE otype EQ 'P' AND objid IN per_no
          AND plvar EQ lv_plan_version AND rsign EQ 'B' AND relat EQ '008' AND istat EQ '1'
           AND subty EQ 'B008' AND sclas EQ 'S'.
       LOOP AT lt_st_p1 INTO ls_st_p1_tem.
         ls_st_p1_tem-sobid1 = ls_st_p1_tem-pernr.
         MODIFY lt_st_p1 FROM ls_st_p1_tem TRANSPORTING sobid1.
       ENDLOOP.
        check lt_st_p1 is not INITIAL.
        SELECT h1objid h1sobid h0~stext INTO TABLE lt_st_p1_temp
          FROM hrp1001 AS h1 JOIN hrp1000 as h0 on ( h1objid eq h0objid and h1rsign eq h0otype )
          FOR ALL ENTRIES IN lt_st_p1
          WHERE h1otype EQ 'O' AND h1sobid = lt_st_p1-sobid
          AND h1plvar EQ lv_plan_version AND h1relat EQ '003'
          AND h1rsign EQ 'B' AND h1istat EQ '1' AND h1subty EQ 'B003' AND h1sclas EQ 'S'
    I want to get the stext of the braNCH. THE lt_st_p1 is having the emp id and position. and i want to get branch , position and stext( of branch) in lt_st_p1_temp by the help of join. I am implementing this qauery, but is getting subrc 4, what is the problem in this , please rectifuy if any problem found ?

    You may want to change:
    check lt_st_p1 is not INITIAL.
    to
    check lt_st_p1[] is not INITIAL.
    This depends on whether or not the internal table was defined with a header line.
    Rob
    Edited by: Rob Burbank on Jan 2, 2012 2:45 PM

  • Mismatch between Employee Org Unit and HRP1001

    Hi,
    I am facing one peculiar issue. The Org Assignment for a person is showing a set of Position, Job and Org Unit. But when I check the HRP1001 table for that position, the OU Relation shown is different.
    On prodding, user told me that, they have deleted the relations table completely and renamed Org units and loaded fresh relations (O-O, O-S).
    My understanding is: PA0001 will pickup the relationship from HRP1001.
    Please correct me if I am wrong and how do I rectify this issue,
    Thanks & Regards,
    Vijay

    HI,
    Look out for RHINTE Reports ( RHINTE00 -40) REports.
    ( T code - SA38) - RHINTE00... )
    For more details on RHINTE reports look for existing posts on SDN.
    Thanks & Regards,
    Param

  • Tables PA0001  and HRP1001

    Hi,
    I want fetch data from hrp1001 using  pernr 
      Present I am mapping as
         HRP1001 where OTYPE = "C" and OBJID = pa0001.PLANS AND SUBYP = "B007".
    I am facing problem when fetching if different pernrs  have same  plans in pa0001 (i,e  pa0001.PLANS ).
    pa0001                               hrp1001
    pernr     plans                         plans   sobis
    1          80                              80        1
    2          80                              80        2
    3          80                              
    present  output as
    getting as
    1   80  1
    1   80  2
    expecting output as
    1   80  1
    1   80  2
    2   80  1
    2   80  2
    Thanks,
    Asha

    Hi,
    Your question is not still clear. What to fetch,in which order to display?
    More over it is a HR/HCM question. You may get the answer form the HCM area.
    By,
    Anand
    Edited by: anand babu on Aug 2, 2008 5:47 PM

  • Inconsitency between transaction PPPM and HRP1001 table

    Hi,
    I have a scenario where I distribute the data from my HR system to the xRPM system.
    Problem as below.
    I have 12 qualifications for a partner in the PPM transaction which are in the HR system. Now I check the table HRP1001 and it also shows 12 qualification in the table for this specific Business partner.
    Now I delete all the qualification in the transaction PPM for this business partner. Now when I check the table HRP1001 for this business partner I am seeing 6 entries.
    How is this possible to have the link between the BP and the Q after I have deleted them in the transaction PPPM. This is looking strange and I am not able to understand the way the system is behaving.
    IS this as per the standard or am I missing out something here.
    Need all your expert sugesstion here.
    Regards,
    Vijay V

    Hi,
    I have found the issue. The issue was with the key date with which I was viewing in the PPPM transaction. Once I set it to 1.1.1980 then it was deleting perfectly.
    Closing this thread.
    Regards,
    Vijay V

  • Organization structure in CRM 7.0 from ECC and HR

    Hi,
    We are trying to download Org structures from ECC and HR. (CRM 7.0, HR & R/3 ECC 6.0)
    From HR
    The ALE distribution is set across the systems CRM and HR and I did the PFAL run as per the best practices BB C05. There are about 100,000 Idocs inbound to CRM system and out of which about 15K are in 51 status and the rest are in 53 status.
    Observations:
    The Organization structure from HR is not totally mapped in CRM but only a part of it is displayed in PPOMA_CRM.
    The remaining Org units are found in 'non-related objects' selection.
    All the Idocs in failure are in error "Error in subroutine read_namtb for structure  of infotype  ". When I go to the long text
    Message no. 5-109
    Diagnosis
    An error has occurred in subroutine read_namtb for structure  of infotype .
    Procedure
    Check the entry for infotype  in table T777D (structure, IDoc segment, expanded structure) and the corresponding structures.
    I am not sure which infotype needs to be checked in T777D.
    From ECC
    The CRM - ECC connectivity is set. Downloaded all the required customizing objects successfully. Switched the org model to "enhanced backend integration version " and then followed on to SPRO->CRM->Master Data->Organizational Management->Data transfer->Copy SAP ECC structure and selected all the available R/3 Organization assignments available and then selected the "generate selected lines".
    Observations:
    All the generated org units are in GREEN in SPRO but there are no assignments found in PPOMA_CRM not even in the unrelated objects
    Checked tables HRP1000 and HRP1001 from the CRM Sales org unit IDs (ex: O 5000012) created here and they are not found but the generation is in GREEN.
    I will appreciate any assistance I get here.
    << Moderator message - Everyone's problem is important >>
    Regards,
    DT
    Edited by: Rob Burbank on Oct 20, 2010 4:25 PM

    Hello DT,
    Could you please let me know the process how the problem is solved..
    even we are having the same issue like, we have downloaded the Org Model form HR to CRM system, till here it was fine.
    when we are trying to download the ECC sales structure(CRMC_R3_ORG_GENERATE) to CRM system, i have selected all the items and triggered the Gerenerated Selectd Lines, but after all the items are generating in a error with RED.
    Could you please share you knowledge, so that it will help me in figuring out the issue.
    Thanks in Advance DT. Hope you reply back.
    Regards,
    Ven

  • HCM org data in SAP BW

    Hi Gurus,
    I wish to extract HR organisational structure to SAP BW. the primary HR tables in use here are HRP1000 and HRP1001. 1000 tables stores the organizational data where as 1001 stores the relationship between two org units. The HR team here have sort of created a hierarchy in terms of relationship for example org unit 1000585 has relationship b002 with org unit 1000586. 1000585 represents the root node which is indication of company.
    1000586 represents business. there can be furthers level below this  for example 1000586 has relationship with org unit 1000587 which is a legal entity. how can i model this BW to achieve slicing dicing at query level based on these levels.
    thanks in advance for your help.
    Rahul

    experts ,
    any help or suggestions possible
    thanks
    rahul

  • IDoc HRMD_A

    Hi,
    In order to send employee maseter data like infotypes like IT0000, IT0001, IT0002, IT0105 (Sty 0001/0010), HRP1000 and HRP1001 , which are the fields on which filtering should be used for the iDoc HRMD_A.
    Points will be rewarded.
    Thanks & Regards,
    Soumya.

    Hi,
    You have to do the configuration in both the systems.  You can transfer the data between two systems using Transaction code PFAL (HR :ALE distribution of HR Master data)
    Regards
    Vinod

  • Tables which stores org model in CRM

    Hi All,
    Which tables stores the org model or the sales area in CRM.
    KRK

    Hi there,
    The tables that stores the organization model main information are HRP1000 and HRP1001.
    For working with information that relates the org.model with sales area, I normally use static methods of class CL_CRM_ORGMAN_SERVICES.
    Check if this class may help you a little more in your needs.
    Kind regards,
    Garcia

  • Need Help! Ad Hoc Query in HR Tables

    Dear Friends,
    I need to create a adhoc query for the following tables.
    PA*
    HRP1000
    HRP1001
    But I could select only PNPCE LDB... I do not know how to define one and get the information out from PA* and HRP1000 and HRP1001 info types....
    Please help.
    Thanks,
    Joy

    Hi Joydip,
    Go to transaction SQ02, from the Edit menu go to "Change Infotype Selection" step. Go to the end of the tree structure. From "Infotypes of related objects" select the respective organizational object (e.g. org unit, position) & respective relationship. When you click on these items & confirm your selection, they all apeear in the infotype tree structure at the left part of the SQ02 screen. You can use them just like other info types of PNPCE logical DB.
    Regards,
    Dilek

  • Hi regarding Abap hr

    Hi when pch is must be declared in the  reports?
    because generally we use the pnp although we use hrp1000 and hrp1001..
    i mean when it is manditory...?
    I mean irrespective of  selection-screen..
    Can any kindly help in this regard?
    Edited by: saslove sap on Mar 27, 2008 7:50 AM

    PNP is for  HR master data
    It provides the standard selection screen for the HR master data
    It makes the specified selections
    and it also checks whether the user has the necessary authorizations to read the data
    PCH is for      Personnel Planning.
    It provides the standard selection screen for planning data.
    It retrieves data from the file PLOG and carries out the chosen selections.
    It checks that the user has the required authorization to read the data.
    Edited by: Sandeep patel on Mar 27, 2008 8:02 AM

Maybe you are looking for

  • Adobe Photoshop CS2 has encountered a problem and needs to close.

    Just starting to get this error on open in CS2 after a few months of smooth sailing on a new system (below). CS2 now cannot open. It started occasionally and increased. Tried reinstalling. Tried deleting the PS config files and same error. Any sugges

  • Combining pages from different projects??

    I have two different versions of a photoshop project, each with six pages.  But I want 3 pages from one and 3 pages from the other.  How do you combine these into one project? Thanks!

  • My preoader does't work.

    I've been working on this preloader for over a week now, and I've just about had it. My script has no errors, but when I test the movie, the movie I want to play is all messed up. The music in my movie is double playing (like over-lapped), and the pr

  • I forgot the password to install new program

    On my MacBook (late 13inch - late 2007) we had an automatic log-in and forgot the password in the meantime.  The computer has been re-set once after a a software repair and the password was probably a default password- not one of our own passwords. W

  • TIME MACHINE ON MACBOOK PRO - when to turn off hard drive

    I'm about to begin using Time Machine and have a rather basic question. From what I've read it seems that TM is a round the clock kind of deal: backing up every hour on the hour. I have a MacBook Pro, which I do not keep on all the time. I shut it of