SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

RS_DYNPRO_TRACE SAP ABAP Report - Screen Trace: Analysis







RS_DYNPRO_TRACE 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 RS_DYNPRO_TRACE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ST20LC - Layout Check
ST20 - Screen Trace


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


Text pool values


Title: Screen Trace: Analysis
Text Symbol: L08 = Vertical resizing
Text Symbol: L07 = Control container
Text Symbol: L06 = Table view control
Text Symbol: L05 = Step loop
Text Symbol: L04 = Subscreen
Text Symbol: L03 = Frames
Text Symbol: L02 = Tabstrip
Text Symbol: L01 = Legend
Text Symbol: I05 = Formatting list...
Text Symbol: I04 = Simulate resizing:
Text Symbol: I03 = Load:
Text Symbol: I02 = From RFC destination:
Text Symbol: I01 = Source texts loaded
Text Symbol: 310 = Subscreen Screen
Text Symbol: 303 = Subscreen Area
Text Symbol: 302 = Screen container
Text Symbol: 301 = Static
Text Symbol: 300 = Dynamic
Text Symbol: 251 = Scrollable
Text Symbol: 250 = Load the screen source code first
Text Symbol: 245 = Result of Layout Check
Text Symbol: 244 = B_min
Text Symbol: 243 = H_min
Text Symbol: 242 = Authorization/group ID
Text Symbol: 240 = Fill Character
Text Symbol: W01 = Work Process Locked Non-Exclusively
Text Symbol: W00 = Work Process Locked Exclusively
Text Symbol: L39 = ABAP Program Calls Screen Kernel Function
Text Symbol: L38 = Load Main Screens
Text Symbol: L37 = Modify Fields (on Screen)
Text Symbol: L36 = Screen<->Control Framework Interaction
Text Symbol: L35 = Generate screen
Text Symbol: L34 = Compression
Text Symbol: L33 = Resizing
Text Symbol: L32 = Table view refresh
Text Symbol: L31 = Table view control / step loop
Text Symbol: L30 = Batch Input





Text Symbol: L29 = Help processor: initial screen
Text Symbol: L28 = Screen finished
Text Symbol: L26 = Screen main step: PAI
Text Symbol: L25 = Screen main step: PBO
Text Symbol: L24 = Dialog module (call dialog)
Text Symbol: L23 = Tree subscreen
Text Symbol: L22 = Subscreen call
Text Symbol: L21 = Subsequent screen will be proc. in bkgd
Text Symbol: L20 = Activation of screen processor
Text Symbol: L12 = OK Code Field
Text Symbol: L11 = Subobject in container
Text Symbol: L10 = rollbar (local scrollbars)
Text Symbol: L09 = Horizontal resizing
Text Symbol: 213 = Width
Text Symbol: 212 = Column
Text Symbol: 211 = Row
Text Symbol: 210 = Loop type
Text Symbol: 209 = Field type
Text Symbol: 208 = Field name
Text Symbol: 207 = Field list
Text Symbol: 206 = Flow logic
Text Symbol: 205 = Field list: quick display
Text Symbol: 204 = Flow logic: quick display
Text Symbol: 203 = Start Screen Painter
Text Symbol: 200 = Import screen source texts using F5
Text Symbol: 153 = Detailed Evaluation...
Text Symbol: 152 = Screen Painter
Text Symbol: 151 = Subscreen tree...
Text Symbol: 113 = Screen container
Text Symbol: 112 = Screen
Text Symbol: 111 = Program
Text Symbol: 110 = Container
Text Symbol: 106 = ABAP Runtime Errors
Text Symbol: 104 = Rollback
Text Symbol: 103 = Build navigation tree
Text Symbol: 102 = Find key
Text Symbol: 101 = Find time stamp
Text Symbol: 100 = Read trace file
Text Symbol: 214 = Height





Text Symbol: 239 = Reserve field 2
Text Symbol: 238 = Reserve field 1
Text Symbol: 237 = Decimal Places
Text Symbol: 236 = Valid characters
Text Symbol: 235 = Internal Dictionary type
Text Symbol: 234 = Modification group 4
Text Symbol: 233 = Modification group 3
Text Symbol: 232 = Modification group 2
Text Symbol: 231 = Modification group 1
Text Symbol: 230 = Reference field
Text Symbol: 229 = Matchcode object
Text Symbol: 228 = Conversion Exit
Text Symbol: 227 = SPA/GPA parameters
Text Symbol: 226 = Function menu
Text Symbol: 225 = Flag byte 3
Text Symbol: 224 = Flag byte 2
Text Symbol: 223 = Flag byte 1
Text Symbol: 222 = Loop repeat factor
Text Symbol: 221 = Loop start line
Text Symbol: 220 = Format byte extension
Text Symbol: 219 = Format byte
Text Symbol: 218 = Text
Text Symbol: 217 = Field name
Text Symbol: 216 = Value
Text Symbol: 215 = Attribute


INCLUDES used within this REPORT RS_DYNPRO_TRACE

INCLUDE ST20_TOP.
INCLUDE ST20_SERVICE.
INCLUDE ST20_NAVIGATOR_TREE.
INCLUDE ST20_MAIN.
INCLUDE ST20_SCANNER.
INCLUDE ST20_CLASSICAL_LISTS.
INCLUDE ST20_SST_WORKBENCH.
INCLUDE ST20_LIST_COMMANDS.
INCLUDE ST20_TABLE_OF_SPOTS.
INCLUDE ST20_TABLE_OF_NODES.
INCLUDE ST20_DETAIL_SCAN.
INCLUDE ST20_LAYOUT_CHECK.


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