SAP Reports / Programs

RSTRFCM6 SAP ABAP Report - qRFC Monitor (Saved Inbound Queue)







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSTRFCM6. "Basic submit
SUBMIT RSTRFCM6 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTRFCM6 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSTRFCM6

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 RSTRFCM6 or its description.