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

Payroll lock BAPI?

Former Member
0 Likes
594

Hi all,

I want to change Bank details of a user via BAPI_BANKDETAIL_CHANGE.

Do I need a Payroll-lock-BAPI for that?

If yes, please tell me what BAPI and why?

kind regards,

Andre

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

Hi,

I dont think you need to lock Payroll..

Why do u want to lock payroll???

Regards,

Tanveer.

<b>Please mark helpful answers</b>

3 REPLIES 3
Read only

former_member181966
Active Contributor
0 Likes
545

I don’t think you need to lock the payroll results. it might be good idea to lock the employee’s # .

CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'

BAPI_EMPLOYEE_DEQUEUE

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

Former Member
0 Likes
546

Hi,

I dont think you need to lock Payroll..

Why do u want to lock payroll???

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Read only

0 Likes
545

Yes I agree with both Saquib & Tanvir.. I don't see a need to lock the Payroll.. Just use BAPI_EMPLOYEE_ENQUEUE (before) & BAPI_EMPLOYEE_DEQUEUE (after) the Orignial BAPI call.

Regards,

Suresh Datti