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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDLSMAP2 - Tool: Conversion of Logical System Names RBDLSMAP2 - Tool: Conversion of Logical System Names RBDLSMAP - Tool: Conversion of Logical System Names RBDLSMAP - Tool: Conversion of Logical System Names RBDLSCHECK - Report to test whether a logical system exists RBDLSCHECK - Report to test whether a logical system exists