SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Logical DB, Selection Screens, Selection Variants(BC-ABA-TO) SAP BC

RSLDB350 SAP ABAP Report - Conversion of table TLDB and TLDBT into LDBD, LDBS, LDBT and LDBH







RSLDB350 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report fills the new tables (LDBD, LDBS, LDBH, LDBT) for logical database maintenance information with the data from the old tables...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 RSLDB350 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 RSLDB350. "Basic submit
SUBMIT RSLDB350 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLDB350 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: DAT_SYS = Application Name
Selection Text: DAT_BANK = Database Name
Title: Conversion of table TLDB and TLDBT into LDBD, LDBS, LDBT and LDBH
Text Symbol: 800 = Selected logical databases:
Text Symbol: 720 = LDBH deleted
Text Symbol: 710 = LDBH does not exist
Text Symbol: 620 = LDBT deleted
Text Symbol: 610 = LDBT does not exist
Text Symbol: 520 = LDBS deleted
Text Symbol: 510 = LDBS does not exist
Text Symbol: 420 = LDBD deleted
Text Symbol: 410 = LDBD does not exist
Text Symbol: 330 = LDBH enhanced
Text Symbol: 320 = LDBH already existed and has not been changed
Text Symbol: 310 = LDBH does not need to be enhanced
Text Symbol: 230 = LDBT enhanced
Text Symbol: 220 = LDBT already existed and has not been changed
Text Symbol: 210 = LDBT does not need to be enhanced
Text Symbol: 130 = LDBS enhanced
Text Symbol: 120 = LDBS already existed and has not been changed
Text Symbol: 110 = LDBS does not need to be enhanced
Text Symbol: 030 = LDBD enhanced
Text Symbol: 020 = LDBD already existed and has not been changed
Text Symbol: 010 = LDBD does not need to be enhanced
Text Symbol: 005 = Display selected logical databases
Text Symbol: 004 = Delete values in new tables
Text Symbol: 003 = Fill new tables with values
Text Symbol: 002 = Actions:
Text Symbol: 001 = Logical database selection:


INCLUDES used within this REPORT RSLDB350

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:

No SAP FUNCTION MODULES are executed within this report code!



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