SAP Reports / Programs | Basis Components | ABAP Runtime Environment | UI Services, Screen, Batch Input(BC-ABA-SC) SAP BC

RSBDC_ANALYSE SAP ABAP Report - Batch input: session analysis







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


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 RSBDC_ANALYSE. "Basic submit
SUBMIT RSBDC_ANALYSE AND RETURN. "Return to original report after report execution complete
SUBMIT RSBDC_ANALYSE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSBDC_ANALYSE

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:

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.



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