RSBDC_ANALYSE 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 RSBDC_ANALYSE 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: Batch input: session analysis
Text Symbol: 001 = Incorrect
Text Symbol: 002 = Processed
Text Symbol: 003 = Importing transactions ...
Text Symbol: 004 = Searching for logs ...
Text Symbol: 005 = Deleted
Text Symbol: 006 = System will read log again...
Text Symbol: 010 = Read
Text Symbol: 011 = With Queue ID
Text Symbol: 020 = Log created on
Text Symbol: 030 = Queue ID:
Text Symbol: 031 = Transaction:
Text Symbol: 032 = Block:
Text Symbol: 033 = VARDATA-Length:
Text Symbol: 034 = New
Text Symbol: 040 = Index
Text Symbol: 041 = Transaction
Text Symbol: 042 = Status
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Transaktionen einlesen ...'(003).
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Protokolle suchen ...'(004).
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Protokoll wird erneut gelesen ...'(006).
HELPSCREEN_NA_CREATE call function 'HELPSCREEN_NA_CREATE' exporting meldung = msg_text meld_id = msg_arbgb meld_nr = msg_nr msgv1 = my-msgv1 msgv2 = my-msgv2 msgv3 = my-msgv3 msgv4 = my-msgv4 titel = msg_title.
CAT_SIMULATE_DYNPRO call function 'CAT_SIMULATE_DYNPRO' exporting mpool = cat_bdcdata-program dynnr = cat_bdcdata-dynpro display_only = 'X' own_status_title = 'X' tables fielddata = cat_bdcdata paramlist = cat_params exceptions no_dynpro = 1 dynpro_not_found = 2 gen_error = 3 enq_error = 4 subscr_error = 5 others = 6.
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = top_line entry_from = 1 entry_to = last_line ok_code = main_okcode last_page_full = ' ' overlapping = ' ' loops = loopc importing entries_sum = entries entry_new = new_line pages_sum = total_pages page_new = new_page exceptions no_entry_or_page_act = 01 no_entry_to = 02 no_ok_code_or_page_go = 03.
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_name info = icon_info importing result = status_icon exceptions others = 1.
ENQUEUE_BDC_QID call function 'ENQUEUE_BDC_QID' exporting datatyp = 'BDC' groupid = apqi-groupid qid = apqi-qid exceptions foreign_lock = 1 system_failure = 99.
DEQUEUE_BDC_QID call function 'DEQUEUE_BDC_QID' exporting datatyp = 'BDC' groupid = apqi-groupid qid = apqi-qid.
ENQUEUE_BDC_QID call function 'ENQUEUE_BDC_QID' exporting datatyp = 'BDC' groupid = apqi-groupid qid = apqi-qid exceptions foreign_lock = 1 system_failure = 99.
DEQUEUE_BDC_QID call function 'DEQUEUE_BDC_QID' exporting datatyp = 'BDC' groupid = apqi-groupid qid = apqi-qid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBDC_ANALYSE - Batch input: session analysis RSBDC_ANALYSE - Batch input: session analysis RSBDCTL6 - Select/Delete from Batch Input Sessions or Recordings RSBDCTL6 - Select/Delete from Batch Input Sessions or Recordings RSBDCTL5 - Correction of Batch Input Sessions with Invalid Lock Dates RSBDCTL5 - Correction of Batch Input Sessions with Invalid Lock Dates