2009 Sep 25 5:48 AM
what should i pass when i call this finction module?
Is it neccessary to call
BAPI_EMPLOYEE_ENQUEUE,then
BAPI_PERSDATA_CHANGE,then
HR_INFOTYPE_OPERATION,then
bapi_commit_transaction ,then
BAPI_EMPLOYEE_DEQUEUE
Should i follow the steps as above?
what should i pass when i call this finction module?
Is it neccessary to call
BAPI_EMPLOYEE_ENQUEUE,then
BAPI_PERSDATA_CHANGE,then
HR_INFOTYPE_OPERATION,then
bapi_commit_transaction ,then
BAPI_EMPLOYEE_DEQUEUE
Should i follow the steps as above?
2009 Sep 25 6:13 AM
Is it necessary to call
BAPI_EMPLOYEE_ENQUEUE
HR_INFOTYPE_OPERATION
BAPI_EMPLOYEE_DEQUEUE.
in sequence. That's it, You don't need to call
BAPI_PERSDATA_CHANGE and BAPI_TRANSACTION_COMMIT,
unless there is something that you can't change using HR_INFOTYPE_OPERATION.
If you have to use, call in this sequence
BAPI_EMPLOYEE_ENQUEUE
HR_INFOTYPE_OPERATION
BAPI_EMPLOYEE_DEQUEUE.
BAPI_PERSDATA_CHANGE
BAPI_TRANSACTION_COMMIT,
regards,
Aabhas
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |