RSBDCBTC 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 RSBDCBTC 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: QUEUE_ID = Queue_ID
Title: Utility Report For Batch Input
Text Symbol: 006 = Queue ID
Text Symbol: 048 = Change
Text Symbol: 049 = Not valid
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_REPORT * In dieser Form gibt es die CALL FUNCTION 'ENQUEUE_REPORT'. Das ist
ENQUEUE_BDC_QID CALL FUNCTION 'ENQUEUE_BDC_QID' EXPORTING DATATYP = ENQ_DATATYP GROUPID = ENQ_GROUPID QID = ENQ_OBJECT EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 99.
ENQUEUE_REPORT CALL FUNCTION 'ENQUEUE_REPORT' EXPORTING GCLIENT = GCLIENT GUNAME = GUNAME GNAME = GNAME GTARG = GTARG IMPORTING SUBRC = ENQ-RC TABLES ENQ = ENQL.
ENQUE_DELETE CALL FUNCTION 'ENQUE_DELETE' EXPORTING SUPPRESS_SYSLOG_ENTRY = 'X' IMPORTING SUBRC = ENQ-RC TABLES ENQ = ENQL1.
BDC_PROTOCOL_SELECT_QID CALL FUNCTION 'BDC_PROTOCOL_SELECT_QID' EXPORTING QUEUE_ID = LOG-QUID TABLES APQLTAB = I_APQL EXCEPTIONS OTHERS = 1.
BDC_PROTOCOL_DELETE CALL FUNCTION 'BDC_PROTOCOL_DELETE' EXPORTING TEMSE_ID = I_APQL-TEMSEID EXCEPTIONS OTHERS = 1. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBDCBTC - Utility Report For Batch Input RSBDCBTC - Utility Report For Batch Input RSBC_SEL_ROUTINE_TPL - Include RSBC_SEL_ROUTINE_TPL RSBC_FILTER_GUI_TPL2 - Include RSBC_FILTER_GUI_TPL2 RSBC_FILTER_GUI_TPL - Programm RSBC_FILTER_GUI_TPL RSBC_DELETE_UNUSED_FILTER_PROG - Program RSBC_DELETE_UNUSED_FILTER_PROG