SAP ABAP HR,  How to find out relationship in OM

Hi Gurus,
in ABAP HR , how to find out relationships in organisation assianment
please clarify my Query.

HRP1000 : Stores all the OM object types for eg, O - Org Unit, S- Position, C- Jobs, K- Cost Centers etc
HRP1001 : Relationship between the object For eg, S (Position) Belongs to O (Org. Unit) etc
HRP1002 : Description for all the objects
HRP1003 : Department or Staff of the respective object, particularly O, S and P
Additional Data in SAP's HRP1001 tells you how to retrieve the u2018additional datau2019 for org management relationships (ADATANR in HRP1000, ADATA in P1001, tables T77AD and T77AR).
Reward if helpful

Similar Messages

  • How to Find out the all  tables in module wise ?

    Dear Friends,
    1.How to Find out the all  tables in module wise ?
       what are the total number of table in SAP ?
    2. how to find out all existing functions in SAP ?
    Thanks and regards,
    Subasha Chandra Sahoo.

    Hi,
    You will get the module wise list from:
    http://www.sourceveda.com/SAPReference.htm
    http://www.sourceveda.com/
    Regards...

  • How to find out SR level in SAP system

    Hi Guys,
      How to find out the SR level of our system in Windows. And can any one tell me, what are the necessary CD's required for ECC 6.0 installation. I can found all the informations but I can't found for specific installation on windows -- mssql .
    Thanks
    Regards,
    Ral

    An SR (Service Release) is simply a base release + a certain amount of SPs(Support Packs).
    So, the question you really want is what SP level is the system at.  If it's an ABAP system, you can find that in the SYSTEM menu-->STATUS.  Then click the magnifying glass under the "system data" section to see the individual SPs  for the various components.
    If it's a Java system, you need to log into the URL for the system information screen.  That is:
    http://<host>:5xx00
    (where xx is the system number)
    click "system information" and login with an administrative user.  The component listing on that screen will tell you what level your java components are on.
    You can download all needed software from
    http://service.sap.com/swdc
    You will need an OSS account, and proper authorizations given to you by an admin by the customer.  Further, you will need your downlaods to be approved via the SolMan Maintenance Optimizer by an admin at the customer.

  • How to find out the Idoc number triggered for any material transfer frm SAP

    Hi Folks,
    Can any body let me know How to find out the Idoc number triggered for any material transfer frm SAP?
    Do we have any navigation for that in MM03?
    Thanks,
    SPMD.

    Hi Shabbirmdpasha,
    If you know the user name then you can find the idoc numbers created by that user. But the problem here is it not only gives the material it gives all the idocs created by that user. Go to SE16 --> table name EDIDS --> here you can fill the approximate date and in UNAME give the userid and execute. This will give all the idocs created by that user. I know it is only a partial solution.
    Also would suggest to post the same in abap forums for more answers:
    ABAP Development
    Regards,
    ---Satish

  • How to find out Which SAP programs are affecting Which Z programs?

    Do we have a program/tool that can tell us the following:
    How to find out Which SAP programs are affecting Which Z programs in the entire development server?  
    We have a list of SAP programs and a list of custom u2018zu2019 programs, which ones impact each other?   I know we have a u201Cwhere usedu201D functionality, however that is at the object by object level. 
    We need are looking for something a little larger u2013
    thanks in advance
    Vishnu

    Do we have a program/tool that can tell us the following:
    How to find out Which SAP programs are affecting Which Z programs in the entire development server?  
    We have a list of SAP programs and a list of custom u2018zu2019 programs, which ones impact each other?   I know we have a u201Cwhere usedu201D functionality, however that is at the object by object level. 
    We need are looking for something a little larger u2013
    thanks in advance
    Vishnu

  • How to find out the cost of SAP user for a particular user id

    Dear All,
    I got one issue like how to find out the cost of SAP user, i mean for a particular user id.
    Could you please advice me regarding this.
    Raghu

    Hello Raghu,
    I got one issue like how to find out the cost of SAP user, i mean for a particular user id.
    Could you please advice me regarding this.
    I think you need to reach out to BASIS consultant to check out the Cost involved for User ID for the SAP application.
    Regards,
    Sarthak

  • How to find out the IBU of the logges in user with some relationship?

    Hi,
    How to find out the IBU of the logges in user with some relationship?
    Regards,
    Jaya

    Hi Jaya,
    I am not sure if i understood you correctly. Do you want to find the corresponding account of logged in User? If yes, then you can use the below FM:-
      CALL FUNCTION 'BP_CENTRALPERSON_GET'
        EXPORTING
          IV_USERNAME         = im_usr_name
        IMPORTING
          EV_BU_PARTNER_GUID  = lv_partner_guid
        EXCEPTIONS
          NO_CENTRAL_PERSON   = 1
          NO_BUSINESS_PARTNER = 2
          NO_ID               = 3
          OTHERS              = 4.
    Thanks and Regars,
    Rohit

  • How to find out open PO in SAP?

    Hi,
    I have a simple question? How to find out if the PO is open?
    Is there any field in any table in SAP which indicates this?
    Is there any report in SAP which gives list of all open PO in the system?
    Thanks,
    Pratik

    Hi
    There is no way you can find out that wheather the particualr PO is open or not and there is no such table indicating that the particular purchase order is open.
    Yes if a purchase order is already open in one system and you want to open that in your system in change mode than you can use the Tcode sm01 where you can know that which form is opened and  you can unlock that particular form and can use that in change mode.
    I hope this will help you to solve your problem
    Thanks
    Mrutyunjaya Tripathy

  • How to find out workflow in various releases of SAP

    Hi Experts,
    I would like to know as to how we can find out in which release of SAP was a given workflow introduced.
    For eg. if we take WS04200009(WF for leave request). I want to know if this was incorporated in ECC 6.0 or ECC 5.0 or older versions.
    Also if we take WS04200009, there is a  list of related WF's to it.....i.e. WS12400005 and WS12400007(These are for leave request cancellation).
    I would like to know similarly as to how to find out for a specific workflow, the list of related WF to it.
    I would also like to know as to how we can find out what is the latest WF that SAP has incorporated in the given release.
    Thanks in advance for all the help.

    Hello,
    What do you mean by workflows "related" to another workflow? if you mean calls and called-by you can get it out of the underlying tables, is that what you want? Same for the latest version, but only in the current system, I wouldn't know how to do it for different SAP versions.
    For a particular workflow you can see which other workflow(s) (and tasks) it calls in tx SWDM.
    regards
    Rick Bakker
    hanabi technology

  • How to  find out where sap error messages stored...

    How to  find out where sap error messages stored in our system.like sometime we will get a error message with message number.whr it will be stored and whch table it is?

    Hi,
    I also got the same message when that message no is not there
    E:SABAPDOCU:000 test 
    yours is S-type and message id ZY and message no 127
    127 is not there either change the no  or create the same
    Regards
    Shiva

  • How to find out where sap error messages stored in our system

    How to find out where sap error messages stored in our system.like sometime we will get a error message with message number.whr it will be stored and whch table it is?

    Are you interested in WDA messages ?
    The set a breakpoint in METHODS IN class CL_WDR_MESSAGE_MANAGER.
    Then use call stack (default desktop 2 in debugger) to see where message is added to message manager.
    regards
    phil

  • How to find out existing Reports and sap scripts and smartforms ?

    Dear Friends ,
    How to find out existing Reports and sap scripts and smartforms ?
    ( e.g: how many existing reports and SAP scripts are available in MM or SD module , What is the procedure to find out ? )
    Thanking you.
    Regards,
    Subash.

    scripts r stored in TNAPR TABLES

  • How to find out asset number in SAP

    Hi,
    Please let me know how to find out asset number based on the depreciation document number.
    Regards,
    Bhaskar Suruvu

    In the FI document header text / line item text you found back the asset document number like:
    AFB01200900101-0000000001
    In the table ANLP you can found back the document number -0000000001
    On this way you can make the link

  • How to find out list of tables

    how to find out list of tables

    Hi,
    You can check table DD02L via transaction SE16/SE16N.
    Also please check this links.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657
    http://www.erpgenie.com/abap/tables.htm
    Regards,
    Ferry Lianto

  • How to find out where R/3 report data are stored

    Hy,
    I am new in BW.
    I have SAP R/3 report, I need to transfer that report data (all table data) to BW.
    Could You explain me step by step how i can do it?
    How to find out where data are stored?
    Thank you very much!
    Regards,
    Arunas

    Hi Arunas,
    This topic has been discusssed here earlier. Check these links:
    BW solution for ABAP Reports
    BW reports
    Bye
    Dinesh

Maybe you are looking for

  • How to get sequence value on click of button in OAF Page

    Hi all, I have a requirement to get a field called Bankrefernece number populated with sequence value on click of apply button ; i mean inserting new record in database for new transaction. Sequence Value should be something like this: Example No    

  • Keyboard does not appear

    I can't get a keyboard. Tried Pages, Mail, Calendar. Tried to power off and on many times. Can only find one other person who experienced this in the discussions. Any solutions? Thanks.

  • Unable to start Oracle Instance via "dbstart"

    I've successfully loaded Oracle 11g on a Red Hat Enterprise Linux 5.3. I'm now trying to start the instance and database using the "dbstart". The command does not start the instance successfully or the database. I've pasted the results from the log b

  • Java.security.AccessControlException: access denied (java.lang.RuntimePermi

    Any One can help me to solve this problem, when the Japplet get the return object from servlet, i got the following error, please help me at java.security.AccessControlContext.checkPermission(AccessControlConte xt.java:272) at java.security.AccessCon

  • Maybe a great training series, definitely a poor offline media player

    I have a cell Internet connect and am limited in bandwidth. I downloaded the Adobe Media Player and started downloading all of Day 1 content for off- line viewing. After 4 hours of download (bad connection speed, which is why I wasn't streaming to be