‎2008 Jan 23 5:50 AM
Dear All,
Im using BAPI_GOODSMVT_CREATE for migo transaction ,im using above BAPI to move serialnumbers from one storage location to another , and it is giving an error saying that
The plant data of the material 30000452 is locked by the user ABCD
ABCD is my user name and i didnt run any program in background and foreground
call function 'BAPI_GOODSMVT_CREATE'
exporting
goodsmvt_header = header
goodsmvt_code = goodsmvt_code_tmp
importing
goodsmvt_headret = headret
tables
goodsmvt_item = item
goodsmvt_serialnumber = serialnumber
return = return.
w_suc = sy-subrc.
call function 'BAPI_TRANSACTION_COMMIT'.
Kindly help me Urgent !!!!!!!!!!!
‎2008 Jan 23 6:01 AM
Hi,
Are you handling any other process before BAPI? Like creating delivery document using BDC ? If so , use wait before executing BAPI.