RSTRFCM4 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 RSTRFCM4 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: CLIENT = Client
Title: qRFC Monitor (Inbound Queue)
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: 019 = Nothing was selected
Text Symbol: 013 = Original TID
Text Symbol: 012 = Program
Text Symbol: 011 = Tran
Text Symbol: 010 = Host
Text Symbol: 009 = TID
Text Symbol: 008 = StatusText
Text Symbol: 007 = Time
Text Symbol: 006 = Date
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 = 'SMQ2' exceptions ok = 0 not_ok = 1 others = 2.
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING DATA_WORD1 = lt_iqin-qname DATA_WORD2 = acttid DATA_WORD3 = trfcqstate-arfcstate SL_MESSAGE_AREA = 'Q2' SL_MESSAGE_SUBID = 'X'.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = 'Selektierte LUW loeschen?'(036) textline2 = ' ' titel = 'LUW löschen'(035) importing answer = answer.
TRFC_QIN_EXECUTE_CHECK_LUW CALL FUNCTION 'TRFC_QIN_EXECUTE_CHECK_LUW' EXPORTING TID = acttid IMPORTING DO_NOT_EXECUTE_LUW = DO_NOT_EXECUTE_LUW EXCEPTIONS NOTID = 1 LUW_NO_QIN_LUW = 2 QE_STOP_SELECTED = 3 QE_STOP_GENERIC_SELECTED = 3 QE_RESTART_SELECTED = 3 QS_REGISTERED_QUEUE = 4 QS_MODIFY = 5 QE_STOP = 6 QE_RESTART = 7 QE_PREDECESSOR = 8 QE_GEN_STOP = 9 QE_SINGLE_STOP = 10 QE_GEN_RESTART = 11.
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING DATA_WORD1 = 'RSTRFCM4_EXE' DATA_WORD2 = acttid DATA_WORD3 = trfcqstate-arfcstate SL_MESSAGE_AREA = 'Q2' SL_MESSAGE_SUBID = 'X'.
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING DATA_WORD1 = 'RSTRFCM4_DBG' DATA_WORD2 = acttid DATA_WORD3 = trfcqstate-arfcstate SL_MESSAGE_AREA = 'Q2' SL_MESSAGE_SUBID = 'X'.
TRFC_QIN_ACTIVATE_LUW call function 'TRFC_QIN_ACTIVATE_LUW' exporting tid = acttid no_check = 'X' importing astate = astate exceptions others = 0.
TRFC_QIN_RESET_LUW call function 'TRFC_QIN_RESET_LUW' exporting tid = acttid.
QIWK_SCHEDULER_ACTIVATE call function 'QIWK_SCHEDULER_ACTIVATE'.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text1 textline2 = text2 titel = titel importing answer = answer.
TRFC_QIN_RESET_LUW call function 'TRFC_QIN_RESET_LUW' exporting tid = acttid.
QIWK_SCHEDULER_ACTIVATE call function 'QIWK_SCHEDULER_ACTIVATE'.
TRFC_GET_QIN_INFO_DETAILS call function 'TRFC_GET_QIN_INFO_DETAILS' exporting qname = qname client = client tables qtable = qtable.
RS_FUNCTION_SHOW call function 'RS_FUNCTION_SHOW' exporting funcname = trfcqin-qrfcfnam exceptions others = 1.
RS_NAVIGATION_MONITOR call function 'RS_NAVIGATION_MONITOR'.
TRFC_QIN_STATE_LUW call function 'TRFC_QIN_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.
call function 'TRFC_DELETE_RETURN_DATA' exporting tid = acttid.
TRFC_QIN_DELETE_LUW call function 'TRFC_QIN_DELETE_LUW' exporting tid = acttid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RSTRFCM4 or its description.