Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

QRFC/TRFC

Former Member
0 Likes
1,123

how can we know where and which RFCs are using the destination to which the data is sent

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
952

hi,

you can check the partnerprofile outbound settings.

If the flag is at "queue processing" ... than you are using QRFC.

useful Tcodes:

WEINBQUEUE - QRFC Inbound Queue

WEOUTQUEUE - QRFC Outbound Queue

technical information queue: inside are error message in case of technical problems (RFC, WE20, ...)

SMQ1 - outbound queue QRFC

SMQ2 - inbound queue QRFC

SM58 - TRFC queue

Hope it helps,

Gordon

how can we know where and which RFCs are using the destination to which the data is sent

4 REPLIES 4
Read only

Former Member
0 Likes
952

Hi,

Check the transaction WE21 which is used for creating the PORTS, in that you can under which your port is defined and you will know which type of RFC is used for your data transfer.

You can check the SM59 transaction as well to know.

Thanks,

Mahesh.

Read only

0 Likes
952

i dint mean by the type of RFC used

i want the Function module used in the TRFC triggered

Read only

Former Member
0 Likes
953

hi,

you can check the partnerprofile outbound settings.

If the flag is at "queue processing" ... than you are using QRFC.

useful Tcodes:

WEINBQUEUE - QRFC Inbound Queue

WEOUTQUEUE - QRFC Outbound Queue

technical information queue: inside are error message in case of technical problems (RFC, WE20, ...)

SMQ1 - outbound queue QRFC

SMQ2 - inbound queue QRFC

SM58 - TRFC queue

Hope it helps,

Gordon

Read only

Former Member
0 Likes
952

Hello

I found 1,50,000 entries in SMQ1, it takes to update in Vertex lot of time and arise the performance issues. Can we split these entries and execute them in different times? if we can how could I do this? If you have any idea please do let me know.

Thanks