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

ABAP HR

Former Member
0 Likes
581

Hi Experts,

Is there any fm which takes pernr as input and gives all the medical plans he is registered for a particular action with plan name, plan type, effective date, expiration date.

Thank you.

Regards,

Admir.

Points will be rewarded.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
541

Hi

You can use the infotypes

PA0167 and PA0028 for this info

Reward points for useful Answers

Regards

Anji

Hi

You can use the infotypes

PA0167 and PA0028 for this info

Reward points for useful Answers

Regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
542

Hi

You can use the infotypes

PA0167 and PA0028 for this info

Reward points for useful Answers

Regards

Anji

Read only

0 Likes
541

Function modules please.

Read only

0 Likes
541

You can use the function call HR_BEN_READ_HEALTH_PLANS.

~Suresh