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

RBDLSMAP2 SAP ABAP Report - Tool: Conversion of Logical System Names







RBDLSMAP2 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 RBDLSMAP2 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 RBDLSMAP2. "Basic submit
SUBMIT RBDLSMAP2 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDLSMAP2 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: TABLIST = Tables to be converted
Selection Text: OLD_LS = Old Logical System Name
Selection Text: NEW_LS = New Logical System Name
Selection Text: MAXIMUM = Number of Entries per Commit
Title: Tool: Conversion of Logical System Names
Text Symbol: E10 = Special Conversions:
Text Symbol: E05 = Action at End:
Text Symbol: E04 = Action Before Conversion:
Text Symbol: E03 = Excluded Tables:
Text Symbol: D06 = Log for Conversion
Text Symbol: D05 = Log for Test Run
Text Symbol: C05 = * Identifies Cross-Client Tables
Text Symbol: C04 = Number of Converted Entries
Text Symbol: C03 = Number of Relevant Entries
Text Symbol: C02 = Field Name
Text Symbol: C01 = Table Name
Text Symbol: B04 = (exmple: Following a Client Copy)
Text Symbol: B03 = Conversion of Client-Dependent Tables
Text Symbol: B02 = (example: Renaming Original System or Following Database Copy)
Text Symbol: B01 = Conversion of Client-Dependent and Client-Independent Tables
Text Symbol: A07 = Check Existence of New Names in Tables
Text Symbol: A04 = Test Run
Text Symbol: A02 = Options
Text Symbol: A01 = Conversion of Logical System Names
Text Symbol: 046 = Convert &1 to &2
Text Symbol: 045 = Conversion of Logical System
Text Symbol: 044 = Are you sure you want to run the conversion?
Text Symbol: 025 = Conversion of Table &
Text Symbol: 020 = Checking of Table &
Text Symbol: 015 = Determine Relevant Tables Again
Text Symbol: 014 = Start Conversion of Tables with Special Handling


INCLUDES used within this REPORT RBDLSMAP2

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:

SCP_CHARS_ARE_SYNTACTICAL CALL FUNCTION 'SCP_CHARS_ARE_SYNTACTICAL' EXPORTING string = new_ls IMPORTING wrong_char = wrong_char is_ok = ok_sign.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING DATA_WORD1 = old_ls DATA_WORD2 = new_ls sl_message_area = 'BD' sl_message_subid = '2' EXCEPTIONS OTHERS = 5.



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