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
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: 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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSLDB400 - Conversion of tables TLDB, TLDBT into LDBD, LDBN, LDBNT, LDBT and LDBH RSLDB400 - Conversion of tables TLDB, TLDBT into LDBD, LDBN, LDBNT, LDBT and LDBH RSLDB350 - Conversion of table TLDB and TLDBT into LDBD, LDBS, LDBT and LDBH RSLDB350 - Conversion of table TLDB and TLDBT into LDBD, LDBS, LDBT and LDBH RSLDB300 - Converter for LDBD, LDBN, LDBNT, LDBH, LDBT -> TLDB, TLDBT (LDBs) RSLDB300 - Converter for LDBD, LDBN, LDBNT, LDBH, LDBT -> TLDB, TLDBT (LDBs)