Hii all,
I have develop a BDC for transaction pa30( for 2013 infotype ).
DATA: MODE1 TYPE C VALUE 'N',
UPDT1 TYPE C VALUE 'A'.
CALL TRANSACTION 'PA30' USING BDCDATA
MODE MODE1
UPDATE UPDT1
MESSAGES INTO MESSTAB.
If any one open pa30 for any employy and the same time if i run that bdc for that particular employee
it shows an error message.
Problem :If i try to upload data in pa30 for multiple employee and the first employee is lock by some other user then the erroe messege coming that all other employee also lock.
But if first employee is not locked but second employee locked then the the first employee's data update successfully,for second employee shows a message that the employee is locked by some other user.In the selection screen if there is 3rd employee that also update successfully.
plz help.
Edited by: sk2789 on Feb 18, 2011 5:07 AM
Moderator message: please use more descriptive subject lines for your posts.
Edited by: Thomas Zloch on Feb 18, 2011 3:23 PM