SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Staging(BW-WHM-DST) SAP BW

RSDL_ADBC_START SAP ABAP Report - DB Connect - Check Program







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


Text pool values


Selection Text: DBTNS = Exit
Selection Text: DBMETA = Metadata Check
Selection Text: DBDATA = Data Transfer Check
Selection Text: DBCONE = Connection Check
Selection Text: DBCALL = Connection Check (All)
Title: DB Connect - Check Program
Text Symbol: 102 = Selection of Database System
Text Symbol: 101 = Choose a Database Table
Text Symbol: 100 = Generated Structure
Text Symbol: 051 = Replicate DB DastaSources in BW?
Text Symbol: 050 = Metadata
Text Symbol: 010 = Available Database Tables -
Text Symbol: 002 = Database Tables Being Read
Text Symbol: 001 = DB Connect Test Program


INCLUDES used within this REPORT RSDL_ADBC_START

INCLUDE RSDL_ADBCTOP .


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:

RSDC_SLOGSYS_F4 ** call function 'RSDC_SLOGSYS_F4' ** exporting ** i_title = text-102 ** i_display = rs_c_false ** i_srctype_string = 'G' ** i_without_dialog = rs_c_false ** changing ** c_slogsys = l_rschar10.

SAPGUI_PROGRESS_INDICATOR ** CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' ** EXPORTING ** percentage = 0 ** text = 'Datenbanksysteme werden gelesen ......'(001).

SAPGUI_PROGRESS_INDICATOR **CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' ** EXPORTING ** percentage = 0 ** text = 'Datenbanktabellen werden gelesen ...'(002).

RSDL_DB_GET_ALL_TABLES **CALL FUNCTION 'RSDL_DB_GET_ALL_TABLES' ** EXPORTING ** i_langu = langu ** i_logsys = l_logsys ** IMPORTING ** e_s_dbcon = g_s_dbcon ** TABLES ** e_t_dbtables = l_t_dbobject ** e_t_dd02t = l_t_dd02t ** EXCEPTIONS ** error_occured = 1 ** unknown_logsys = 2 ** no_tables = 3 ** OTHERS = 4.

TH_SERVER_LIST call function 'TH_SERVER_LIST' tables list = l_t_imsxxlist exceptions no_server_list = 1 others = 2.

RSDL_CONNECTION_CHECK call function 'RSDL_CONNECTION_CHECK' destination l_s_imsxxlist-name exporting i_s_dbcon = l_s_dbcon i_s_msxxlist = l_s_imsxxlist importing e_s_balmi = l_s_balmi.



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