cancel
Showing results for 
Search instead for 
Did you mean: 

qRFC list of inbound queues

Former Member
0 Kudos

Hi Friends,

can anyone help me to know which function module should I use to get the list of qRFC queue names available in R/3 for a particular application server user/ or for all users?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Function Module : QIWK_GET_ALLto get the list of all registered and deregistered queues.

roberto_tagliento
Active Contributor
0 Kudos

Happy to know that you founded the solution 😛

roberto_tagliento
Active Contributor
0 Kudos

http://help.sap.com/saphelp_470/helpdata/en/ee/fa5f3c90de2d73e10000000a114084/frameset.htm

RSTRFCT0

Outbound queue

One outbound queue and one destination, but multiple qRFC calls in a LUW, and a variable number of LUWs.

RSTRFCT1

Outbound queue

Works with tRFC and qRFC in "mixed mode" with different outbound queues and different destinations for one LUW.

RSTRFCT2

Send queue

Different outbound queues and different destinations for one LUW.

RSTRFCT3

Send queue

Different outbound queues and different LUWs. Some of these LUWs are dependent on other LUWs, to show how the qRFC Manager works.

RSTRFCT9

Send queue

Receiver list in qRFC: Process one LUW with different destinations, and the qRFC Manager stores the LUW data in the database only once.

RSTRFCTA

Send queue

STOP/RESTART queues (different RESTART conditions)

RSTRFCTB

Send queue

Obtaining qRFC LUWs from an outbound queue that is in the local or the remote system, and processing them in the current R/3 system.

RSTRFCTD

Send queue

qRFC in a dialog task and an update task in a LUW (from the application point of view)

RSTRFCTE

Send queue

List of queue names in qRFC: A qRFC call is assigned to more than one queue.

RSTRFCTF

Send queue

Performance test with and without receiver list for the current qRFC: Different calls/LUWs/queues/destinations.

RSTRFCTG

Send queue

"Multi-stage" STOP/RESTARTs (at different times)

Message was edited by:

Roberto Tagliento

Former Member
0 Kudos

Hi Robert,

its QIWK_GET_ALL function module, to get the list of all registered and deregistered queues.