RSTRFCM2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for &DESCRIPTION& In Release 3...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSTRFCM2 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.
Selection Text: QNAME = Queue Name
Selection Text: QDEST = Queue Destination
Selection Text: CLIENT = Client
Title: qRFC Monitor (Outbound Queue)
Text Symbol: 065 = Possible data inconsistency, VBERROR/WAITUPDA
Text Symbol: 064 = No program registered for this queue in SMQE
Text Symbol: 036 = Delete selected LUWs?
Text Symbol: 035 = Delete LUW
Text Symbol: 031 = Current qRFC Version:
Text Symbol: 030 = qRFC Version
Text Symbol: 029 = Supplement Number :
Text Symbol: 028 = (double execution possible)
Text Symbol: 027 = Reset LUW Status
Text Symbol: 026 = Definitely reset status?
Text Symbol: 025 = Restart LUW
Text Symbol: 024 = Do you really want to restart?
Text Symbol: 023 = This LUW is possibly still being executed.
Text Symbol: 022 = Attempt Interval [Mins]:
Text Symbol: 021 = Connection Attempts [No.]:
Text Symbol: 020 = Standard Setting:
Text Symbol: 019 = Nothing was selected
Text Symbol: 013 = Rpts
Text Symbol: 012 = Program
Text Symbol: 011 = Tran
Text Symbol: 010 = Host
Text Symbol: 009 = TID
Text Symbol: 008 = Status
Text Symbol: 007 = Time
Text Symbol: 006 = Date
Text Symbol: 005 = Destination
Text Symbol: 004 = Queue Name
Text Symbol: 003 = Function Module
Text Symbol: 002 = User
Text Symbol: 001 = Cl.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'SMQ1' exceptions ok = 0 not_ok = 1 others = 2.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' "#EC * exporting defaultoption = 'N' textline1 = 'Selektierte LUW loeschen?'(036) textline2 = ' ' titel = 'LUW löschen'(035) importing answer = answer.
TRFC_QOUT_EXECUTE_CHECK_LUW call function 'TRFC_QOUT_EXECUTE_CHECK_LUW' EXPORTING TID = acttid IMPORTING DO_NOT_EXECUTE_LUW = DO_NOT_EXECUTE_LUW EXCEPTIONS NOTID = 1 QE_STOP_SELECTED = 2 QE_STOP_GENERIC_SELECTED = 3 QE_RESTART_SELECTED = 4 LUW_NO_QOUT_LUW = 5 QE_NOSEND = 6 QS_UPDATE = 7 QS_MODIFY = 8 QE_STOP = 9 QE_RESTART = 10 QE_PREDECESSOR = 11 QE_GEN_STOP = 12 QE_SINGLE_STOP = 13 QE_GEN_RESTART = 14 QE_QUEUE_RECEIVER = 15 QS_EXECUTED = 16 QS_SENDED = 17 QS_VBERROR = 18.
TRFC_QOUT_ACTIVATE_LUW call function 'TRFC_QOUT_ACTIVATE_LUW' exporting tid = acttid importing astate = astate exceptions others = 0.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text1 textline2 = text2 titel = titel importing answer = answer.
TRFC_QOUT_RESET_LUW call function 'TRFC_QOUT_RESET_LUW' exporting tid = acttid.
QDEST_CHECK_REGISTER call function 'QDEST_CHECK_REGISTER' exporting dest = arfcsstate-arfcdest importing register = register.
QDEST_SCHEDULER_ACTIVATE call function 'QDEST_SCHEDULER_ACTIVATE'.
TRFC_GET_QUEUE_INFO_DETAILS call function 'TRFC_GET_QUEUE_INFO_DETAILS' exporting qname = qname dest = qdest client = client tables qtable = qtable.
RS_FUNCTION_SHOW call function 'RS_FUNCTION_SHOW' exporting funcname = trfcqout-qrfcfnam exceptions others = 1.
RS_NAVIGATION_MONITOR call function 'RS_NAVIGATION_MONITOR'.
RFCDES_DISPLAY call function 'RFCDES_DISPLAY' exporting rfcdes_export = rfc authority_check = 'X' editable = space.
TRFC_QOUT_STATE_LUW call function 'TRFC_QOUT_STATE_LUW' exporting tid = acttid importing astate = astate exceptions others = 1.
QRFC_APROG_CHECK call function 'QRFC_APROG_CHECK' exporting qname = act_qname importing qreport = qreport exceptions others = 1.
QRFC_GET_VERSION call function 'QRFC_GET_VERSION' importing qversion = qversion qsupplement = qsupplement.
TRFC_DELETE_RETURN_DATA call function 'TRFC_DELETE_RETURN_DATA' exporting tid = acttid.
TRFC_QRCVTID_DELETE call function 'TRFC_QRCVTID_DELETE' tables state = istate.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.