Menu

SAP Function Module CLOI_QUEUE_CHECK

Check IDoc relevant queues

The Function Module CLOI_QUEUE_CHECK (Check IDoc relevant queues) is a standard Function Module in SAP ERP and is part of the function group LOI1 within the package CLOI.

Technical Information

Function Module CLOI_QUEUE_CHECK
Short Text Check IDoc relevant queues
Function Group LOI1
Package CLOI
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
END_DATE LIKE EDIDC-CREDAT SY-DATUM end date used to select queue entries
END_TIME LIKE EDIDC-CRETIM end time used to select queue entries
FLG_IDOC_QUEUE_CHECK LIKE CLOI_PARA-XFLAG flag to check the IDoc queue
FLG_TRFC_QUEUE_CHECK LIKE CLOI_PARA-XFLAG flag to check the TRFC queue
MAX_QUEUE_ENTRIES TYPE I 500 max. number of queue entries to return
RECEIVING_LOGSYS LIKE TBDLST-LOGSYS logical system of the receiving system
START_DATE LIKE EDIDC-CREDAT start date used to select queue entries
START_TIME LIKE EDIDC-CRETIM start time used to select queue entries

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IDOC_QUEUE_ENTRIES TYPE I number of selected entries in IDoc queue
TRFC_QUEUE_ENTRIES TYPE I number of selected entries in TRFC queue

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IDOC_QUEUE LIKE CLOIIDOCQ entries in IDOC queue
TRFC_QUEUE LIKE CLOITRFCQ entries in TRFC queue

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR_READING_PARTNER_PROFILE An error occured when reading the partner prof.
LOGSYS_NOT_DEFINED The logical system used is not defined