SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RBDLS2LS SAP ABAP Report - Conversion of Logical System Names: Old Version of RBDLSMAP







RBDLS2LS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program converts a logical system name, which has already been defined in the system, to a new name...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RBDLS2LS 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 RBDLS2LS. "Basic submit
SUBMIT RBDLS2LS AND RETURN. "Return to original report after report execution complete
SUBMIT RBDLS2LS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Conversion of Logical System Names: Old Version of RBDLSMAP
Text Symbol: B04 = (e.g. Following a Client Copy)
Text Symbol: B03 = Conversion of Client-Specific Tables
Text Symbol: B02 = (e.g. Renaming Original System or Following Database Copy)
Text Symbol: B01 = Conversion of Client-Specific and Cross-Client Tables
Text Symbol: A07 = Check Existence of New Names in Tables
Text Symbol: A06 = Tables for Conversion
Text Symbol: A05 = Number of Entries per Commit
Text Symbol: A04 = Test Run
Text Symbol: A03 = New Logical System Name
Text Symbol: A02 = Old Logical System Name
Text Symbol: A01 = Logical System Name Conversion
Text Symbol: A00 = Tables are Being Determined


INCLUDES used within this REPORT RBDLS2LS

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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = c_fname * IMPORTING * GROUP = * INCLUDE = * NAMESPACE = * STR_AREA = EXCEPTIONS function_not_exist = 1 OTHERS = 2 .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Tabellen werden gerade ermittelt'(a00).

PRETTY_PRINTER CALL FUNCTION 'PRETTY_PRINTER' EXPORTING inctoo = '' * IMPORTING * INDENTATION_MAYBE_WRONG = TABLES ntext = coding_out otext = coding_out EXCEPTIONS enqueue_table_full = 1 include_enqueued = 2 include_readerror = 3 include_writeerror = 4 OTHERS = 5 .

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING id = 'RE' langu = sy-langu object = docu_name TABLES line = t_docus EXCEPTIONS no_docu_on_screen = 1 no_docu_self_def = 2 no_docu_temp = 3 ret_code = 4 OTHERS = 5.

DOCU_UPD CALL FUNCTION 'DOCU_UPD' EXPORTING id = 'RE' langu = sy-langu * NO_MASTERLANG = ' ' object = docu_name TABLES line = t_docus EXCEPTIONS ret_code = 1 OTHERS = 2.

DOCU_DEL CALL FUNCTION 'DOCU_DEL' EXPORTING * ACTCLASS = ' ' * GENERIC = ' ' id = 'RE' langu = sy-langu object = docu_name typ = 'E' EXCEPTIONS ret_code = 1 OTHERS = 2.

APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING object = c_log_object subobject = c_log_subobj EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING header = s_balhdri * IMPORTING * UPDATE_OR_INSERT = EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_MESSAGE_PARAMS CALL FUNCTION 'APPL_LOG_WRITE_MESSAGE_PARAMS' EXPORTING object = c_log_object subobject = c_log_subobj MESSAGE = s_balmi * UPDATE_OR_INSERT = 'U' TABLES PARAMETERS = t_spar EXCEPTIONS object_not_found = 1 subobject_not_found = 2 no_text_and_no_userexit = 3 OTHERS = 4.

APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = c_log_object subobject = c_log_subobj TABLES object_with_lognumber = t_balnri EXCEPTIONS object_not_found = 1 subobject_not_found = 2 internal_error = 3 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'LISTE' TABLES t_outtab = protocol.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' master_langu = sy-langu * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES xmsg = protocol EXCEPTIONS file_not_found = 1 wrong_call = 2 OTHERS = 3 .

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.



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