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

Function Module to check If subType exists

Former Member
0 Likes
600

Hi,

I am writing an ESS screen to update personal email addresses. If the subtype MAIL does not exist in the infotype then I am supposed to create it.

Is there a function module that checks if the subtype exists for the pernr?

Thanks,

~Mark

2 REPLIES 2
Read only

Former Member
0 Likes
430

Hi Mark,

What is the infotype. Check this one "HR_F4_GET_SUBTYPE".

Thanks and Regards,

Bharat Kumar Reddy.V

Read only

0 Likes
430

Thanks Bharat,

I found another function module HR_INFOTYPE_CHECKEXISTENCE that serves the purpose better.

~Mark