RSTRFCDB 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 RSTRFCDB 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.
Title: RFC Test: Display Program for Function STFC_WRITE_TO_TCPIC
Text Symbol: ATH = S_ADMI_FCD / NADM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
QRFC_PLAYBACK call function 'QRFC_PLAYBACK' exporting qtype = qtype tid = tid fnum = fnum if_fname = if_fname1 exceptions tid_or_fnum_not_found = 1 interface_function_not_found = 2 interface_function_no_rfc = 3 interface_fname_too_big = 4 data_not_found = 5 others = 6.
QRFC_DATA_MODIFICATION_START call function 'QRFC_DATA_MODIFICATION_START' exporting qtype = qtype tid = tid fnum = fnum exceptions invalid_queue_flag = 1 tid_not_found = 2 fnum_not_found = 3 luw_executed = 4 luw_executing = 5.
STFC_WRITE_TO_TCPIC call function 'STFC_WRITE_TO_TCPIC' in background task tables tcpicdat = tcpicdat.
QRFC_DATA_MODIFICATION_END call function 'QRFC_DATA_MODIFICATION_END' exceptions tid_not_found = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTRFCDB - RFC Test: Display Program for Function STFC_WRITE_TO_TCPIC RSTRFCDB - RFC Test: Display Program for Function STFC_WRITE_TO_TCPIC RSTRFCDA - Display TID from Different qRFC Tables (Internal Use) RSTRFCDA - Display TID from Different qRFC Tables (Internal Use) RSTRFCCS - Generate QRFC Statistics Values for Oracle DB RSTRFCCS - Generate QRFC Statistics Values for Oracle DB