2023 Jun 07 11:09 PM
Hello Friends,
just a quick question, I tried checking but didn't find an answer. When using BAPI_OUTB_DELIVERY_CREATE_SLS, what fm or bapi do we use to lock (enqueue) and unlock (dequeue after commit).
Thank you,
Geoff
2023 Jun 08 7:30 AM
Hello jeff.broodwar
You don't need to do any locking before calling BAPI_OUTB_DELIVERY_CREATE_SLS. The BAPI will do all necessary locking and will report an error message in case of locking conflicts.
Unlocking is done by BAPI_TRANSACTION_COMMIT or BAPI_TRANSACTION_ROLLBACK.
Best regards
Dominik Tylczynski
2023 Jun 08 7:30 AM
Hello jeff.broodwar
You don't need to do any locking before calling BAPI_OUTB_DELIVERY_CREATE_SLS. The BAPI will do all necessary locking and will report an error message in case of locking conflicts.
Unlocking is done by BAPI_TRANSACTION_COMMIT or BAPI_TRANSACTION_ROLLBACK.
Best regards
Dominik Tylczynski