‎2010 Sep 03 12:52 PM
Hi All,
I need to access the Qualification Data of an Employee's Profile. We can view it from PA20, but how do I get this data in my report into an internal table? I could not find any suitable DB table. PA1024 is empty,and so was HRP1024.
The fields I need to access are Qualification Group,Type,ObjectID,Name,ID,Proficiency,Start Date,End Date.
Is there any suitable FM for the same?
‎2010 Sep 03 1:04 PM
for Qualification data check table : PA0024.
check the FM : PAD_EMPLOYEE_GET_QUALIFICATION (for fatch data).
‎2010 Sep 03 1:01 PM
Hi,
You can use FM BAPI_QUALIFIC_GETLIST to get the list of qualifications for the user. Refer the documentation for usage.
Hope it helps.
Sujay
‎2010 Sep 03 1:04 PM
‎2010 Sep 03 1:04 PM
for Qualification data check table : PA0024.
check the FM : PAD_EMPLOYEE_GET_QUALIFICATION (for fatch data).
‎2010 Sep 03 1:23 PM
‎2010 Sep 03 1:28 PM
But can someone tell me how the data of this infotype is stored? Is it in the form of relationships only in HRP1000 and HRP1001?