2011 Apr 18 9:30 AM
hi ,
i have a program for creating Quick Order.
means at one button click we need to created VA01 -> VL01N -> PGI -> VF01.
im creating Salesorder through BAPI BAPI_SALESORDER_CREATEFROMDAT2.
after creating order i am creating Outbound delivery through BAPI BAPI_DELIVERYPROCESSING_EXEC.
When im trying to create OBD with ref to SALESorder through BAPI ,i getting Error Message LIke
'Object is lock by the current User'.
i have used DEQUEUE_ESORDER to release the object but still i facing same error .
Can One tell me how to release this object .
thanks in Advance.
2011 Apr 18 9:43 AM
Hello,
Try to use COMMIT WORK {and wait} so that all the locks are passed to the update program for release.
After calling the BAPI at each stage/before the final BAPI which is giving an error.
Regards,
Shiva
hi ,
i have a program for creating Quick Order.
means at one button click we need to created VA01 -> VL01N -> PGI -> VF01.
im creating Salesorder through BAPI BAPI_SALESORDER_CREATEFROMDAT2.
after creating order i am creating Outbound delivery through BAPI BAPI_DELIVERYPROCESSING_EXEC.
When im trying to create OBD with ref to SALESorder through BAPI ,i getting Error Message LIke
'Object is lock by the current User'.
i have used DEQUEUE_ESORDER to release the object but still i facing same error .
Can One tell me how to release this object .
thanks in Advance.
2011 Apr 18 9:43 AM
Hello,
Try to use COMMIT WORK {and wait} so that all the locks are passed to the update program for release.
After calling the BAPI at each stage/before the final BAPI which is giving an error.
Regards,
Shiva
2011 May 12 7:57 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |