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: function module

Former Member
0 Likes
622

Hi all,

I need to know about the function module

ENQUEUE_EPPRELE

and

DEQUEUE_EPPRELE

please give me idea on their interfaces and usage.

Thanks.

Anirban Bhattacharjee.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

hi

This function module enables you to maintain master data for employees and applicants. You can transfer one data record. All validation checks take place that would take place in the individual maintenance screens in the dialog. If necessary, the module returns an error message. The error messages are the same as the error messages in the dialog, that is , the individual maintenance screen error messages are transferred rather than interpreted by this module

hope this will help.

Reward if helpful

Sumit Agarwal

3 REPLIES 3
Read only

Former Member
0 Likes
516

hi

This function module enables you to maintain master data for employees and applicants. You can transfer one data record. All validation checks take place that would take place in the individual maintenance screens in the dialog. If necessary, the module returns an error message. The error messages are the same as the error messages in the dialog, that is , the individual maintenance screen error messages are transferred rather than interpreted by this module

hope this will help.

Reward if helpful

Sumit Agarwal

Read only

Former Member
0 Likes
515

Hi

Edited by: Chandrasekhar Gandla on Jun 28, 2008 7:53 AM

Read only

Former Member
0 Likes
515

Thanks folks.

Anirban