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

Class Method to replace HR_INFOTYPE_OPERATION?

Former Member
0 Likes
1,653

Is there a class method to replace function module HR_INFOTYPE_OPERATION?

1 ACCEPTED SOLUTION
Read only

Sougata
Active Contributor
0 Likes
1,111

Hi Adrian,

The Class is "CL_HRPA_PLAIN_INFOTYPE_ACCESS". You can use the methods of the interface "IF_HRPA_PLAIN_INFOTYPE_ACCESS" whichever is appropriate in your case.

This Class can be used to achieve the same fucntionality of the FM HR_INFOTYPE_OPERATION.

Cheers,

Sougata.

2 REPLIES 2
Read only

Sougata
Active Contributor
0 Likes
1,112

Hi Adrian,

The Class is "CL_HRPA_PLAIN_INFOTYPE_ACCESS". You can use the methods of the interface "IF_HRPA_PLAIN_INFOTYPE_ACCESS" whichever is appropriate in your case.

This Class can be used to achieve the same fucntionality of the FM HR_INFOTYPE_OPERATION.

Cheers,

Sougata.

Read only

former_member203501
Active Contributor
0 Likes
1,111

Hi ,

HR_MAINTAIN_MASTERDATA is the replaced function module.

Regards,

Venkat Appikonda