SAP Reports / Programs | Basis Components | Use Subcomponents | SAP System Log(BC-CCM-MON-SLG) SAP BC

RSLG0021 SAP ABAP Report - Load TSLE tables?







RSLG0021 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 RSLG0021 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 RSLG0021. "Basic submit
SUBMIT RSLG0021 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLG0021 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: UPDATE = Overwrite if necessary ?
Selection Text: TABLE_ID = Number of table to be loaded
Selection Text: OPER_SYS = Operating system name
Title: Load TSLE tables?
Text Symbol: 063 = for the error number in the database
Text Symbol: 065 = key: &1
Text Symbol: 066 = Database:;;
Text Symbol: 067 = Report: ;;
Text Symbol: 068 = let DB
Text Symbol: 069 = Overwrite
Text Symbol: 071 = load table TSLE3
Text Symbol: 072 = There is a different text for
Text Symbol: 073 = the error name in the database
Text Symbol: 075 = key: &1 &2
Text Symbol: 076 = DB:;;Database
Text Symbol: 077 = Re:;;Report
Text Symbol: 078 = let DB
Text Symbol: 079 = Overwrite
Text Symbol: 280 = Table contents for VMS not yet maintained!
Text Symbol: 290 = Table contents for MPE not yet maintained!
Text Symbol: 300 = Table contents for NT not yet maintained!
Text Symbol: 310 = Table contents for other operating systems not yet maintained!
Text Symbol: 062 = There is a different name
Text Symbol: 012 = Database:
Text Symbol: 014 = Program
Text Symbol: 020 = Error
Text Symbol: 022 = Correct records in TSLE2
Text Symbol: 024 = Correct records in TSLE3
Text Symbol: 026 = Successful INSERTs in TSLE2
Text Symbol: 028 = Successful INSERTs in TSLE3
Text Symbol: 030 = Records with leading zeros in TSLE2
Text Symbol: 032 = Records deleted from TSLE2.
Text Symbol: 034 = Successful UPDATEs in TSLE2
Text Symbol: 036 = Successful UPDATEs in TSLE3
Text Symbol: 040 = Possible table numbers:
Text Symbol: 041 = 2 TSLE2 = errno number -> name
Text Symbol: 042 = 3 TSLE3 = errno name -> short text
Text Symbol: 043 = Possible operating system names:





Text Symbol: 051 = ** INS TSLE2
Text Symbol: 052 = ** TSLE2
Text Symbol: 053 = ** INS TSLE3
Text Symbol: 054 = ** TSLE3
Text Symbol: 055 = ** UPD TSLE2
Text Symbol: 056 = ** UPD TSLE3
Text Symbol: 061 = Load table TSLE2


INCLUDES used within this REPORT RSLG0021

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:

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING TITEL = 'Tabelle TSLE2 laden'(061) DIAGNOSETEXT1 = 'In der Datenbank steht ein'(062) DIAGNOSETEXT2 = 'anderer Name zur Fehlernummer'(063) DIAGNOSETEXT3 = ' '(064) TEXTLINE1 = TXT1 "Schlüssel: TEXTLINE2 = TXT2 "Datenbank: TEXTLINE3 = TXT3 "Report: TEXT_OPTION1 = 'DB lassen'(068) TEXT_OPTION2 = 'Überschreiben'(069) DEFAULTOPTION = '1' IMPORTING ANSWER = POP_ANSWER.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING TITEL = 'Tabelle TSLE3 laden'(071) DIAGNOSETEXT1 = 'In der Datenbank steht ein'(072) DIAGNOSETEXT2 = 'anderer Text zum Fehlernamen'(073) DIAGNOSETEXT3 = ' '(074) TEXTLINE1 = TXT1 "Schlüssel: TEXTLINE2 = TXT2 "Datenbank: TEXTLINE3 = TXT3 "Report: TEXT_OPTION1 = 'DB lassen'(078) TEXT_OPTION2 = 'Überschreiben'(079) DEFAULTOPTION = '1' IMPORTING ANSWER = POP_ANSWER.



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