SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Tools: Editors, Painters, Modelers(BC-DWB-TOO) SAP BC

RSLDIATE SAP ABAP Report - Test Environment for Dialog Modules







RSLDIATE 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 RSLDIATE 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 RSLDIATE. "Basic submit
SUBMIT RSLDIATE AND RETURN. "Return to original report after report execution complete
SUBMIT RSLDIATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Test Environment for Dialog Modules
Text Symbol: 161 = No. of Lines
Text Symbol: 162 = Old
Text Symbol: 163 = Before start
Text Symbol: 170 = No. of Lines
Text Symbol: 180 = No. of lines prior to start
Text Symbol: 190 = Table contents differ from comparison value
Text Symbol: 200 = No.
Text Symbol: 210 = Date
Text Symbol: 220 = Time
Text Symbol: 230 = Test Data Record
Text Symbol: 240 = Diff.
Text Symbol: 250 = Test Sequence
Text Symbol: 251 = Sequence number
Text Symbol: 260 = Step
Text Symbol: 270 = Parameters
Text Symbol: 280 = Short Text
Text Symbol: 290 = Long Text
Text Symbol: 300 = Uppercase/Lowercase
Text Symbol: 301 = Individual Tests
Text Symbol: 302 = Test Sequences
Text Symbol: 310 = Not yet documented
Text Symbol: 160 = Tables
Text Symbol: 010 = Table
Text Symbol: 015 = Parameter display not supported
Text Symbol: 020 = Structure
Text Symbol: 030 = Field
Text Symbol: 040 = Frm fld
Text Symbol: 050 = From Position
Text Symbol: 060 = Line
Text Symbol: 070 = Dialog Module
Text Symbol: 080 = Microseconds
Text Symbol: 090 = Runtime
Text Symbol: 100 = Differences to test dataset
Text Symbol: 101 = No differences found during test data comparison
Text Symbol: 102 = Differences found during test data comparison
Text Symbol: 103 = Current test and saved test produce the same result
Text Symbol: 110 = Exception





Text Symbol: 120 = Comparison run exception
Text Symbol: 130 = Import Parameters
Text Symbol: 131 = Value
Text Symbol: 140 = Export Parameters
Text Symbol: 150 = ** Comparison Value
Text Symbol: 155 = Old:
Text Symbol: 156 = New:


INCLUDES used within this REPORT RSLDIATE

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