‎2010 Jan 20 11:01 PM
Hi,
We are using the BAPI_GOODSMVT_CREATE for 101B movement.
While doing 101 B movment, if the BAPI didn't give any error, everything is going good.
We are getting some errors while posting some of the PO's.
Like PO withdrawn Quantity is exceeded by && LB PO Number.
at this time if i see SM12, the tables are getting Locked and they are not getting released. (EKKO,EKPO,MARC,MBEW)
We have developed a custom program and we are doing the goodsmvmt using that program.
Please guide us how to resolve this issue.
Thanks,
Adi.
‎2010 Jan 21 12:35 AM
When you get some error, are you calling BAPI_TRANSACTION_ROLLBACK FM?
Frisoni
‎2010 Jan 21 4:49 AM
Hi
Are you using bapi_commit statement after the BAPI_GOODSMVT_CREATE .
Aslo try searching for note and try to figure out if this standard problem or not.
Regards
Gaurav
‎2010 Feb 25 4:38 PM
solved by myself...
once the Material and PO getting locked, we used the one statement to clear the memory of that session by coming out of the program and calling the same program again.
Leave to transaction 'ZXXXX'.
Thanks,
Adi.