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

HR_GET_ENTRY_FEATURE

Former Member
0 Likes
520

Hello Experts!

How do you get an ENTRY date using the function HR_GET_ENTRY_FEATURE?

Thanks!

Carl

1 REPLY 1
Read only

former_member104694
Participant
0 Likes
453

Hi Carl,

HR_ENTRY_DATE_FEATURE returns the switches configured in feature ENTRY. If you want the date value you can use HR_ENTRY_DATE (which in turn calls this *_FEATURE FM).

For a more detailed explanation check out the function module documentation of HR_ENTRY_DATE.

Regards,

Ian