- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Identify the qualification and Employee relationship table in SAP system
The answer is there is no such single table where you can find everything pertaining to qualifications as they are stored in PD tables as well.
Basically, they are of object type ‘Q’ and are stored under HRP1000. HRP10001 will capture the relation between the qualification and employee. We do have qualification rating and scales which you can find in HRPAD31 and T77TP respectively. T77TS stores the text with an id of qualification.
You can also go ahead with function module ‘RHPP_Q_PROFILE_READ’ which you can use.
- Related Articles
- Exposing employee master data from SAP HR system using Web Service
- Getting table name in SAP system
- Query returning no data in SAP Business One using Table Relationship
- Accessing table data from SAP system
- Creating a table in SAP system using OData service
- Dynamically creating parameters from table entries in SAP system
- Difference between SAP ECC system and SAP BW system?
- What are employee retention and employee attrition?
- Find max and second max salary for a MySQL Employee table?
- Authorization concept in SAP system and Profile
- What is the relationship between Address and Memory Space in a Virtual Memory System?
- Find max and second max salary for a MySQL Employee table using subquery?
- Creating User roles and profiles in SAP system
- Formatting date in SAP system
- Using Breakpoint in SAP system

Advertisements