RSTRFCM6 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 RSTRFCM6 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 (Saved Inbound Queue)
Text Symbol: 064 = No program registered for this queue in SMQE
Text Symbol: 031 = Current qRFC Version:
Text Symbol: 030 = qRFC Version
Text Symbol: 029 = Supplement Number :
Text Symbol: 019 = Nothing selected
Text Symbol: 015 = Delete all LUWs from counter...
Text Symbol: 014 = Invalid counter
Text Symbol: 013 = Restore all LUWs from counter....
Text Symbol: 012 = Program
Text Symbol: 011 = Tran
Text Symbol: 010 = Host
Text Symbol: 009 = TID
Text Symbol: 008 = Count.
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 = Clt
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 = 'SMQ3' exceptions ok = 0 not_ok = 1 others = 2.
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING DATA_WORD1 = 'RSTRFCM6' DATA_WORD2 = trfcqins-qname DATA_WORD3 = from_qcount SL_MESSAGE_AREA = 'Q2' SL_MESSAGE_SUBID = 'X'.
TRFC_QINS_RESTORE call function 'TRFC_QINS_RESTORE' exporting qname = trfcqins-qname from_qcount = from_qcount exceptions others = 0.
TRFC_QINS_ERASE call function 'TRFC_QINS_ERASE' exporting qname = trfcqins-qname to_qcount = to_qcount exceptions others = 0.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = p_title importing returncode = retcode tables fields = fields exceptions others = 0.
TRFC_GET_QINS_INFO_DETAILS call function 'TRFC_GET_QINS_INFO_DETAILS' exporting qname = qname client = client tables qtable = qtable.
RS_FUNCTION_SHOW call function 'RS_FUNCTION_SHOW' exporting funcname = trfcqins-qrfcfnam exceptions not_found = 01.
RS_NAVIGATION_MONITOR call function 'RS_NAVIGATION_MONITOR'.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.