Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get Data from IT-0024

Former Member
0 Likes
896

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
814

for Qualification data check table : PA0024.

check the FM : PAD_EMPLOYEE_GET_QUALIFICATION (for fatch data).

5 REPLIES 5
Read only

Former Member
0 Likes
814

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

Read only

Former Member
0 Likes
814

Hi,

You can check this link.

Regards,

Ateet

Read only

Former Member
0 Likes
815

for Qualification data check table : PA0024.

check the FM : PAD_EMPLOYEE_GET_QUALIFICATION (for fatch data).

Read only

0 Likes
814

Thanks..That solved it.

Read only

0 Likes
814

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?