cancel
Showing results for 
Search instead for 
Did you mean: 

HR-Personnel Development-Proficiency Level Using Info Type:24

former_member191111
Participant
0 Kudos

Hi !

I am working on Personnel Development of HR Module on SAP 4.70 .

I am Developing an Z Report in which I wish to display service Order with all the details & Employee assigned within it .

I am unable to display employee with their Proficiency level.

Proficiency level of employee is maintained via Transaction 'PA30' &

Info Type 24 .

Can anybody tell me how can I fetch the Proficiency Level of Person (PERNR Field ) .

Is there any Function Module is there OR It's storing in any table?

Regards

Sachin S M

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member201275
Active Contributor
0 Kudos

Is your issue resolved? Did any of the replies help or answer your question? Please mark accordingly and close.

former_member201275
Active Contributor
0 Kudos

Have a look at sap standard program RPAPUT01, search "0024", there you will find the method for reading data from P0024.

Hope this helps.

nablan_umar
Active Contributor
0 Kudos

Hello Sachin,

Employee proficiency is store in IT 0024, which is table PA0024 technically. To read this you can do select statement on table PA0024 or using function module HR_READ_INFOTYPE