Ansicht
Dokumentation

EDI_DOCUMENT_DEQUEUE_LATER - EDI: Unlock IDoc after close

EDI_DOCUMENT_DEQUEUE_LATER - EDI: Unlock IDoc after close

ABAP Short Reference   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

If you use the IDoc API, a logical SAP lock is relocated during the open. This logical lock is normally cancelled during the close. However, you can use a parameter to set it so that it is not unblocked. You can then later explicitly include this lock.

Example

* After the parameter NO_DEQUEUE was not transferred by default in the close function module, the function module is called at the end of a logical unit:

data: docnum like edidc-docnum.

call function 'EDI_DOCUMENT_DEQUEUE_LATER'

exporting

docnum = docnum

exceptions

idoc_ist_not_to_dequeue = 01.

Notes

Further information





Parameters

DOCNUM
SYNCHRON

Exceptions

IDOC_IS_NOT_TO_DEQUEUE

Function Group

EDI1

TXBHW - Original Tax Base Amount in Local Currency   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 1132 Date: 20240523 Time: 111214     sap01-206 ( 21 ms )