RSTRFCMA 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 RSTRFCMA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SMQA - tRFC/qRFC: Confirm. status & data
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: BENUTZER = User name
Selection Text: DEST = tRFC/qRFC destination
Selection Text: FUNCTION = tRFC/qRFC function
Selection Text: RFCTYPE = RFC type (T, O, I)
Selection Text: STATUS = tRFC/qRFC status
Selection Text: ZEITRAUM = Display period
Title: tRFC/qRFC: Confirmation Status and Data
Text Symbol: 015 = Delete
Text Symbol: 014 = Delete log file?
Text Symbol: 013 = Transaction ID
Text Symbol: 012 = EXE time
Text Symbol: 011 = EXE Date
Text Symbol: 010 = Time
Text Symbol: 009 = Date
Text Symbol: 008 = Queue name
Text Symbol: 007 = Data
Text Symbol: 006 = Status
Text Symbol: 005 = RFC type
Text Symbol: 004 = Destination
Text Symbol: 003 = Function Module
Text Symbol: 002 = Caller
Text Symbol: 001 = Cl.
Text Symbol: 016 = Nothing was selected
Text Symbol: 069 = Unexpected error starting SMQA
Text Symbol: 068 = SMQA not available in target syst.
Text Symbol: 067 = No authorization for SMQA
Text Symbol: 066 = Invalid destination
Text Symbol: 065 = Remote System
Text Symbol: 031 = Current qRFC version:
Text Symbol: 030 = qRFC version
Text Symbol: 029 = Supplement Number :
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 = 'SMQA' exceptions ok = 0 not_ok = 1 others = 2.
TRFC_DELETE_RETURN_DATA call function 'TRFC_DELETE_RETURN_DATA' exporting tid = acttid.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = 'Protokolldatei löschen ?'(014) textline2 = ' ' titel = 'Löschen'(015) importing answer = answer.
ABAP4_CALL_TRANSACTION call function 'ABAP4_CALL_TRANSACTION' destination rmqdest exporting tcode = 'SMQA' exceptions system_failure = 1 message rfcmess communication_failure = 2 message rfcmess call_transaction_denied = 3 tcode_invalid = 4 others = 5.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = p_title importing returncode = retcode tables fields = fields exceptions others = 0.
RFCDES_DISPLAY call function 'RFCDES_DISPLAY' exporting rfcdes_export = rfc authority_check = 'X'.
RS_FUNCTION_SHOW call function 'RS_FUNCTION_SHOW' exporting funcname = qretstate-qrfname exceptions others = 1.
RS_NAVIGATION_MONITOR call function 'RS_NAVIGATION_MONITOR'.
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.