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

RSLDB400 SAP ABAP Report - Conversion of tables TLDB, TLDBT into LDBD, LDBN, LDBNT, LDBT and LDBH







RSLDB400 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 RSLDB400 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 RSLDB400. "Basic submit
SUBMIT RSLDB400 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLDB400 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 tables TLDB, TLDBT into LDBD, LDBN, LDBNT, 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: 136 = LDBNT enhanced
Text Symbol: 134 = LDBNT already exists and has not been changed
Text Symbol: 132 = LDBNT does not need to be enhanced
Text Symbol: 130 = LDBN enhanced
Text Symbol: 120 = LDBN already existed and has not been changed
Text Symbol: 110 = LDBN 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 RSLDB400

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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = DDIF_NAME STATE = 'A' LANGU = SY-LANGU IMPORTING * GOTSTATE = DD02V_WA = WA_LANGTEXT * DD09L_WA = * TABLES * DD03P_TAB = * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.



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