cancel
Showing results for 
Search instead for 
Did you mean: 

Read queue data in SMQ2

former_member193027
Participant
0 Kudos


Hi,

Can someone inform me when there are queue entries in SMQ2 reported via interface, there is a column called as TID-transaction ID which depicts the LUW info.

How can we read this TID so that the respective document no and event handler ID can be known.

Accepted Solutions (0)

Answers (1)

Answers (1)

MarcoFreischlag
Advisor
Advisor
0 Kudos

Hi Dipak,

check FM 'TRFC_GET_QUEUE_INFO_DETAILS' -> think the your TID it's the following parameters:

- ARFCIPID

- ARFCPID

- ARFCTIME

- ARFCTIDCNT

Regards Marco

former_member193027
Participant
0 Kudos


But how can I retrive the event handler details from the TID from the above FM.

Can you kindly specify in details

MarcoFreischlag
Advisor
Advisor
0 Kudos

you could call FM 'TRFC_QOUT_GET_LUW_DATA' with the above mentioned parameter and then you get the QDATA table which contains the info of the LUW data in the field ARFCDATA01.

But for more details I would suggest that you to use the abap forum.

Regards Marco

former_member193027
Participant
0 Kudos

I could not get the qdata table which you have suggested.Can you kindly specify the table name

MarcoFreischlag
Advisor
Advisor
0 Kudos

did you check the function module? it's one of the tables parameter.