RSTRFCK0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSTRFCK0 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Consistency Check of tRFC/qRFC LUWs (Outbound Queues)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRFC_QOUT_GET_DISTINCT_QUEUES call function 'TRFC_QOUT_GET_DISTINCT_QUEUES' exporting qname = qname dest = dest client = sy-mandt nosend = 'X' tables qview = qview exceptions others = 1.
TRFC_QOUT_GET_FIRST_LUW call function 'TRFC_QOUT_GET_FIRST_LUW' exporting qname = qview-qname dest = qview-dest client = sy-mandt no_read_lock = 'X' importing fdate = q_fdate exceptions others = 1.
TRFC_QRCVTID_READ call function 'TRFC_QRCVTID_READ' tables state = sstate data = sdata.
TRFC_QOUT_DELETE_LUW call function 'TRFC_QOUT_DELETE_LUW' exporting tid = tid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTRFCK0 - Consistency Check of tRFC/qRFC LUWs (Outbound Queues) RSTRFCK0 - Consistency Check of tRFC/qRFC LUWs (Outbound Queues) RSTRFCIT - Delete the Saved Queue Tables (qRFC with Inbound Queue) RSTRFCIT - Delete the Saved Queue Tables (qRFC with Inbound Queue) RSTRFCIS - Display One or All Saved Inbound Queues RSTRFCIS - Display One or All Saved Inbound Queues