Application Development 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: 

ABAP-HR: function module

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

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

Former Member
0 Kudos

Thanks folks.

Anirban