SAP HR data structures in PM and OM modules

SAP HR data structures in PM and OM modules

I need some information about the data structure in SAP HR, in PM and OM modules.

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.


1. Can I connect via ODBC to a SAP database in order to read some information related to persons and departments? I am interested especilally by the assignments' attributes Departments-Employees. It is possible to do this?

2. Is there a place where I can find an explanation of the structures and relations between tables and objects form SAP HR?

3. I ask this because we have an orgcharting solution that can be interfaced due to a Database Connection tool to many HRIS. We did this for PeopleSoft and Oracle Applications. Thoughts?
1. Yes, it is possible to directly connect to SAP to get this information. You will need to do it through an RFC call unless you find an extremely flexible company that will allow a direct connection to their database. I would not advise it as a matter of practice.

2. No, not really. There are a few general patterns but no diagram showing exactly what relates to what and how the relationship occurs. I have seen several examples of connection programs written in VBA, VB and C++ to access the type of information you would be interested in but you would still need to know what you are looking for to retrieve the information.

A few keys that hold true most of the time when dealing with HR data (nnnn is a 4 digit number):
PAnnnn tables contain employee data.
HRPnnnn tables contain organizational/object data.
PBnnnn tables contain applicant data.

3. If I were going to do something like this I would spend time learning the structure of logical database PCH because this database holds the information for organizational charts in SAP.

This was first published in September 2003

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.